The HugeIcons minus sign circle icon visually represents removal or negation, commonly used in user interfaces to indicate actions like deleting an item, collapsing a section, or indicating a negative value.
Common uses
- Remove item from list
- Collapse expandable section
- Indicate negative quantity
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MinusSignCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MinusSignCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- removedeletesubtractclose
FAQ
- What is the primary purpose of the minus sign circle icon?
- It signifies removal, subtraction, or negation. It's often used for actions like deleting, closing, or indicating a decrease.
- How do I use the MinusSignCircleIcon in a React application?
- Import both HugeiconsIcon and MinusSignCircleIcon, then render it using <HugeiconsIcon icon={MinusSignCircleIcon} />.
- What is the license for this icon?
- This icon is released 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 →