Bitcoin Pixel Art Icon
A Bitcoin icon for cryptocurrency wallets, crypto-payment options, DeFi dashboards and digital-asset exchange interfaces.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Bitcoin icon
The Bitcoin 'B' currency symbol on a coin face, the world's most recognized cryptocurrency mark. Use it on a 'Pay with Bitcoin' payment option, a crypto wallet balance display, a DeFi dashboard asset list, or an exchange rate widget. Finance and crypto audiences read it instantly. For a generic cryptocurrency concept not specific to Bitcoin, a coin or token icon is more neutral. Always display live pricing data near this icon in transactional contexts so users have current rate information.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/bitcoin.svg" width="24" height="24" alt="Bitcoin" />
<!-- React -->
import { Bitcoin } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bitcoin.svg" width="48" height="48" style="image-rendering: pixelated" />