The Phosphor currency dollar simple icon depicts a stylized dollar sign, commonly used in UI to represent monetary values, pricing, or financial actions.
Common uses
- Displaying prices on product listings.
- Indicating a transaction or payment button.
- Labeling a financial settings section.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CurrencyDollarSimple } from '@phosphor-icons/react';
<CurrencyDollarSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CurrencyDollarSimple size={24} />thin
<CurrencyDollarSimple size={24} weight="thin" />light
<CurrencyDollarSimple size={24} weight="light" />bold
<CurrencyDollarSimple size={24} weight="bold" />fill
<CurrencyDollarSimple size={24} weight="fill" />duotone
<CurrencyDollarSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- moneyusdpaymentpayingpurchasecommercefinancescurrencydollarsimpledollar signmoney symbolpayment iconcurrency symbol
FAQ
- What does the currency dollar simple icon represent?
- It represents the US dollar currency symbol, often used for financial contexts like pricing or payments.
- How do I use this icon in React?
- Import it from the library like this: import { CurrencyDollarSimple } from '@phosphor-icons/react'. Then use it as a component: <CurrencyDollarSimple />.
- What is the license for this icon?
- The Phosphor icon library, including this 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 →