Tab Plus Pixel Art Icon
A tab icon with a plus sign for 'Open new tab' buttons, add-tab controls and multi-tab interface creation actions.
Tags
tabplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Tab Plus icon
A tab shape with a plus badge, the standard icon for adding a new tab in a browser or tabbed editor. Use it at the right end of a tab strip, on a 'New tab' button in a multi-document interface, or inside a 'Create' menu in a workspace app. Users intuitively read it as 'add another tab.' For closing a tab rather than adding one, an X inside the tab shape is the expected counterpart.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/tab-plus.svg" width="24" height="24" alt="Tab Plus" />
<!-- React -->
import { TabPlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="tab-plus.svg" width="48" height="48" style="image-rendering: pixelated" />