Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-web3-icons

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-web3-icons

![](https://img.shields.io/npm/v/react-web3-icons?color=blue)

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
202
decreased by-17.21%
Maintainers
1
Weekly downloads
 
Created
Source

React Web3 Icons

Find icons

https://react-web3-icons-mu.vercel.app/

Install

npm install react-web3-icons  # for npm users
yarn add react-web3-icons     # for yarn users
pnpm add react-web3-icons     # for pnpm users

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!🎉

FAQs

Package last updated on 26 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc