The HugeIcons minus plus circle 02 icon visually represents the concept of adding or removing items, often used for toggling states or indicating expandable/collapsible content.
Common uses
- Expand/collapse sections
- Add/remove items from a list
- Toggle visibility of details
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MinusPlusCircle02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MinusPlusCircle02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- expand collapsetoggle iconadd removeplus minus
FAQ
- What does the minus plus circle 02 icon represent?
- This icon typically signifies an action that can be reversed, such as expanding or collapsing content, or adding and removing items.
- How do I use the MinusPlusCircle02Icon in React?
- Import both HugeiconsIcon and MinusPlusCircle02Icon, then render the icon using <HugeiconsIcon icon={MinusPlusCircle02Icon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed 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 →