The Phosphor currency jpy icon depicts the Japanese yen symbol and is commonly used in UI elements related to commerce, finance, and payment transactions involving Japanese currency.
Common uses
- Displaying prices in Japanese Yen.
- Indicating a payment method for Japanese currency.
- Labeling a financial transaction involving JPY.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CurrencyJpy } from '@phosphor-icons/react';
<CurrencyJpy size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CurrencyJpy size={24} />thin
<CurrencyJpy size={24} weight="thin" />light
<CurrencyJpy size={24} weight="light" />bold
<CurrencyJpy size={24} weight="bold" />fill
<CurrencyJpy size={24} weight="fill" />duotone
<CurrencyJpy size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- moneyyenpaymentpayingpurchasecommercefinancescurrencyjpyyen symboljapanese yenmoney jpycurrency symbol
FAQ
- What is the currency jpy icon used for?
- It represents the Japanese Yen (JPY) and is used in interfaces for financial transactions, pricing, or indicating currency.
- How do I use the currency jpy icon in React?
- Import it from the library like this: `import { CurrencyJpy } from '@phosphor-icons/react'`. Then use it as a React component: `<CurrencyJpy />`.
- What is the license for the Phosphor currency jpy icon?
- Phosphor icons, including currency jpy, are distributed 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 →