[](https://www.npmjs.com/package/@bitcoin-design/bitcoin-icons-react) [

Bitcoin Icons is an open-source/open-design set of icons made for Bitcoin centric applications. Included are general icons most applications need like arrows and a home icon, and maybe more importantly Bitcoin-specific icons like a wallet, keys, miner and Bitcoin symbols.
https://bitcoinicons.com
First, install @bitcoin-design/bitcoin-icons-react from npm:
``sh`
npm install @bitcoin-design/bitcoin-icons-react
Now each icon can be imported individually as a React component:
`js
import { BitcoinIcon } from '@bitcoin-design/bitcoin-icons-react/filled'
function MyComponent() {
return (
...
The outline icons can be imported from
@bitcoin-design/bitcoin-icons-react/outline, and the filled icons can be imported from @bitcoin-design/bitcoin-icons-react/filled.Icons use an upper camel case naming convention and are always suffixed with the word
Icon`.