Playlist Minimalistic 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 { IconPlaylistMinimalistic } from "@devigner-ui/icons";
<IconPlaylistMinimalistic className="size-6" />
<script setup>
import { IconPlaylistMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlaylistMinimalistic class="size-6" />
</template>
<script>
import { IconPlaylistMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconPlaylistMinimalistic 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="M20 6H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10 16H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10 11H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M19.13 10.69c1.64.94 2.46 1.42 2.72 2.04a2 2 0 0 1 0 1.54c-.26.62-1.08 1.1-2.73 2.04-1.64.95-2.46 1.43-3.13 1.34a2 2 0 0 1-1.33-.77c-.41-.54-.41-1.48-.41-3.38s0-2.84.41-3.38A2 2 0 0 1 16 9.35c.67-.09 1.5.39 3.14 1.34" stroke="currentColor" stroke-width="1.5"></path></svg>