Playlist Minimalistic2 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 { IconPlaylistMinimalistic2 } from "@devigner-ui/icons";
<IconPlaylistMinimalistic2 className="size-6" />
<script setup>
import { IconPlaylistMinimalistic2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlaylistMinimalistic2 class="size-6" />
</template>
<script>
import { IconPlaylistMinimalistic2 } from "@devigner-ui/icons-svelte";
</script>
<IconPlaylistMinimalistic2 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="M15 6H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M13 10H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M9 14H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M8 18H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M17 16.5V8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle cx="14.5" cy="16.5002" r="2.5" stroke="currentColor" stroke-width="1.5"></circle><path d="M21 12a4 4 0 0 1-4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>