John KuehJohn Kueh

plus minus square 01 icon

HugeIcons · PlusMinusSquare01Icon · MIT

Download SVG

The HugeIcons plus minus square 01 icon depicts a square with a plus and minus sign, commonly used to indicate expanding or collapsing content sections, or toggling between states.

Common uses

  • Expand/collapse content sections
  • Toggle between two states (e.g., on/off)
  • Indicate addition or subtraction of items

Use it in React

Install
npm i @hugeicons/react @hugeicons/core-free-icons
Import & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PlusMinusSquare01Icon } from '@hugeicons/core-free-icons';

<HugeiconsIcon icon={PlusMinusSquare01Icon} size={24} strokeWidth={1.5} />

Details

Library
HugeIcons (5,121 icons)
License
MIT
viewBox
0 0 24 24
Keywords
expand collapsetoggleadd removeplus minus

FAQ

What is the plus minus square 01 icon used for?
This icon is typically used to represent actions like expanding or collapsing content, or toggling between different states. It visually communicates the idea of adding or removing something.
How do I use the PlusMinusSquare01Icon in React?
Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { PlusMinusSquare01Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={PlusMinusSquare01Icon} />.
What is the license for this icon?
The PlusMinusSquare01Icon 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 →