Tab Prohibited icon

Used in browser tab scenarios. Contains option variants. The Tab Prohibited icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Tab Prohibited icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { TabProhibited24Regular, TabProhibited24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TabProhibited24Regular aria-label="Tab Prohibited" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_tab_prohibited_24_regular.svg" width="24" height="24" alt="Tab Prohibited">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.75 3C4.23122 3 3 4.23122 3 5.75V18.25C3 19.7688 4.23122 21 5.75 21H12.0218C11.7253 20.5368 11.4858 20.0335 11.3135 19.5H5.75C5.05964 19.5 4.5 18.9404 4.5 18.25V5.75C4.5 5.05964 5.05964 4.5 5.75 4.5H18.25C18.9404 4.5 19.5 5.05964 19.5 5.75V11.3135C20.0335 11.4858 20.5368 11.7253 21 12.0218V5.75C21 4.23122 19.7688 3 18.25 3H5.75ZM17.5 23C20.5376 23 23 20.5376 23 17.5C23 14.4624 20.5376 12 17.5 12C14.4624 12 12 14.4624 12 17.5C12 20.5376 14.4624 23 17.5 23ZM14.1911 19.7482C13.755 19.1075 13.5 18.3335 13.5 17.5C13.5 15.2909 15.2909 13.5 17.5 13.5C18.3335 13.5 19.1075 13.755 19.7482 14.1911L14.1911 19.7482ZM15.2518 20.8089L20.8089 15.2518C21.245 15.8925 21.5 16.6665 21.5 17.5C21.5 19.7091 19.7091 21.5 17.5 21.5C16.6665 21.5 15.8925 21.245 15.2518 20.8089Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/tab_prohibited_24_regular.svg";

Details

NameTab Prohibited
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_tab_prohibited_24_regular.svg
Filled fileic_fluent_tab_prohibited_24_filled.svg
React componentsTabProhibited24Regular, TabProhibited24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

tabmobilerectanglebrowser

Related icons