medal icon
medal from Font Awesome 6 Solid by Dave Gandy · Regular · Interfaces · CC-BY-4.0 Attribution required.
- Name
- medal
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Interfaces
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More interfaces icons from Font Awesome 6 Solid
Use the medal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0h109.3c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9l68.5-114.1C356.5 5.9 366.9 0 378.1 0h109.3C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0a176 176 0 1 1-352 0m184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1l-50.2 7.3c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMedal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0h109.3c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9l68.5-114.1C356.5 5.9 366.9 0 378.1 0h109.3C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0a176 176 0 1 1-352 0m184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1l-50.2 7.3c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0h109.3c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9l68.5-114.1C356.5 5.9 366.9 0 378.1 0h109.3C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0a176 176 0 1 1-352 0m184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1l-50.2 7.3c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1z"/></svg> </template>
CSS
.icon-medal {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.1%2038.2C1.4%2034.2%200%2029.4%200%2024.6C0%2011%2011%200%2024.6%200h109.3c11.2%200%2021.7%205.9%2027.4%2015.5l68.5%20114.1c-48.2%206.1-91.3%2028.6-123.4%2061.9zm503.7%200L405.6%20191.5c-32.1-33.3-75.2-55.8-123.4-61.9l68.5-114.1C356.5%205.9%20366.9%200%20378.1%200h109.3C501%200%20512%2011%20512%2024.6c0%204.8-1.4%209.6-4.1%2013.6zM80%20336a176%20176%200%201%201%20352%200a176%20176%200%201%201-352%200m184.4-94.9c-3.4-7-13.3-7-16.8%200l-22.4%2045.4c-1.4%202.8-4%204.7-7%205.1l-50.2%207.3c-7.7%201.1-10.7%2010.5-5.2%2016l36.3%2035.4c2.2%202.2%203.2%205.2%202.7%208.3l-8.6%2049.9c-1.3%207.6%206.7%2013.5%2013.6%209.9l44.8-23.6c2.7-1.4%206-1.4%208.7%200l44.8%2023.6c6.9%203.6%2014.9-2.2%2013.6-9.9l-8.6-49.9c-.5-3%20.5-6.1%202.7-8.3l36.3-35.4c5.6-5.4%202.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.1%2038.2C1.4%2034.2%200%2029.4%200%2024.6C0%2011%2011%200%2024.6%200h109.3c11.2%200%2021.7%205.9%2027.4%2015.5l68.5%20114.1c-48.2%206.1-91.3%2028.6-123.4%2061.9zm503.7%200L405.6%20191.5c-32.1-33.3-75.2-55.8-123.4-61.9l68.5-114.1C356.5%205.9%20366.9%200%20378.1%200h109.3C501%200%20512%2011%20512%2024.6c0%204.8-1.4%209.6-4.1%2013.6zM80%20336a176%20176%200%201%201%20352%200a176%20176%200%201%201-352%200m184.4-94.9c-3.4-7-13.3-7-16.8%200l-22.4%2045.4c-1.4%202.8-4%204.7-7%205.1l-50.2%207.3c-7.7%201.1-10.7%2010.5-5.2%2016l36.3%2035.4c2.2%202.2%203.2%205.2%202.7%208.3l-8.6%2049.9c-1.3%207.6%206.7%2013.5%2013.6%209.9l44.8-23.6c2.7-1.4%206-1.4%208.7%200l44.8%2023.6c6.9%203.6%2014.9-2.2%2013.6-9.9l-8.6-49.9c-.5-3%20.5-6.1%202.7-8.3l36.3-35.4c5.6-5.4%202.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/medal.svg?color=%231a73e8&size=48