The Phosphor list icon depicts three horizontal lines, commonly used to represent menus, navigation drawers, or lists of items in a user interface.
Common uses
- Hamburger menu button
- Sidebar navigation toggle
- Displaying a list of options
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { List } from '@phosphor-icons/react';
<List size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<List size={24} />thin
<List size={24} weight="thin" />light
<List size={24} weight="light" />bold
<List size={24} weight="bold" />fill
<List size={24} weight="fill" />duotone
<List size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- *updated*hamburger menuoverflow menusidebar3ulolunordered listordered listchecklistlinessystemeditorlistmenu iconsidebar toggle
FAQ
- What is the list icon used for?
- It's typically used to indicate a menu, a list of items, or a toggle for navigation elements like sidebars.
- How do I use the list icon in React?
- You can import and use it like this: `import { List } from '@phosphor-icons/react'`. Then render it as `<List />`.
- What is the license for the Phosphor list icon?
- The Phosphor icon library, including the list icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →