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

[![npm][npm-image]][npm-url]

  • 1.7.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

npm

React Web3 Icons

This library provides SVG icons related to 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>
  );
}

Contribution

We welcome your contributions!🎉

Keywords

FAQs

Package last updated on 06 Apr 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