The Tabler forbid icon visually represents a prohibition or restriction, commonly used in UIs to indicate that an action is not allowed or a feature is disabled.
Common uses
- Disabling a submit button
- Indicating a blocked user account
- Marking a restricted area or content
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconForbid } from '@tabler/icons-react';
<IconForbid size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconForbid size={24} stroke={2} />filled
<IconForbidFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- prohibitvetodisallowpreventexcludebarinhibitrestrainblacklistprecludesystemforbidno entryrestricteddisabled
FAQ
- What does the forbid icon mean?
- It signifies that something is prohibited, disallowed, or restricted. It's used to visually communicate a lack of permission or access.
- How do I use the forbid icon in React?
- You can import and use it directly with the following statement: import { IconForbid } from '@tabler/icons-react'.
- What is the license for the Tabler forbid icon?
- The Tabler icon library, including the forbid 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 →