The Phosphor number zero icon depicts the numeral 0 and is commonly used to represent zero values, initial states, or as part of numerical sequences in user interfaces.
Common uses
- Displaying a quantity of zero items.
- Indicating a starting point or default value.
- As a digit in a numerical input or display.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { NumberZero } from '@phosphor-icons/react';
<NumberZero size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<NumberZero size={24} />thin
<NumberZero size={24} weight="thin" />light
<NumberZero size={24} weight="light" />bold
<NumberZero size={24} weight="bold" />fill
<NumberZero size={24} weight="fill" />duotone
<NumberZero size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- 0numbersnumeralsdigitsmathematicsarithmeticcalculatorfinancesnumberzerozero numeraldigit zeronumber 0
FAQ
- What is the number zero icon used for?
- It's used to visually represent the number zero, often in contexts like accounting, calculations, or default numerical displays.
- How do I use the number zero icon in React?
- You can import and use it like this: import { NumberZero } from '@phosphor-icons/react'. Then render it as <NumberZero />.
- What is the license for this icon?
- The Phosphor icon library, including the number zero 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 →