The HugeIcons plus minus icon visually represents the concepts of addition and subtraction, commonly used to indicate toggling between expanded and collapsed states or to signify adding or removing items.
Common uses
- Expand/collapse sections
- Add/remove items from a list
- Toggling options on/off
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PlusMinusIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PlusMinusIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add subtracttoggleexpand collapseplus minus sign
FAQ
- What does the plus minus icon represent?
- It symbolizes both addition and subtraction, often used for expanding/collapsing content or managing items.
- How do I use the PlusMinusIcon in React?
- Import both HugeiconsIcon and PlusMinusIcon, then render <HugeiconsIcon icon={PlusMinusIcon} />.
- What is the license for this icon?
- The PlusMinusIcon is distributed under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.