The HugeIcons plus minus 02 icon depicts a plus and minus sign with a zero in the middle, commonly used to represent operations involving addition, subtraction, or a neutral state.
Common uses
- Toggling between add/remove states
- Indicate expandable/collapsible sections
- Representing a neutral or zero value
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PlusMinus02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PlusMinus02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add subtract zerotoggle neutralplus minus zeromath operations
FAQ
- What does the plus minus 02 icon represent?
- This icon visually combines a plus, a minus, and a zero, typically signifying operations like addition, subtraction, or a neutral/zero state in a user interface.
- How do I use the PlusMinus02Icon in React?
- Import both HugeiconsIcon and PlusMinus02Icon from their respective packages, then render the icon using: <HugeiconsIcon icon={PlusMinus02Icon} />.
- What is the license for HugeIcons?
- HugeIcons are provided under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.