The Phosphor list plus icon, named list-plus, visually represents adding an item to a list and is commonly used in UIs to signify actions like creating a new entry or expanding options.
Common uses
- Button to add a new item to a to-do list
- Action to create a new post in a blog editor
- Menu item to add a new task to a project board
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ListPlus } from '@phosphor-icons/react';
<ListPlus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ListPlus size={24} />thin
<ListPlus size={24} weight="thin" />light
<ListPlus size={24} weight="light" />bold
<ListPlus size={24} weight="bold" />fill
<ListPlus size={24} weight="fill" />duotone
<ListPlus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- editor
- Keywords
- *updated*ulolunordered listordered listchecklistadd+editorlistplusadd to listnew itemcreate list itemchecklist add
FAQ
- What does the list plus icon represent?
- It signifies the action of adding an item to a list, such as creating a new task or entry.
- How do I use the list plus icon in React?
- Import it from the library like this: import { ListPlus } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in Phosphor.