medal icon
medal-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- medal-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M8 9a3 3 0 1 1 0 6a3 3 0 0 1 0-6M4.276 1.151a2.23 2.23 0 0 0 .098 2.312L7.426 8.04A4 4 0 0 0 4.799 9.6l-2.38-3.57A2.5 2.5 0 0 1 2 4.645v-.091a2.5 2.5 0 0 1 .356-1.286l.632-1.054A2.5 2.5 0 0 1 4.276 1.15m7.447 0a2.5 2.5 0 0 1 1.289 1.063l.632 1.054c.233.388.356.833.356 1.286v.09a2.5 2.5 0 0 1-.42 1.387L11.2 9.6a4 4 0 0 0-2.627-1.56l3.053-4.578a2.23 2.23 0 0 0 .097-2.312M9.773 1a1.228 1.228 0 0 1 1.02 1.908L10.067 4H5.934l-.728-1.092A1.229 1.229 0 0 1 6.228 1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMedal16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 9a3 3 0 1 1 0 6a3 3 0 0 1 0-6M4.276 1.151a2.23 2.23 0 0 0 .098 2.312L7.426 8.04A4 4 0 0 0 4.799 9.6l-2.38-3.57A2.5 2.5 0 0 1 2 4.645v-.091a2.5 2.5 0 0 1 .356-1.286l.632-1.054A2.5 2.5 0 0 1 4.276 1.15m7.447 0a2.5 2.5 0 0 1 1.289 1.063l.632 1.054c.233.388.356.833.356 1.286v.09a2.5 2.5 0 0 1-.42 1.387L11.2 9.6a4 4 0 0 0-2.627-1.56l3.053-4.578a2.23 2.23 0 0 0 .097-2.312M9.773 1a1.228 1.228 0 0 1 1.02 1.908L10.067 4H5.934l-.728-1.092A1.229 1.229 0 0 1 6.228 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 9a3 3 0 1 1 0 6a3 3 0 0 1 0-6M4.276 1.151a2.23 2.23 0 0 0 .098 2.312L7.426 8.04A4 4 0 0 0 4.799 9.6l-2.38-3.57A2.5 2.5 0 0 1 2 4.645v-.091a2.5 2.5 0 0 1 .356-1.286l.632-1.054A2.5 2.5 0 0 1 4.276 1.15m7.447 0a2.5 2.5 0 0 1 1.289 1.063l.632 1.054c.233.388.356.833.356 1.286v.09a2.5 2.5 0 0 1-.42 1.387L11.2 9.6a4 4 0 0 0-2.627-1.56l3.053-4.578a2.23 2.23 0 0 0 .097-2.312M9.773 1a1.228 1.228 0 0 1 1.02 1.908L10.067 4H5.934l-.728-1.092A1.229 1.229 0 0 1 6.228 1z"/></svg> </template>
CSS
.icon-medal-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%209a3%203%200%201%201%200%206a3%203%200%200%201%200-6M4.276%201.151a2.23%202.23%200%200%200%20.098%202.312L7.426%208.04A4%204%200%200%200%204.799%209.6l-2.38-3.57A2.5%202.5%200%200%201%202%204.645v-.091a2.5%202.5%200%200%201%20.356-1.286l.632-1.054A2.5%202.5%200%200%201%204.276%201.15m7.447%200a2.5%202.5%200%200%201%201.289%201.063l.632%201.054c.233.388.356.833.356%201.286v.09a2.5%202.5%200%200%201-.42%201.387L11.2%209.6a4%204%200%200%200-2.627-1.56l3.053-4.578a2.23%202.23%200%200%200%20.097-2.312M9.773%201a1.228%201.228%200%200%201%201.02%201.908L10.067%204H5.934l-.728-1.092A1.229%201.229%200%200%201%206.228%201z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%209a3%203%200%201%201%200%206a3%203%200%200%201%200-6M4.276%201.151a2.23%202.23%200%200%200%20.098%202.312L7.426%208.04A4%204%200%200%200%204.799%209.6l-2.38-3.57A2.5%202.5%200%200%201%202%204.645v-.091a2.5%202.5%200%200%201%20.356-1.286l.632-1.054A2.5%202.5%200%200%201%204.276%201.15m7.447%200a2.5%202.5%200%200%201%201.289%201.063l.632%201.054c.233.388.356.833.356%201.286v.09a2.5%202.5%200%200%201-.42%201.387L11.2%209.6a4%204%200%200%200-2.627-1.56l3.053-4.578a2.23%202.23%200%200%200%20.097-2.312M9.773%201a1.228%201.228%200%200%201%201.02%201.908L10.067%204H5.934l-.728-1.092A1.229%201.229%200%200%201%206.228%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/medal-16-filled.svg?color=%231a73e8&size=48