The Phosphor number five icon depicts the numeral '5' and is commonly used in UI to represent numerical values, particularly within financial contexts or when indicating a quantity of five.
Common uses
- Displaying a rating of 5 stars.
- Indicating the fifth item in a list or sequence.
- Representing a quantity of 5 in a financial summary.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { NumberFive } from '@phosphor-icons/react';
<NumberFive size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<NumberFive size={24} />thin
<NumberFive size={24} weight="thin" />light
<NumberFive size={24} weight="light" />bold
<NumberFive size={24} weight="bold" />fill
<NumberFive size={24} weight="fill" />duotone
<NumberFive size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- 5numbersnumeralsdigitsmathematicsarithmeticcalculatorfinancesnumberfivenumeral 5digit fivenumber 5
FAQ
- What is the number five icon used for?
- It's used to visually represent the number 5, often in contexts like ratings, lists, or financial data.
- How do I use the number five icon in React?
- You can import and use it like this: import { NumberFive } from '@phosphor-icons/react'. Then, render it as <NumberFive />.
- What is the license for the Phosphor number five icon?
- The Phosphor icon library, including the number five 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 →