The Phosphor number one icon depicts the numeral '1' and is commonly used in UI to represent the first item in a sequence, a primary ranking, or a singular value within financial contexts.
Common uses
- First item in a list or carousel
- Primary or top-ranked item
- Indicating a single unit or quantity
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { NumberOne } from '@phosphor-icons/react';
<NumberOne size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<NumberOne size={24} />thin
<NumberOne size={24} weight="thin" />light
<NumberOne size={24} weight="light" />bold
<NumberOne size={24} weight="bold" />fill
<NumberOne size={24} weight="fill" />duotone
<NumberOne size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- 1numbersnumeralsdigitsmathematicsarithmeticcalculatorfinancesnumberonefirstprimarysinglerank one
FAQ
- What is the number one icon used for?
- It's used to visually represent the numeral '1', often signifying the first position, a primary choice, or a singular value, especially in financial or ranking scenarios.
- How do I use the number one icon in React?
- You can import and use it in your React application with: import { NumberOne } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the number one icon, is distributed 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 →