Check icon in outline, twotone, bold and bulk. Free in all four styles, for auth, passwords, permissions, privacy, scanning. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCheck } from "@devigner-ui/icons";
<IconCheck className="size-6" />
<script setup>
import { IconCheck } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCheck class="size-6" />
</template>
<script>
import { IconCheck } from "@devigner-ui/icons-svelte";
</script>
<IconCheck class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="m5 13.26 2.59 2.7c.66.7 1 1.04 1.41 1.04s.75-.35 1.41-1.04L19 7"></path></svg>