The HugeIcons remove circle icon visually represents the action of deleting or removing an item, often used to clear input fields or dismiss dialogs.
Common uses
- Clearing text input fields
- Deleting list items
- Closing modal windows
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RemoveCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RemoveCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- deleteclearcancelclose
FAQ
- What is the remove circle icon used for?
- It's typically used to indicate an action of removal, deletion, or clearing, such as clearing a search bar or removing an item from a list.
- How do I use the RemoveCircleIcon in React?
- Import both HugeiconsIcon and RemoveCircleIcon, then render <HugeiconsIcon icon={RemoveCircleIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.