Certificate Check icon in outline, twotone, bold and bulk. Free in all four styles, for courses, library, certificates, office work. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCertificateCheck } from "@devigner-ui/icons";
<IconCertificateCheck className="size-6" />
<script setup>
import { IconCertificateCheck } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCertificateCheck class="size-6" />
</template>
<script>
import { IconCertificateCheck } from "@devigner-ui/icons-svelte";
</script>
<IconCertificateCheck 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="M7 18c-2.18-.01-3.35-.11-4.12-.88C2 16.24 2 14.82 2 12V8c0-2.83 0-4.24.88-5.12S5.18 2 8 2h8c2.83 0 4.24 0 5.12.88S22 5.18 22 8v4c0 2.83 0 4.24-.88 5.12-.73.73-1.83.86-3.8.88h-.82" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9 6h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M7 9.5h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M10.9 13.95a1.7 1.7 0 0 1 2.2 0q.43.35.98.4c.84.07 1.5.73 1.57 1.57q.05.55.4.97a1.7 1.7 0 0 1 0 2.22q-.35.42-.4.97c-.07.84-.73 1.5-1.57 1.57q-.55.05-.97.4a1.7 1.7 0 0 1-2.22 0 1.7 1.7 0 0 0-.97-.4 1.7 1.7 0 0 1-1.57-1.57q-.05-.55-.4-.97a1.7 1.7 0 0 1 0-2.22q.35-.42.4-.97c.07-.84.73-1.5 1.57-1.57q.55-.05.97-.4" stroke="currentColor" stroke-width="1.5"></path><path d="m10.5 18.2.86.8 2.14-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>