The Tabler octagon minus icon visually represents the concept of subtraction or removal within a hexagonal shape, often used to signify actions like deleting an item or reducing a quantity.
Common uses
- Button to remove an item from a list
- Icon for a 'decrease quantity' control
- UI element for a 'cancel' or 'undo' action
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconOctagonMinus } from '@tabler/icons-react';
<IconOctagonMinus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconOctagonMinus size={24} stroke={2} />filled
<IconOctagonMinusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- subtractdecreasereducelowerlessendiscountdiminishabstractdeductwithdrawshapesoctagonminusremovedeletenegative shape
FAQ
- What does the octagon minus icon represent?
- It symbolizes subtraction, removal, or reduction, typically used in interfaces for actions like deleting or decreasing values.
- How do I use the octagon minus icon in React?
- You can import and use it directly with the following statement: import { IconOctagonMinus } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including the octagon minus icon, 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 →