Certificate 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 { IconCertificate } from "@devigner-ui/icons";
<IconCertificate className="size-6" />
<script setup>
import { IconCertificate } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCertificate class="size-6" />
</template>
<script>
import { IconCertificate } from "@devigner-ui/icons-svelte";
</script>
<IconCertificate class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="16.0005" r="3" stroke="currentColor" stroke-width="1.5"></circle><path d="m12 19.26-2.26 2.17c-.33.31-.49.47-.63.52a.7.7 0 0 1-.82-.25c-.07-.12-.1-.33-.14-.75a2 2 0 0 0-.08-.46.8.8 0 0 0-.5-.48q-.13-.04-.47-.07a2 2 0 0 1-.79-.13.6.6 0 0 1-.26-.8c.06-.13.22-.28.55-.6l1.47-1.4 1.04-1.05" stroke="currentColor" stroke-width="1.5"></path><path d="m12 19.26 2.26 2.17c.33.31.49.47.63.52.3.12.66.02.82-.25.07-.12.1-.33.14-.75.03-.24.04-.36.08-.46q.13-.34.5-.48.13-.04.47-.07c.44-.04.67-.07.79-.13a.6.6 0 0 0 .26-.8c-.06-.13-.22-.28-.55-.6L15.93 17l-.93-.93" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M17.32 18c1.97-.02 3.07-.15 3.8-.88.88-.88.88-2.3.88-5.12V8c0-2.83 0-4.24-.88-5.12S18.82 2 16 2H8c-2.83 0-4.24 0-5.12.88S2 5.18 2 8v4c0 2.83 0 4.24.88 5.12.77.77 1.94.87 4.12.88" 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></svg>