The Phosphor queue icon depicts a list of items, typically used to represent an upcoming or waiting sequence in media playback or task management.
Common uses
- Displaying the current music playlist
- Indicating items waiting in a processing queue
- Managing a sequence of upcoming videos
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Queue } from '@phosphor-icons/react';
<Queue size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Queue size={24} />thin
<Queue size={24} weight="thin" />light
<Queue size={24} weight="light" />bold
<Queue size={24} weight="bold" />fill
<Queue size={24} weight="fill" />duotone
<Queue size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- *updated*musicaudioplaylistmediasystemqueuelistupcomingsequence
FAQ
- What does the queue icon represent?
- It visually represents a list of items in a specific order, often indicating what's next or waiting to be processed.
- How do I use the queue icon in React?
- You can import and use it like this: import { Queue } from '@phosphor-icons/react'. Then render it as <Queue size={24} />.
- What is the license for the Phosphor queue icon?
- The Phosphor icon library, including the queue icon, is available under the MIT license.