John KuehJohn Kueh

prohibit inset icon

Phosphor · prohibit-inset · MIT

Download SVG

The Phosphor prohibit inset icon visually represents a prohibition or restriction, often used to indicate that an action is not allowed or a location is inaccessible.

Common uses

  • Disabling a button or feature
  • Marking a restricted area on a map
  • Indicating a blocked or unavailable option

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { ProhibitInset } from '@phosphor-icons/react';

<ProhibitInset size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<ProhibitInset size={24} />
thin
<ProhibitInset size={24} weight="thin" />
light
<ProhibitInset size={24} weight="light" />
bold
<ProhibitInset size={24} weight="bold" />
fill
<ProhibitInset size={24} weight="fill" />
duotone
<ProhibitInset size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
maps & travel
Keywords
forbiddenprohibitedcancelledpreventstopdo not entermaps & travelsystemprohibitinsetrestrictedno access

FAQ

What does the prohibit inset icon mean?
It signifies a prohibition, restriction, or that something is not allowed or accessible.
How do I use this icon in React?
Import it as ProhibitInset from '@phosphor-icons/react' and use it like: <ProhibitInset size={32} />.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing for free use.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor 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 →