Crown3 icon in outline, twotone, bold and bulk. Free in all four styles, for reactions, ratings, favourites, awards, stickers. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCrown3 } from "@devigner-ui/icons";
<IconCrown3 className="size-6" />
<script setup>
import { IconCrown3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCrown3 class="size-6" />
</template>
<script>
import { IconCrown3 } from "@devigner-ui/icons-svelte";
</script>
<IconCrown3 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.67 15.29V5.71c0-1.33.77-1.65 1.71-.71l2.59 2.59a1 1 0 0 0 1.41 0L11.96 4a1 1 0 0 1 1.41 0l3.59 3.59a1 1 0 0 0 1.41 0L20.96 5c.94-.94 1.71-.62 1.71.71v9.59c0 3-2 5-5 5h-10a5 5 0 0 1-5-5.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>