medal icon
medal-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- medal-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
medalBoxIcons v2medalBoxIcons v2 SolidmedalElement PlusmedalFont Awesome 6 SolidmedalFont Awesome Solidmedal-16-filledFluent UI System IconsmedalIconoirmedalIonIconsmedalJam IconsmedalLine AwesomemedalLucidemedalMaterial Design Iconsmedal-fillMingCute Iconmedal-fillRemix IconmedalTabler IconsmedalUnicons
Related icons in Phosphor
Use the medal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 96a88 88 0 1 0-144 67.83V240a8 8 0 0 0 11.58 7.16L128 225l44.43 22.21a8.1 8.1 0 0 0 3.57.79a8 8 0 0 0 8-8v-76.17A87.85 87.85 0 0 0 216 96M56 96a72 72 0 1 1 72 72a72.08 72.08 0 0 1-72-72m16 0a56 56 0 1 1 56 56a56.06 56.06 0 0 1-56-56"/></svg>
React
import type { SVGProps } from "react";
export function PhMedalFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 96a88 88 0 1 0-144 67.83V240a8 8 0 0 0 11.58 7.16L128 225l44.43 22.21a8.1 8.1 0 0 0 3.57.79a8 8 0 0 0 8-8v-76.17A87.85 87.85 0 0 0 216 96M56 96a72 72 0 1 1 72 72a72.08 72.08 0 0 1-72-72m16 0a56 56 0 1 1 56 56a56.06 56.06 0 0 1-56-56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 96a88 88 0 1 0-144 67.83V240a8 8 0 0 0 11.58 7.16L128 225l44.43 22.21a8.1 8.1 0 0 0 3.57.79a8 8 0 0 0 8-8v-76.17A87.85 87.85 0 0 0 216 96M56 96a72 72 0 1 1 72 72a72.08 72.08 0 0 1-72-72m16 0a56 56 0 1 1 56 56a56.06 56.06 0 0 1-56-56"/></svg> </template>
CSS
.icon-medal-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2096a88%2088%200%201%200-144%2067.83V240a8%208%200%200%200%2011.58%207.16L128%20225l44.43%2022.21a8.1%208.1%200%200%200%203.57.79a8%208%200%200%200%208-8v-76.17A87.85%2087.85%200%200%200%20216%2096M56%2096a72%2072%200%201%201%2072%2072a72.08%2072.08%200%200%201-72-72m16%200a56%2056%200%201%201%2056%2056a56.06%2056.06%200%200%201-56-56%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2096a88%2088%200%201%200-144%2067.83V240a8%208%200%200%200%2011.58%207.16L128%20225l44.43%2022.21a8.1%208.1%200%200%200%203.57.79a8%208%200%200%200%208-8v-76.17A87.85%2087.85%200%200%200%20216%2096M56%2096a72%2072%200%201%201%2072%2072a72.08%2072.08%200%200%201-72-72m16%200a56%2056%200%201%201%2056%2056a56.06%2056.06%200%200%201-56-56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/medal-fill.svg?color=%231a73e8&size=48