The Tabler square number 0 icon visually represents the digit zero within a square, commonly used in interfaces to denote a starting point, a default value, or the absence of a quantity.
Common uses
- Displaying a default numerical input value.
- Indicating the first item in a sequence.
- Representing a quantity of zero in data displays.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareNumber0 } from '@tabler/icons-react';
<IconSquareNumber0 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareNumber0 size={24} stroke={2} />filled
<IconSquareNumber0Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Numbers
- Keywords
- zeronumberdigitquantityamountordermathssumtotalsquarenumbers0zero iconnumber 0digit zeroempty value
FAQ
- What does the square number 0 icon represent?
- It represents the numerical digit zero, often used to signify a starting point, a default value, or an empty quantity within a user interface.
- How do I use the square number 0 icon in React?
- You can import and use it in your React application with: `import { IconSquareNumber0 } from '@tabler/icons-react'`.
- What is the license for this icon?
- This icon is part of the Tabler icon library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →