Pixelarticons

Tab Pixel Art Icon

A browser tab icon for multi-tab navigation, tabbed interface controls, session management and tab-strip UI components.

devices Free 4 variants

Style variants

base

Outline · rounded corners

sharp

Outline · sharp corners

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Tab icon

A rounded rectangle with a small protruding tab at the top, replicating the familiar browser or document tab control. Use it to label 'Open in new tab,' 'Manage tabs,' or 'Tab settings' in a browser extension, multi-pane editor, or tabbed dashboard. It is most legible when paired with a label, since tabs are a structural container rather than a specific action. The tab-plus variant adds an explicit 'new tab' affordance.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/tab.svg" width="24" height="24" alt="Tab" />

<!-- React -->
import { Tab } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="tab.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons