The Tabler square minus icon depicts a square with a horizontal line in the center, commonly used to represent actions like removing an item, collapsing a section, or indicating a negative value.
Common uses
- Remove item from list
- Collapse section/menu
- Indicate negative quantity
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareMinus } from '@tabler/icons-react';
<IconSquareMinus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareMinus size={24} stroke={2} />filled
<IconSquareMinusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- removedeleteindeterminatesquareminusrectangularsubtractlessdecreasenegativegeometryshapescollapse
FAQ
- What does the square minus icon represent?
- It visually signifies removal, subtraction, or a collapsed state in user interfaces.
- How do I use the square minus icon in React?
- Import it from '@tabler/icons-react' like this: import { IconSquareMinus } from '@tabler/icons-react'.
- What is the license for Tabler icons?
- Tabler icons are distributed under the MIT license, allowing for free usage.
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 →