The Tabler triangle minus icon depicts a triangle with a minus sign inside, commonly used to indicate a reduction, subtraction, or a collapsed state in user interfaces.
Common uses
- Collapsing a section or menu
- Reducing a numerical value
- Indicating a negative or subtractive operation
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTriangleMinus } from '@tabler/icons-react';
<IconTriangleMinus size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- subtractreducelowerdecreaselesstruncateminimizecutdeductdiminishshapestriangleminuscollapse iconsubtract iconreduce icon
FAQ
- What is the purpose of the triangle minus icon?
- This icon signifies an action of subtraction, reduction, or a collapsed state. It's useful for actions like decreasing a value or closing an expandable element.
- How do I use the triangle minus icon in React?
- You can import and use it in your React application with the following statement: `import { IconTriangleMinus } from '@tabler/icons-react'`.
- What is the license for the Tabler triangle minus icon?
- The Tabler icon library, including the triangle minus 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 →