medal from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
medal
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the medal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="352" r="32" fill="currentColor"/><path fill="currentColor" d="M99.78 32a48 48 0 0 0-42.94 26.53l-31 62A48.26 48.26 0 0 0 24.28 160h278.2a4 4 0 0 0 3.39-1.87l75.5-120A4 4 0 0 0 378 32Z"/><path fill="currentColor" d="m486.17 120.56l-31-62a47.7 47.7 0 0 0-32.79-25.46L342.5 160L298 231.08a128 128 0 0 0-84 0l-23.32-37.2a4 4 0 0 0-3.39-1.88H51.14a4 4 0 0 0-3.36 6.16l82.7 128.73a128 128 0 1 0 251 0L483.62 168a48.22 48.22 0 0 0 2.55-47.44m-226 295.31a64 64 0 1 1 59.69-59.69a64.08 64.08 0 0 1-59.68 59.69Z"/></svg>

React

import type { SVGProps } from "react";

export function IonMedal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="352" r="32" fill="currentColor"/><path fill="currentColor" d="M99.78 32a48 48 0 0 0-42.94 26.53l-31 62A48.26 48.26 0 0 0 24.28 160h278.2a4 4 0 0 0 3.39-1.87l75.5-120A4 4 0 0 0 378 32Z"/><path fill="currentColor" d="m486.17 120.56l-31-62a47.7 47.7 0 0 0-32.79-25.46L342.5 160L298 231.08a128 128 0 0 0-84 0l-23.32-37.2a4 4 0 0 0-3.39-1.88H51.14a4 4 0 0 0-3.36 6.16l82.7 128.73a128 128 0 1 0 251 0L483.62 168a48.22 48.22 0 0 0 2.55-47.44m-226 295.31a64 64 0 1 1 59.69-59.69a64.08 64.08 0 0 1-59.68 59.69Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="352" r="32" fill="currentColor"/><path fill="currentColor" d="M99.78 32a48 48 0 0 0-42.94 26.53l-31 62A48.26 48.26 0 0 0 24.28 160h278.2a4 4 0 0 0 3.39-1.87l75.5-120A4 4 0 0 0 378 32Z"/><path fill="currentColor" d="m486.17 120.56l-31-62a47.7 47.7 0 0 0-32.79-25.46L342.5 160L298 231.08a128 128 0 0 0-84 0l-23.32-37.2a4 4 0 0 0-3.39-1.88H51.14a4 4 0 0 0-3.36 6.16l82.7 128.73a128 128 0 1 0 251 0L483.62 168a48.22 48.22 0 0 0 2.55-47.44m-226 295.31a64 64 0 1 1 59.69-59.69a64.08 64.08 0 0 1-59.68 59.69Z"/></svg>
</template>

CSS

.icon-medal {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22352%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M99.78%2032a48%2048%200%200%200-42.94%2026.53l-31%2062A48.26%2048.26%200%200%200%2024.28%20160h278.2a4%204%200%200%200%203.39-1.87l75.5-120A4%204%200%200%200%20378%2032Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m486.17%20120.56l-31-62a47.7%2047.7%200%200%200-32.79-25.46L342.5%20160L298%20231.08a128%20128%200%200%200-84%200l-23.32-37.2a4%204%200%200%200-3.39-1.88H51.14a4%204%200%200%200-3.36%206.16l82.7%20128.73a128%20128%200%201%200%20251%200L483.62%20168a48.22%2048.22%200%200%200%202.55-47.44m-226%20295.31a64%2064%200%201%201%2059.69-59.69a64.08%2064.08%200%200%201-59.68%2059.69Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22352%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M99.78%2032a48%2048%200%200%200-42.94%2026.53l-31%2062A48.26%2048.26%200%200%200%2024.28%20160h278.2a4%204%200%200%200%203.39-1.87l75.5-120A4%204%200%200%200%20378%2032Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m486.17%20120.56l-31-62a47.7%2047.7%200%200%200-32.79-25.46L342.5%20160L298%20231.08a128%20128%200%200%200-84%200l-23.32-37.2a4%204%200%200%200-3.39-1.88H51.14a4%204%200%200%200-3.36%206.16l82.7%20128.73a128%20128%200%201%200%20251%200L483.62%20168a48.22%2048.22%200%200%200%202.55-47.44m-226%20295.31a64%2064%200%201%201%2059.69-59.69a64.08%2064.08%200%200%201-59.68%2059.69Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/medal.svg?color=%231a73e8&size=48