The Tabler square number 1 icon depicts the digit '1' enclosed within a square, commonly used to represent the first item in a sequence, a primary option, or a quantity of one.
Common uses
- First item in a numbered list
- Primary action button
- Quantity indicator for '1' item
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareNumber1 } from '@tabler/icons-react';
<IconSquareNumber1 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareNumber1 size={24} stroke={2} />filled
<IconSquareNumber1Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Numbers
- Keywords
- onezeronumberdigitquantityamountordermathssumtotalnumberssquare1number onefirst digitsingle item
FAQ
- What is the square number 1 icon used for?
- It's typically used to signify the first position, a primary choice, or a count of one in user interfaces.
- How do I use the square number 1 icon in React?
- Import it using `import { IconSquareNumber1 } from '@tabler/icons-react'` and use it as a component: `<IconSquareNumber1 />`.
- What is the license for this icon?
- The Tabler icon library, including this icon, is distributed 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 →