The Tabler plus minus icon depicts the mathematical symbols for addition and subtraction, commonly used in UIs to represent toggling between states, indicating a range, or signifying an increase or decrease.
Common uses
- Toggling between expanded and collapsed content.
- Indicating a range of values (e.g., +/- 5).
- Representing increase/decrease actions.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPlusMinus } from '@tabler/icons-react';
<IconPlusMinus size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Math
- Keywords
- mathsignaddingsubtractionplusminuscalculationequationaddmoreadd subtracttogglechangemath symbols
FAQ
- What is the plus minus icon used for?
- It's used to represent both addition and subtraction, often for toggling, indicating ranges, or showing changes.
- How do I use the plus minus icon in React?
- Import it using `import { IconPlusMinus } from '@tabler/icons-react'` and then use it as a component: `<IconPlusMinus />`.
- What is the license for the Tabler plus minus icon?
- The Tabler icons, including the plus minus icon, are 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 →