Medal 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 { IconMedal } from "@devigner-ui/icons";
<IconMedal className="size-6" />
<script setup>
import { IconMedal } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMedal class="size-6" />
</template>
<script>
import { IconMedal } from "@devigner-ui/icons-svelte";
</script>
<IconMedal class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.67 15a6.63 6.63 0 0 0 6.75-6.5c0-3.59-3.02-6.5-6.75-6.5a6.63 6.63 0 0 0-6.75 6.5c0 3.59 3.02 6.5 6.75 6.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m8.19 13.52-.01 7.38c0 .9.63 1.34 1.41.97l2.68-1.27c.22-.11.59-.11.81 0l2.69 1.27c.77.36 1.41-.07 1.41-.97v-7.56" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>