Playlist icon in outline, twotone, bold and bulk. Free in all four styles, for checklists, playlists, task boards, ordering. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconPlaylist } from "@devigner-ui/icons";
<IconPlaylist className="size-6" />
<script setup>
import { IconPlaylist } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlaylist class="size-6" />
</template>
<script>
import { IconPlaylist } from "@devigner-ui/icons-svelte";
</script>
<IconPlaylist class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M21 6H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M21 10H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M11 14H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M11 18H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M18.88 14.12c1.65.95 2.48 1.43 2.6 2.12q.05.26 0 .52c-.12.69-.95 1.17-2.6 2.12s-2.49 1.43-3.14 1.2a2 2 0 0 1-.45-.27c-.54-.45-.54-1.4-.54-3.31 0-1.9 0-2.86.54-3.31q.2-.17.45-.26c.65-.24 1.48.23 3.14 1.19" stroke="currentColor" stroke-width="1.5"></path></svg>