The HugeIcons play list minus icon visually represents the removal or subtraction of an item from a list or playlist, commonly used for actions like deleting a song from a queue or removing an item from a collection.
Common uses
- Remove item from playlist
- Delete from queue
- Unsubscribe from list
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PlayListMinusIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PlayListMinusIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- remove from listdelete from playlistplaylist removesubtract from list
FAQ
- What does the play list minus icon signify?
- This icon signifies the action of removing an item from a list or playlist. It's often used when a user wants to delete something from a collection.
- How do I use the PlayListMinusIcon in React?
- Import both HugeiconsIcon and PlayListMinusIcon, then render it using <HugeiconsIcon icon={PlayListMinusIcon} />.
- What is the license for this icon?
- The HugeIcons play list minus icon 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 →