The HugeIcons play list remove icon visually represents the action of deleting or removing an item from a list, commonly used for managing playlists or queues.
Common uses
- Removing a song from a music playlist
- Deleting an item from a to-do list
- Clearing a queue of items
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PlayListRemoveIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PlayListRemoveIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- remove from listdelete from playlistclear listplaylist delete
FAQ
- What does the play list remove icon signify?
- This icon signifies the removal or deletion of an item from a list or queue. It's typically used when a user wants to take something out of a collection.
- How do I use the PlayListRemoveIcon in React?
- To use it in React, import both HugeiconsIcon and PlayListRemoveIcon, then render it using: <HugeiconsIcon icon={PlayListRemoveIcon} />.
- What is the license for this icon?
- The PlayListRemoveIcon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →