Medal Star 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 { IconMedalStar } from "@devigner-ui/icons";
<IconMedalStar className="size-6" />
<script setup>
import { IconMedalStar } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMedalStar class="size-6" />
</template>
<script>
import { IconMedalStar } from "@devigner-ui/icons-svelte";
</script>
<IconMedalStar class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.67 9a6.97 6.97 0 0 1-8.05 6.91A6.99 6.99 0 0 1 12.67 2a7 7 0 0 1 7 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m21.92 18.47-1.65.39a1 1 0 0 0-.74.74l-.35 1.47a1 1 0 0 1-1.74.41L12.67 16 7.9 21.49a1 1 0 0 1-1.74-.41l-.35-1.47a1 1 0 0 0-.74-.74l-1.65-.39a1 1 0 0 1-.48-1.68l3.9-3.9a7 7 0 0 0 6.88 3.02 7 7 0 0 0 4.78-3.02l3.9 3.9a1 1 0 0 1-.48 1.67" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m13.25 5.98.59 1.18c.08.16.29.32.48.35l1.07.18c.68.11.84.61.35 1.1l-.83.83a.7.7 0 0 0-.17.61l.24 1.03c.19.81-.24 1.13-.96.7l-1-.59a.7.7 0 0 0-.66 0l-1 .59c-.72.42-1.15.11-.96-.7l.24-1.03a.8.8 0 0 0-.17-.61l-.83-.83c-.49-.49-.33-.98.35-1.1l1.07-.18a.7.7 0 0 0 .47-.35l.59-1.18c.29-.64.81-.64 1.13 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>