Checklist 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 { IconChecklist } from "@devigner-ui/icons";
<IconChecklist className="size-6" />
<script setup>
import { IconChecklist } from "@devigner-ui/icons-vue";
</script>
<template>
<IconChecklist class="size-6" />
</template>
<script>
import { IconChecklist } from "@devigner-ui/icons-svelte";
</script>
<IconChecklist class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5.5 3.21 7 7.5 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M2 12.5 3.21 14l4.29-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2 19.5 3.21 21l4.29-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22 19H12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M22 12H12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M22 5H12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>