React Web3 Icons
Find icons
https://react-web3-icons-mu.vercel.app/
Install
npm install react-web3-icons
yarn add react-web3-icons
pnpm add react-web3-icons
Quick Start
import { Btc, BtcMono } from 'react-web3-icons';
function App() {
return (
<div>
<Btc style={{ fontSize: '1.5rem' }} />
<BtcMono style={{ color: '#1f2937', fontSize: '1.5rem' }} />
</div>
);
}
Todo
- Add more icons
- Coin (e.g. USDT, BNB, MATIC)
- Marketplace (e.g. Foundation, X2Y2, Blur)
- DEX (e.g. Uniswap, Curve Finance, dYdX)
- Exchange (e.g. Binance, Kraken, Coinbase)
- Chain (e.g. Binance Chain)
- Wallet (e.g. Metamask, Trust Wallet, Gnosis Safe)
- Node (e.g. Alchemy, Infura, QuickNode)
- Tool/Library (e.g. ethers.js, Hardhat, OpenZeppelin)
- Storage (e.g. Pinata, Fleek)
- Domain (e.g. ENS, Unstoppable)
- Dapp (Game, Metaverse)
- DAO
- Company
- Other services (e.g. Etherscan, DefiLlama)
- MECE foldering
- Improve example page
- Improve test code
- Improve README
Contribution
We welcome your contributions!🎉