The Tabler list icon depicts a stack of lines, commonly used to represent lists, tasks, or bullet points in user interfaces.
Common uses
- Displaying to-do items
- Indicating bulleted text sections
- Representing shopping cart contents
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconList } from '@tabler/icons-react';
<IconList size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconList size={24} stroke={2} />filled
<IconListFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- taskunorderedbulletsagendashoppinglisttypographywritingfontcharactertextbullet pointstasksunordered list
FAQ
- What is the purpose of the list icon?
- It visually represents ordered or unordered lists, tasks, or collections of items in a UI.
- How do I use the list icon in React?
- Import it using `import { IconList } from '@tabler/icons-react'` and render it as a component: `<IconList />`.
- What is the license for the Tabler list icon?
- The Tabler icon library, including the list icon, is released under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →