medal-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
medal-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

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 24 24"><path fill="currentColor" d="M12 14a4 4 0 1 1 0 8a4 4 0 0 1 0-8m5.8-11.912a3.25 3.25 0 0 1 1.786 1.132l.702.878a3.25 3.25 0 0 1 .166 3.83l-4.31 6.459a5.5 5.5 0 0 0-3.914-1.882l.393-.589l4.942-7.413a2.58 2.58 0 0 0 .236-2.415m-11.605 0a2.58 2.58 0 0 0 .237 2.414l5.336 8.003a5.5 5.5 0 0 0-3.913 1.88L3.55 7.93a3.25 3.25 0 0 1 .164-3.831l.7-.876A3.25 3.25 0 0 1 6.195 2.09M15.423 2a1.074 1.074 0 0 1 .893 1.67L14.764 6h-5.53L7.68 3.67A1.075 1.075 0 0 1 8.575 2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMedal24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 14a4 4 0 1 1 0 8a4 4 0 0 1 0-8m5.8-11.912a3.25 3.25 0 0 1 1.786 1.132l.702.878a3.25 3.25 0 0 1 .166 3.83l-4.31 6.459a5.5 5.5 0 0 0-3.914-1.882l.393-.589l4.942-7.413a2.58 2.58 0 0 0 .236-2.415m-11.605 0a2.58 2.58 0 0 0 .237 2.414l5.336 8.003a5.5 5.5 0 0 0-3.913 1.88L3.55 7.93a3.25 3.25 0 0 1 .164-3.831l.7-.876A3.25 3.25 0 0 1 6.195 2.09M15.423 2a1.074 1.074 0 0 1 .893 1.67L14.764 6h-5.53L7.68 3.67A1.075 1.075 0 0 1 8.575 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 14a4 4 0 1 1 0 8a4 4 0 0 1 0-8m5.8-11.912a3.25 3.25 0 0 1 1.786 1.132l.702.878a3.25 3.25 0 0 1 .166 3.83l-4.31 6.459a5.5 5.5 0 0 0-3.914-1.882l.393-.589l4.942-7.413a2.58 2.58 0 0 0 .236-2.415m-11.605 0a2.58 2.58 0 0 0 .237 2.414l5.336 8.003a5.5 5.5 0 0 0-3.913 1.88L3.55 7.93a3.25 3.25 0 0 1 .164-3.831l.7-.876A3.25 3.25 0 0 1 6.195 2.09M15.423 2a1.074 1.074 0 0 1 .893 1.67L14.764 6h-5.53L7.68 3.67A1.075 1.075 0 0 1 8.575 2z"/></svg>
</template>

CSS

.icon-medal-24-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2014a4%204%200%201%201%200%208a4%204%200%200%201%200-8m5.8-11.912a3.25%203.25%200%200%201%201.786%201.132l.702.878a3.25%203.25%200%200%201%20.166%203.83l-4.31%206.459a5.5%205.5%200%200%200-3.914-1.882l.393-.589l4.942-7.413a2.58%202.58%200%200%200%20.236-2.415m-11.605%200a2.58%202.58%200%200%200%20.237%202.414l5.336%208.003a5.5%205.5%200%200%200-3.913%201.88L3.55%207.93a3.25%203.25%200%200%201%20.164-3.831l.7-.876A3.25%203.25%200%200%201%206.195%202.09M15.423%202a1.074%201.074%200%200%201%20.893%201.67L14.764%206h-5.53L7.68%203.67A1.075%201.075%200%200%201%208.575%202z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2014a4%204%200%201%201%200%208a4%204%200%200%201%200-8m5.8-11.912a3.25%203.25%200%200%201%201.786%201.132l.702.878a3.25%203.25%200%200%201%20.166%203.83l-4.31%206.459a5.5%205.5%200%200%200-3.914-1.882l.393-.589l4.942-7.413a2.58%202.58%200%200%200%20.236-2.415m-11.605%200a2.58%202.58%200%200%200%20.237%202.414l5.336%208.003a5.5%205.5%200%200%200-3.913%201.88L3.55%207.93a3.25%203.25%200%200%201%20.164-3.831l.7-.876A3.25%203.25%200%200%201%206.195%202.09M15.423%202a1.074%201.074%200%200%201%20.893%201.67L14.764%206h-5.53L7.68%203.67A1.075%201.075%200%200%201%208.575%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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