albertocevallos / token-icons

A free, up-to-date collection of ERC20 icons for your web3 app.
https://tokenicons.org
29 stars 3 forks source link
arbitrum ethereum icons polygon token web3

Token Icons

Token Icons is a community-led initiative to source and maintain ERC20 icons in a transparent and highly-accessible way. The project is structured as follows:

NPM Package

To install:

npm i token-icons 
import { image } from 'token-icons'

const Example = () => {

    return (
        <img src={image('0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9')} />
    );
  }
}

Source: https://www.npmjs.com/package/token-icons