md medal icon

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

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

Related icons in IonIcons

Use the md medal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M273.5 152.1H48l54.1-103.9h240.7z" fill="currentColor"/><circle cx="256.2" cy="377.2" r="86.6" fill="currentColor"/><path d="M348.9 299.1l115.1-147-69.3-103.9L256.4 256c32.3 0 62.7 12.7 85.5 35.5 2.5 2.5 4.8 5 7 7.6z" fill="currentColor"/><path d="M205.8 266.6L152.3 186H48.4l90.1 161.5c5.2-21.2 16.1-40.6 32-56.4 10.4-10.3 22.3-18.6 35.3-24.5z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdMedal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M273.5 152.1H48l54.1-103.9h240.7z" fill="currentColor"/><circle cx="256.2" cy="377.2" r="86.6" fill="currentColor"/><path d="M348.9 299.1l115.1-147-69.3-103.9L256.4 256c32.3 0 62.7 12.7 85.5 35.5 2.5 2.5 4.8 5 7 7.6z" fill="currentColor"/><path d="M205.8 266.6L152.3 186H48.4l90.1 161.5c5.2-21.2 16.1-40.6 32-56.4 10.4-10.3 22.3-18.6 35.3-24.5z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M273.5 152.1H48l54.1-103.9h240.7z" fill="currentColor"/><circle cx="256.2" cy="377.2" r="86.6" fill="currentColor"/><path d="M348.9 299.1l115.1-147-69.3-103.9L256.4 256c32.3 0 62.7 12.7 85.5 35.5 2.5 2.5 4.8 5 7 7.6z" fill="currentColor"/><path d="M205.8 266.6L152.3 186H48.4l90.1 161.5c5.2-21.2 16.1-40.6 32-56.4 10.4-10.3 22.3-18.6 35.3-24.5z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%3Cpath%20d%3D%22M273.5%20152.1H48l54.1-103.9h240.7z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22256.2%22%20cy%3D%22377.2%22%20r%3D%2286.6%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M348.9%20299.1l115.1-147-69.3-103.9L256.4%20256c32.3%200%2062.7%2012.7%2085.5%2035.5%202.5%202.5%204.8%205%207%207.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M205.8%20266.6L152.3%20186H48.4l90.1%20161.5c5.2-21.2%2016.1-40.6%2032-56.4%2010.4-10.3%2022.3-18.6%2035.3-24.5z%22%20fill%3D%22currentColor%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%3Cpath%20d%3D%22M273.5%20152.1H48l54.1-103.9h240.7z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22256.2%22%20cy%3D%22377.2%22%20r%3D%2286.6%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M348.9%20299.1l115.1-147-69.3-103.9L256.4%20256c32.3%200%2062.7%2012.7%2085.5%2035.5%202.5%202.5%204.8%205%207%207.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M205.8%20266.6L152.3%20186H48.4l90.1%20161.5c5.2-21.2%2016.1-40.6%2032-56.4%2010.4-10.3%2022.3-18.6%2035.3-24.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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