The HugeIcons minus sign icon visually represents subtraction or a reduction, commonly used to collapse sections, decrease values, or indicate removal in user interfaces.
Common uses
- Collapsing accordions or expandable sections
- Decrementing quantity in a cart or form
- Removing items from a list or selection
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MinusSignIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MinusSignIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- subtractremovecollapsenegative
FAQ
- What is the primary purpose of the minus sign icon?
- It signifies a negative action, such as subtraction, reduction, or collapsing content. It's used to indicate a decrease or removal.
- How do I use the MinusSignIcon in React?
- Import both HugeiconsIcon and MinusSignIcon, then render <HugeiconsIcon icon={MinusSignIcon} />. Ensure you have installed '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- The HugeIcons Minus Sign icon is released under the MIT license, allowing for free usage 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 →