The Phosphor tabs icon depicts a stack of overlapping rectangles, commonly used to represent tabbed interfaces in applications for organizing content.
Common uses
- Tabbed navigation in web apps
- Switching between different views in a dashboard
- Organizing settings panels
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Tabs } from '@phosphor-icons/react';
<Tabs size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Tabs size={24} />thin
<Tabs size={24} weight="thin" />light
<Tabs size={24} weight="light" />bold
<Tabs size={24} weight="bold" />fill
<Tabs size={24} weight="fill" />duotone
<Tabs size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- *updated*browserwindowfoldersfilessystemtabstabbrowser tabswindow tabs
FAQ
- What is the tabs icon used for?
- It visually represents tabbed interfaces, allowing users to switch between different sections or content within a single window.
- How do I use the tabs icon in React?
- You can import and use it like this: import { Tabs } from '@phosphor-icons/react'. Then render it as <Tabs size={24} />.
- What is the license for the Phosphor tabs icon?
- The Phosphor icon library, including the tabs icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.