The Phosphor currency rub icon depicts the symbol for the Russian ruble, commonly used to represent monetary transactions, currency, or payment in e-commerce and financial interfaces.
Common uses
- Displaying currency type in a price.
- Indicating payment methods.
- Labeling a financial transaction.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CurrencyRub } from '@phosphor-icons/react';
<CurrencyRub size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CurrencyRub size={24} />thin
<CurrencyRub size={24} weight="thin" />light
<CurrencyRub size={24} weight="light" />bold
<CurrencyRub size={24} weight="bold" />fill
<CurrencyRub size={24} weight="fill" />duotone
<CurrencyRub size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- moneyrublespaymentpayingpurchasecommercefinancescurrencyrubrublerussian currencymoney symbol
FAQ
- What is the currency rub icon used for?
- It represents the Russian ruble symbol, suitable for indicating currency, payments, or financial contexts in user interfaces.
- How do I use the currency rub icon in React?
- Import it from the library like so: `import { CurrencyRub } from '@phosphor-icons/react'`. Then use it as a component: `<CurrencyRub />`.
- What is the license for this icon?
- The Phosphor icon library, including the currency rub 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 →