The Phosphor number square zero icon depicts the numeral 0 within a square, commonly used to represent zero values, initial states, or default options in financial contexts.
Common uses
- Displaying a starting balance of $0.00
- Indicating an account with no transactions
- Resetting a financial input field to zero
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { NumberSquareZero } from '@phosphor-icons/react';
<NumberSquareZero size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<NumberSquareZero size={24} />thin
<NumberSquareZero size={24} weight="thin" />light
<NumberSquareZero size={24} weight="light" />bold
<NumberSquareZero size={24} weight="bold" />fill
<NumberSquareZero size={24} weight="fill" />duotone
<NumberSquareZero size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- 0numbersnumeralsdigitsmathematicsarithmeticcalculatorfinancesnumbersquarezerozero squaredigit zeronumber 0
FAQ
- What is the number square zero icon used for?
- It's primarily used in financial interfaces to signify a zero value, a default state, or an initial setting.
- How do I use the number square zero icon in React?
- Import it from the Phosphor library and use it as a component: `import { NumberSquareZero } from '@phosphor-icons/react' <NumberSquareZero />`.
- What is the license for this icon?
- The Phosphor icon library, including the number square 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 →