The HugeIcons cancel circle icon depicts a circle with a diagonal line through it, commonly used to represent actions like closing a dialog, dismissing a notification, or aborting an operation.
Common uses
- Close modal or dialog
- Dismiss notification
- Cancel form submission
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CancelCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CancelCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- close icondismiss iconstop iconerror icon
FAQ
- What is the purpose of the cancel circle icon?
- This icon is used to indicate an action that can be canceled or closed. It's a universal symbol for stopping or dismissing something.
- How do I use the CancelCircleIcon in React?
- Import both HugeiconsIcon and CancelCircleIcon, then render them using <HugeiconsIcon icon={CancelCircleIcon} />.
- What is the license for HugeIcons?
- HugeIcons are 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 →