The HugeIcons plus minus 03 icon depicts a plus and minus sign centered around a zero, commonly used to represent toggling between additive and subtractive states, or indicating a neutral or zero value.
Common uses
- Toggling between expand/collapse states
- Indicating a neutral or default setting
- Representing a quantity that can be increased or decreased
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PlusMinus03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PlusMinus03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- toggleneutraladjustplus minus zero
FAQ
- What does the plus minus 03 icon represent?
- It visually combines a plus, minus, and zero, often signifying a neutral state or the ability to adjust a value up or down.
- How do I use the PlusMinus03Icon in React?
- Import both HugeiconsIcon and PlusMinus03Icon from their respective packages and render it using <HugeiconsIcon icon={PlusMinus03Icon} />.
- What is the license for this icon?
- The HugeIcons plus minus 03 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 →