The Phosphor number circle five icon depicts the numeral 5 enclosed in a circle, commonly used to represent the number five in financial contexts or numerical lists.
Common uses
- Displaying the fifth item in a numbered list.
- Indicating a rating or score of 5.
- Representing a quantity of five in financial summaries.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { NumberCircleFive } from '@phosphor-icons/react';
<NumberCircleFive size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<NumberCircleFive size={24} />thin
<NumberCircleFive size={24} weight="thin" />light
<NumberCircleFive size={24} weight="light" />bold
<NumberCircleFive size={24} weight="bold" />fill
<NumberCircleFive size={24} weight="fill" />duotone
<NumberCircleFive size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- 5roundnumbersnumeralsdigitsmathematicsarithmeticcalculatorfinancesnumbercirclefivefive circlenumber 5digit fivenumeral 5
FAQ
- What is the number circle five icon used for?
- It's used to visually represent the number 5, often in financial applications, lists, or where a distinct numerical indicator is needed.
- How do I use the number circle five icon in React?
- Import it from the library and use it as a component: `import { NumberCircleFive } from '@phosphor-icons/react'; <NumberCircleFive />`.
- What is the license for this icon?
- The Phosphor icon library, including the number circle 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 →