The Tabler square number 5 icon depicts the digit '5' enclosed within a square, commonly used to represent numerical values, quantities, or specific ordered items in user interfaces.
Common uses
- Displaying a count of 5 items.
- Indicating the fifth step in a process.
- Labeling a section or option with the number 5.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareNumber5 } from '@tabler/icons-react';
<IconSquareNumber5 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareNumber5 size={24} stroke={2} />filled
<IconSquareNumber5Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Numbers
- Keywords
- fivezeronumberdigitquantityamountordermathssumtotalnumberssquare5number 5five digitquantity 5
FAQ
- What does the square-number-5 icon represent?
- It represents the number 5 within a square shape. It's used for numerical labels, quantities, or ordering in UIs.
- How do I use the square-number-5 icon in React?
- You can import and use it directly in your React components like this: import { IconSquareNumber5 } from '@tabler/icons-react'; <IconSquareNumber5 />
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →