The HugeIcons remove 01 icon depicts a minus sign within a circle, commonly used to signify deletion, subtraction, or closing an item.
Common uses
- Deleting an item from a list
- Collapsing a section
- Closing a modal or dialog
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Remove01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Remove01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- minus icondelete iconclose iconsubtract icon
FAQ
- What is the primary purpose of the remove 01 icon?
- The remove 01 icon is typically used to indicate an action of removal, such as deleting data, closing a window, or collapsing an element.
- How do I use the Remove01Icon in a React application?
- To use it in React, import both HugeiconsIcon and Remove01Icon from their respective packages, then render the icon using the HugeiconsIcon component with the icon prop set to Remove01Icon: import { HugeiconsIcon } from '@hugeicons/react'; import { Remove01Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={Remove01Icon} />
- What is the license for the HugeIcons remove 01 icon?
- The HugeIcons library, including the remove 01 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 →