The HugeIcons remove circle half dot icon depicts a partially filled circle with a diagonal line through it, commonly used to indicate the removal or cancellation of an action or item that is only partially completed or selected.
Common uses
- Canceling a partially uploaded file
- Removing a selected item from a list
- Closing a modal that has unsaved changes
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RemoveCircleHalfDotIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RemoveCircleHalfDotIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- cancel halfdelete partialremove incompleteclose half
FAQ
- What is this icon used for?
- This icon is used to signify the removal or cancellation of something that is not fully complete or selected. It's a visual cue for actions like deleting, canceling, or closing.
- How do I use this icon in React?
- Import the icon component and use it within the HugeiconsIcon wrapper: `import { HugeiconsIcon } from '@hugeicons/react'; import { RemoveCircleHalfDotIcon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={RemoveCircleHalfDotIcon} />`.
- What is the license for this icon?
- This icon is provided 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 →