Tab In Private icon

Used in browser tab scenarios. Contains option variants. The Tab In Private 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 In Private 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 { TabInPrivate24Regular, TabInPrivate24Filled } from "@fluentui/react-icons";

export function Example() {
  return <TabInPrivate24Regular aria-label="Tab In Private" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_tab_in_private_24_regular.svg" width="24" height="24" alt="Tab In Private">

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 3H18.25C19.7688 3 21 4.23122 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C4.23122 21 3 19.7688 3 18.25V5.75C3 4.23122 4.23122 3 5.75 3ZM4.5 5.75V6.79297L6.79297 4.5H5.75C5.05964 4.5 4.5 5.05964 4.5 5.75ZM4.5 8.20718V10.793L10.793 4.5H8.20718L4.5 8.20718ZM12.2072 4.5L4.5 12.2072V14.793L14.793 4.5H12.2072ZM16.2072 4.5L4.5 16.2072V18.25C4.5 18.4112 4.53053 18.5653 4.58612 18.7069L18.7069 4.58612C18.5653 4.53053 18.4112 4.5 18.25 4.5H16.2072ZM19.4139 5.29326L5.29326 19.4139C5.43474 19.4695 5.58881 19.5 5.75 19.5H7.79297L19.5 7.79297V5.75C19.5 5.58881 19.4695 5.43474 19.4139 5.29326ZM19.5 9.20718L9.20718 19.5H11.793L19.5 11.793V9.20718ZM19.5 13.2072L13.2072 19.5H15.793L19.5 15.793V13.2072ZM19.5 17.2072L17.2072 19.5H18.25C18.9404 19.5 19.5 18.9404 19.5 18.25V17.2072Z" 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_in_private_24_regular.svg";

Details

NameTab In Private
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_tab_in_private_24_regular.svg
Filled fileic_fluent_tab_in_private_24_filled.svg
React componentsTabInPrivate24Regular, TabInPrivate24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

tabmobilerectanglebrowser

Related icons