medal icon
medal-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- medal-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M10 11a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7M5.11 2.22a1.84 1.84 0 0 0 .2 1.646l4.114 6.171a4.5 4.5 0 0 0-2.917 1.625L3.42 7.032A2.5 2.5 0 0 1 3 5.644v-.091a2.5 2.5 0 0 1 .356-1.286l.632-1.054A2.5 2.5 0 0 1 5.11 2.22m9.779 0a2.5 2.5 0 0 1 1.123.994l.632 1.054c.233.388.356.833.356 1.286v.09a2.5 2.5 0 0 1-.42 1.387l-3.088 4.631a4.5 4.5 0 0 0-2.917-1.625l4.115-6.17a1.84 1.84 0 0 0 .198-1.646M13.156 2a.844.844 0 0 1 .702 1.312L12.732 5H7.268L6.142 3.312A.845.845 0 0 1 6.844 2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMedal20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 11a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7M5.11 2.22a1.84 1.84 0 0 0 .2 1.646l4.114 6.171a4.5 4.5 0 0 0-2.917 1.625L3.42 7.032A2.5 2.5 0 0 1 3 5.644v-.091a2.5 2.5 0 0 1 .356-1.286l.632-1.054A2.5 2.5 0 0 1 5.11 2.22m9.779 0a2.5 2.5 0 0 1 1.123.994l.632 1.054c.233.388.356.833.356 1.286v.09a2.5 2.5 0 0 1-.42 1.387l-3.088 4.631a4.5 4.5 0 0 0-2.917-1.625l4.115-6.17a1.84 1.84 0 0 0 .198-1.646M13.156 2a.844.844 0 0 1 .702 1.312L12.732 5H7.268L6.142 3.312A.845.845 0 0 1 6.844 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 11a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7M5.11 2.22a1.84 1.84 0 0 0 .2 1.646l4.114 6.171a4.5 4.5 0 0 0-2.917 1.625L3.42 7.032A2.5 2.5 0 0 1 3 5.644v-.091a2.5 2.5 0 0 1 .356-1.286l.632-1.054A2.5 2.5 0 0 1 5.11 2.22m9.779 0a2.5 2.5 0 0 1 1.123.994l.632 1.054c.233.388.356.833.356 1.286v.09a2.5 2.5 0 0 1-.42 1.387l-3.088 4.631a4.5 4.5 0 0 0-2.917-1.625l4.115-6.17a1.84 1.84 0 0 0 .198-1.646M13.156 2a.844.844 0 0 1 .702 1.312L12.732 5H7.268L6.142 3.312A.845.845 0 0 1 6.844 2z"/></svg> </template>
CSS
.icon-medal-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2011a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7M5.11%202.22a1.84%201.84%200%200%200%20.2%201.646l4.114%206.171a4.5%204.5%200%200%200-2.917%201.625L3.42%207.032A2.5%202.5%200%200%201%203%205.644v-.091a2.5%202.5%200%200%201%20.356-1.286l.632-1.054A2.5%202.5%200%200%201%205.11%202.22m9.779%200a2.5%202.5%200%200%201%201.123.994l.632%201.054c.233.388.356.833.356%201.286v.09a2.5%202.5%200%200%201-.42%201.387l-3.088%204.631a4.5%204.5%200%200%200-2.917-1.625l4.115-6.17a1.84%201.84%200%200%200%20.198-1.646M13.156%202a.844.844%200%200%201%20.702%201.312L12.732%205H7.268L6.142%203.312A.845.845%200%200%201%206.844%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2011a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7M5.11%202.22a1.84%201.84%200%200%200%20.2%201.646l4.114%206.171a4.5%204.5%200%200%200-2.917%201.625L3.42%207.032A2.5%202.5%200%200%201%203%205.644v-.091a2.5%202.5%200%200%201%20.356-1.286l.632-1.054A2.5%202.5%200%200%201%205.11%202.22m9.779%200a2.5%202.5%200%200%201%201.123.994l.632%201.054c.233.388.356.833.356%201.286v.09a2.5%202.5%200%200%201-.42%201.387l-3.088%204.631a4.5%204.5%200%200%200-2.917-1.625l4.115-6.17a1.84%201.84%200%200%200%20.198-1.646M13.156%202a.844.844%200%200%201%20.702%201.312L12.732%205H7.268L6.142%203.312A.845.845%200%200%201%206.844%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/medal-20-filled.svg?color=%231a73e8&size=48