The HugeIcons minus plus square 01 icon depicts a square with both a minus and a plus sign, commonly used to represent actions like expanding/collapsing content or toggling between states.
Common uses
- Expand/collapse sections
- Toggle between add/remove states
- Indicate available/unavailable options
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MinusPlusSquare01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MinusPlusSquare01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- expand collapse icontoggle iconadd remove iconplus minus icon
FAQ
- What does the minus plus square 01 icon represent?
- This icon visually combines a minus and a plus sign within a square, typically signifying actions related to expansion, contraction, addition, or removal of elements.
- How do I use the MinusPlusSquare01Icon in React?
- Import the icon and then render it using the HugeiconsIcon component like this: import { MinusPlusSquare01Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={MinusPlusSquare01Icon} />.
- What is the license for this icon?
- The MinusPlusSquare01Icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →