The Tabler playlist icon depicts a list of items, commonly used to represent a collection of songs, videos, or other media content in a user interface.
Common uses
- Displaying a user's saved music queue.
- Representing a 'play all' or 'add to playlist' action.
- Indicating a section for managing media collections.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPlaylist } from '@tabler/icons-react';
<IconPlaylist size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPlaylist size={24} stroke={2} />filled
<IconPlaylistFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Media
- Keywords
- musicsongartistspotifytrackplayrecordplaylistcontententertainmentmediamusic listsong listqueuemedia collection
FAQ
- What does the playlist icon represent?
- It represents a list or collection of media items, such as songs or videos, that can be played sequentially or managed as a group.
- How do I use the playlist icon in React?
- You can import and use it directly in your React components like this: import { IconPlaylist } from '@tabler/icons-react'.
- What is the license for the Tabler playlist icon?
- The Tabler icons, including the playlist icon, are distributed 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 →