The Phosphor currency dollar icon depicts a dollar sign, commonly used in user interfaces to represent monetary values, pricing, or payment-related actions.
Common uses
- Displaying prices for products or services.
- Indicating a transaction or payment button.
- Labeling a 'wallet' or 'balance' section.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CurrencyDollar } from '@phosphor-icons/react';
<CurrencyDollar size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CurrencyDollar size={24} />thin
<CurrencyDollar size={24} weight="thin" />light
<CurrencyDollar size={24} weight="light" />bold
<CurrencyDollar size={24} weight="bold" />fill
<CurrencyDollar size={24} weight="fill" />duotone
<CurrencyDollar size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- moneyusdpaymentpayingpurchasecommercefinancescurrencydollardollar signprice
FAQ
- What does the currency dollar icon represent?
- It represents the US dollar symbol ($) and is used for anything related to money, payments, or commerce.
- How do I use the currency dollar icon in React?
- Import it from the Phosphor library and use it as a component: `import { CurrencyDollar } from '@phosphor-icons/react'; <CurrencyDollar />`.
- What is the license for this icon?
- The Phosphor icon library, including the currency dollar 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 →