The Phosphor currency btc icon depicts the Bitcoin symbol and is typically used to represent cryptocurrency, Bitcoin-specific transactions, or digital payment options in a user interface.
Common uses
- Button to initiate a Bitcoin payment
- Label for a cryptocurrency wallet balance
- Icon within a list of accepted payment methods
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CurrencyBtc } from '@phosphor-icons/react';
<CurrencyBtc size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CurrencyBtc size={24} />thin
<CurrencyBtc size={24} weight="thin" />light
<CurrencyBtc size={24} weight="light" />bold
<CurrencyBtc size={24} weight="bold" />fill
<CurrencyBtc size={24} weight="fill" />duotone
<CurrencyBtc size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- moneybtcbitcoincryptocryptocurrencypaymentpayingpurchasecommercefinancescurrencybitcoin iconcrypto iconbtc symboldigital currency
FAQ
- What does the currency btc icon represent?
- It represents the Bitcoin cryptocurrency symbol. It's used for anything related to Bitcoin or crypto payments.
- How do I use the currency btc icon in React?
- You can import it directly from the Phosphor library and use it as a component: `import { CurrencyBtc } from '@phosphor-icons/react'`. Then render it like `<CurrencyBtc />`.
- What is the license for the Phosphor currency btc icon?
- The Phosphor icon library, including the currency btc icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →