The Heroicons queue list icon visually represents a list of items in a sequential order, commonly used to indicate a waiting line, a task list, or a series of steps.
Common uses
- Displaying a task queue
- Indicating a step-by-step process
- Representing a waiting list or backlog
Use it in React
Install
npm i @heroicons/reactImport & render
import { QueueListIcon } from '@heroicons/react/24/outline';
<QueueListIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<QueueListIcon className="size-6" />24/solid
<QueueListIcon className="size-6" />20/solid
<QueueListIcon className="size-6" />16/solid
<QueueListIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- queuelisttask listorder liststepswaiting list
FAQ
- What does the queue list icon represent?
- It depicts a list of items in a sequential order, often used for queues, tasks, or steps.
- How do I use this icon in React?
- Import it using: import { QueueListIcon } from '@heroicons/react/24/outline'
- What is the license for this icon?
- The Heroicons library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Heroicons.