The Phosphor currency inr icon depicts the Indian Rupee symbol and is commonly used in UI elements related to e-commerce, payments, and financial transactions within India.
Common uses
- Displaying prices in Indian Rupees
- Indicating payment methods for INR
- Labeling financial sections in an app
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CurrencyInr } from '@phosphor-icons/react';
<CurrencyInr size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CurrencyInr size={24} />thin
<CurrencyInr size={24} weight="thin" />light
<CurrencyInr size={24} weight="light" />bold
<CurrencyInr size={24} weight="bold" />fill
<CurrencyInr size={24} weight="fill" />duotone
<CurrencyInr size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- moneyrupeespaymentpayingpurchasecommercefinancescurrencyinrindian rupeerupee symbolinr symbolmoney india
FAQ
- What does the currency inr icon represent?
- This icon represents the symbol for the Indian Rupee (₹). It's used to denote Indian currency in various applications.
- How do I use the currency inr icon in a React project?
- You can import and use it in React with: import { CurrencyInr } from '@phosphor-icons/react'. Then, render it as <CurrencyInr />.
- What is the license for this icon?
- The Phosphor icon library, including the currency inr 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 →