The Phosphor number circle seven icon depicts the numeral 7 enclosed in a circle, commonly used to represent the number seven in financial contexts or as a numerical indicator.
Common uses
- Displaying a count of 7 items.
- Indicating the seventh step in a process.
- Labeling a financial category or account number.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { NumberCircleSeven } from '@phosphor-icons/react';
<NumberCircleSeven size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<NumberCircleSeven size={24} />thin
<NumberCircleSeven size={24} weight="thin" />light
<NumberCircleSeven size={24} weight="light" />bold
<NumberCircleSeven size={24} weight="bold" />fill
<NumberCircleSeven size={24} weight="fill" />duotone
<NumberCircleSeven size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- 7roundnumbersnumeralsdigitsmathematicsarithmeticcalculatorfinancesnumbercirclesevenseven circlenumber 7digit 7round 7
FAQ
- What is the number circle seven icon for?
- This icon represents the number 7 within a circular shape. It's often used for numerical labels, especially in financial applications or lists.
- How do I use the number circle seven icon in React?
- You can import and use it in React with: import { NumberCircleSeven } from '@phosphor-icons/react'. Then render it as <NumberCircleSeven />.
- What is the license for Phosphor icons?
- Phosphor icons, including number circle seven, are distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →