The Tabler queue pop out icon visually represents the action of removing an item from the end of a queue or stack, commonly used in UI to signify operations like deleting, dequeuing, or extracting data.
Common uses
- Button to remove the last item from a list.
- Action to dequeue an element from a processing queue.
- Icon for a 'clear all' or 'remove all' function.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconQueuePopOut } from '@tabler/icons-react';
<IconQueuePopOut size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Development
- Keywords
- queuepopoutremovestackdata-structureextractdevelopmentremove from queuedequeuestack popextract item
FAQ
- What does the queue pop out icon represent?
- It symbolizes taking an item off the end of a queue or stack, often used for removal or extraction actions in software.
- How do I use this icon in React?
- Import it using `import { IconQueuePopOut } from '@tabler/icons-react';` and then use it as a React component.
- What is the license for this icon?
- The Tabler icons, including queue-pop-out, are available 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 →