Playlist2 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 { IconPlaylist2 } from "@devigner-ui/icons";
<IconPlaylist2 className="size-6" />
<script setup>
import { IconPlaylist2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlaylist2 class="size-6" />
</template>
<script>
import { IconPlaylist2 } from "@devigner-ui/icons-svelte";
</script>
<IconPlaylist2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 16.43A2.54 2.54 0 0 1 13.5 19a2.54 2.54 0 0 1-2.5-2.57 2.54 2.54 0 0 1 2.5-2.57c1.38 0 2.5 1.15 2.5 2.57m0 0V10" stroke="currentColor" stroke-width="1.5"></path><path d="m18.68 7.12-1.76.84c-.34.16-.51.24-.64.37a1 1 0 0 0-.22.36c-.06.16-.06.35-.06.73 0 .88 0 1.32.2 1.58a1 1 0 0 0 .62.4c.32.05.71-.14 1.5-.52l1.76-.84c.34-.16.51-.24.64-.37a1 1 0 0 0 .22-.36c.06-.16.06-.35.06-.73 0-.88 0-1.32-.2-1.58a1 1 0 0 0-.62-.4c-.32-.05-.71.14-1.5.52" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M15 5H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M13 9H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M9 13H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M8 17H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>