Medal Ribbon 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 { IconMedalRibbon } from "@devigner-ui/icons";
<IconMedalRibbon className="size-6" />
<script setup>
import { IconMedalRibbon } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMedalRibbon class="size-6" />
</template>
<script>
import { IconMedalRibbon } from "@devigner-ui/icons-svelte";
</script>
<IconMedalRibbon 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="9.00037" r="7" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="m7.35 15-.64 2.32c-.62 2.3-.94 3.44-.52 4.07q.23.34.57.51c.66.33 1.66-.2 3.68-1.24.67-.35 1-.53 1.36-.56q.2-.03.4 0c.35.03.69.2 1.36.56 2.02 1.05 3.02 1.57 3.68 1.24q.34-.19.57-.51c.42-.63.1-1.77-.52-4.07L16.65 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>