The HugeIcons circle slash two icon depicts a circle with two diagonal lines crossing through it, commonly used to indicate a disabled or unavailable option, or to represent a 'no' or 'forbidden' action.
Common uses
- Disabling a button or feature
- Indicating an unavailable product or service
- Representing a 'do not enter' or 'forbidden' zone
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleSlashTwoIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleSlashTwoIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- disabledforbiddenunavailablenot allowed
FAQ
- What does the circle slash two icon represent?
- It visually signifies something that is disabled, unavailable, forbidden, or not allowed.
- How do I use the CircleSlashTwoIcon in React?
- Import both HugeiconsIcon and CircleSlashTwoIcon, then render <HugeiconsIcon icon={CircleSlashTwoIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is available 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 →