The HugeIcons minus plus 02 icon depicts a plus sign within a minus sign, commonly used to indicate toggling between expanded and collapsed states or adding/removing items.
Common uses
- Expand/collapse sections
- Add/remove items from a list
- Toggle between view modes
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MinusPlus02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MinusPlus02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- toggle iconexpand collapse iconadd remove iconplus minus icon
FAQ
- What does the minus plus 02 icon represent?
- This icon represents a plus sign inside a minus sign. It's often used for toggling actions like expanding/collapsing content or adding/removing elements.
- How do I use the MinusPlus02Icon in React?
- Import both HugeiconsIcon and MinusPlus02Icon, then render the icon using <HugeiconsIcon icon={MinusPlus02Icon} />.
- What is the license for this icon?
- The HugeIcons minus plus 02 icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →