The Tabler forbid 2 icon depicts a diagonal line crossing out a circle, commonly used to signify a restriction, prohibition, or that an action is not allowed within a user interface.
Common uses
- Disabling a button or feature
- Indicating a blocked or inaccessible item
- Representing a 'do not enter' or 'restricted area' status
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconForbid2 } from '@tabler/icons-react';
<IconForbid2 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconForbid2 size={24} stroke={2} />filled
<IconForbid2Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- banishprohibitinterdictoutlawrestrictabolishrefrainrestrainhinderblocksystemforbid2restrictednot alloweddisabled
FAQ
- What does the forbid 2 icon represent?
- It visually communicates a prohibition or restriction, indicating that something is not permitted or is unavailable.
- How do I use the forbid 2 icon in React?
- You can import it from '@tabler/icons-react' with: import { IconForbid2 } from '@tabler/icons-react'.
- What is the license for the Tabler forbid 2 icon?
- The Tabler icon library, including the forbid 2 icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →