The Lucide circle slash icon depicts a circle with a diagonal line through it, commonly used to indicate prohibition, cancellation, or a value of zero or null.
Common uses
- Indicate a disabled or unavailable option.
- Represent a 'no entry' or 'forbidden' status.
- Show a value of zero or null in data tables.
Use it in React
Install
npm i lucide-reactImport & render
import { CircleSlash } from 'lucide-react';
<CircleSlash size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- diameterzeroønothingnullvoidcancelbannostopforbiddenprohibitederrorincorrectmistakewrong
FAQ
- What does the circle slash icon represent?
- It generally signifies prohibition, cancellation, or a null/zero value. It's used to show something is not allowed, unavailable, or has no quantity.
- How do I use the circle slash icon in React?
- You can import it directly from the 'lucide-react' library: import { CircleSlash } from 'lucide-react'. Then use it as a component: <CircleSlash />.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →