medal icon
medal-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- medal-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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="M10.867 1a2.5 2.5 0 0 1 2.145 1.214l.632 1.054c.233.388.356.833.356 1.286v.09a2.5 2.5 0 0 1-.42 1.387l-2.518 3.775a3.5 3.5 0 1 1-6.125.001L2.42 6.03A2.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 5.133 1zM8 9a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4.035 2.48q-.106.112-.19.249l-.631 1.053A1.5 1.5 0 0 0 3 4.554v.09c0 .297.088.586.252.833l2.33 3.494c.428-.41.961-.713 1.555-.864L4.31 3.867a1.85 1.85 0 0 1-.275-1.388m7.929 0a1.85 1.85 0 0 1-.274 1.386l-2.829 4.24c.595.15 1.128.454 1.557.865l2.33-3.494A1.5 1.5 0 0 0 13 4.645v-.091a1.5 1.5 0 0 0-.214-.772l-.632-1.053a1.5 1.5 0 0 0-.19-.25M8 7.598L9.732 5H6.268zM5.844 2a.844.844 0 0 0-.702 1.312L5.6 4h4.798l.46-.688A.845.845 0 0 0 10.155 2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMedal16Regular(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="M10.867 1a2.5 2.5 0 0 1 2.145 1.214l.632 1.054c.233.388.356.833.356 1.286v.09a2.5 2.5 0 0 1-.42 1.387l-2.518 3.775a3.5 3.5 0 1 1-6.125.001L2.42 6.03A2.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 5.133 1zM8 9a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4.035 2.48q-.106.112-.19.249l-.631 1.053A1.5 1.5 0 0 0 3 4.554v.09c0 .297.088.586.252.833l2.33 3.494c.428-.41.961-.713 1.555-.864L4.31 3.867a1.85 1.85 0 0 1-.275-1.388m7.929 0a1.85 1.85 0 0 1-.274 1.386l-2.829 4.24c.595.15 1.128.454 1.557.865l2.33-3.494A1.5 1.5 0 0 0 13 4.645v-.091a1.5 1.5 0 0 0-.214-.772l-.632-1.053a1.5 1.5 0 0 0-.19-.25M8 7.598L9.732 5H6.268zM5.844 2a.844.844 0 0 0-.702 1.312L5.6 4h4.798l.46-.688A.845.845 0 0 0 10.155 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.867 1a2.5 2.5 0 0 1 2.145 1.214l.632 1.054c.233.388.356.833.356 1.286v.09a2.5 2.5 0 0 1-.42 1.387l-2.518 3.775a3.5 3.5 0 1 1-6.125.001L2.42 6.03A2.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 5.133 1zM8 9a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4.035 2.48q-.106.112-.19.249l-.631 1.053A1.5 1.5 0 0 0 3 4.554v.09c0 .297.088.586.252.833l2.33 3.494c.428-.41.961-.713 1.555-.864L4.31 3.867a1.85 1.85 0 0 1-.275-1.388m7.929 0a1.85 1.85 0 0 1-.274 1.386l-2.829 4.24c.595.15 1.128.454 1.557.865l2.33-3.494A1.5 1.5 0 0 0 13 4.645v-.091a1.5 1.5 0 0 0-.214-.772l-.632-1.053a1.5 1.5 0 0 0-.19-.25M8 7.598L9.732 5H6.268zM5.844 2a.844.844 0 0 0-.702 1.312L5.6 4h4.798l.46-.688A.845.845 0 0 0 10.155 2z"/></svg> </template>
CSS
.icon-medal-16-regular {
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%22M10.867%201a2.5%202.5%200%200%201%202.145%201.214l.632%201.054c.233.388.356.833.356%201.286v.09a2.5%202.5%200%200%201-.42%201.387l-2.518%203.775a3.5%203.5%200%201%201-6.125.001L2.42%206.03A2.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%205.133%201zM8%209a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M4.035%202.48q-.106.112-.19.249l-.631%201.053A1.5%201.5%200%200%200%203%204.554v.09c0%20.297.088.586.252.833l2.33%203.494c.428-.41.961-.713%201.555-.864L4.31%203.867a1.85%201.85%200%200%201-.275-1.388m7.929%200a1.85%201.85%200%200%201-.274%201.386l-2.829%204.24c.595.15%201.128.454%201.557.865l2.33-3.494A1.5%201.5%200%200%200%2013%204.645v-.091a1.5%201.5%200%200%200-.214-.772l-.632-1.053a1.5%201.5%200%200%200-.19-.25M8%207.598L9.732%205H6.268zM5.844%202a.844.844%200%200%200-.702%201.312L5.6%204h4.798l.46-.688A.845.845%200%200%200%2010.155%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.867%201a2.5%202.5%200%200%201%202.145%201.214l.632%201.054c.233.388.356.833.356%201.286v.09a2.5%202.5%200%200%201-.42%201.387l-2.518%203.775a3.5%203.5%200%201%201-6.125.001L2.42%206.03A2.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%205.133%201zM8%209a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M4.035%202.48q-.106.112-.19.249l-.631%201.053A1.5%201.5%200%200%200%203%204.554v.09c0%20.297.088.586.252.833l2.33%203.494c.428-.41.961-.713%201.555-.864L4.31%203.867a1.85%201.85%200%200%201-.275-1.388m7.929%200a1.85%201.85%200%200%201-.274%201.386l-2.829%204.24c.595.15%201.128.454%201.557.865l2.33-3.494A1.5%201.5%200%200%200%2013%204.645v-.091a1.5%201.5%200%200%200-.214-.772l-.632-1.053a1.5%201.5%200%200%200-.19-.25M8%207.598L9.732%205H6.268zM5.844%202a.844.844%200%200%200-.702%201.312L5.6%204h4.798l.46-.688A.845.845%200%200%200%2010.155%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/medal-16-regular.svg?color=%231a73e8&size=48