medal 01 icon
medal-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- medal-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the medal 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M8.5 2v8.5m7-8.5v8.5"/><path d="M17.916 2.012H6.084c-.911 0-2.117-.158-2.74.684C3 3.161 3 3.833 3 5.178c0 1.147 0 1.72.232 2.204c.396.825 1.282 1.183 2.04 1.573l3.71 1.904C10.461 11.62 11.202 12 12 12s1.537-.38 3.019-1.14l3.708-1.905c.76-.39 1.645-.748 2.041-1.573C21 6.899 21 6.325 21 5.178c0-1.345 0-2.017-.344-2.482c-.623-.842-1.829-.684-2.74-.684Z"/><path stroke-linejoin="round" d="M10.53 13.638C11.247 13.213 11.606 13 12 13s.752.213 1.47.638l1 .591c.747.441 1.12.662 1.325 1.031s.205.819.205 1.719v1.042c0 .9 0 1.35-.205 1.719s-.578.59-1.324 1.03l-1 .592c-.719.426-1.078.638-1.471.638s-.752-.212-1.47-.638l-1-.591c-.747-.441-1.12-.662-1.325-1.031S8 18.921 8 18.021v-1.042c0-.9 0-1.35.205-1.719s.578-.59 1.324-1.03z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMedal01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M8.5 2v8.5m7-8.5v8.5"/><path d="M17.916 2.012H6.084c-.911 0-2.117-.158-2.74.684C3 3.161 3 3.833 3 5.178c0 1.147 0 1.72.232 2.204c.396.825 1.282 1.183 2.04 1.573l3.71 1.904C10.461 11.62 11.202 12 12 12s1.537-.38 3.019-1.14l3.708-1.905c.76-.39 1.645-.748 2.041-1.573C21 6.899 21 6.325 21 5.178c0-1.345 0-2.017-.344-2.482c-.623-.842-1.829-.684-2.74-.684Z"/><path strokeLinejoin="round" d="M10.53 13.638C11.247 13.213 11.606 13 12 13s.752.213 1.47.638l1 .591c.747.441 1.12.662 1.325 1.031s.205.819.205 1.719v1.042c0 .9 0 1.35-.205 1.719s-.578.59-1.324 1.03l-1 .592c-.719.426-1.078.638-1.471.638s-.752-.212-1.47-.638l-1-.591c-.747-.441-1.12-.662-1.325-1.031S8 18.921 8 18.021v-1.042c0-.9 0-1.35.205-1.719s.578-.59 1.324-1.03z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M8.5 2v8.5m7-8.5v8.5"/><path d="M17.916 2.012H6.084c-.911 0-2.117-.158-2.74.684C3 3.161 3 3.833 3 5.178c0 1.147 0 1.72.232 2.204c.396.825 1.282 1.183 2.04 1.573l3.71 1.904C10.461 11.62 11.202 12 12 12s1.537-.38 3.019-1.14l3.708-1.905c.76-.39 1.645-.748 2.041-1.573C21 6.899 21 6.325 21 5.178c0-1.345 0-2.017-.344-2.482c-.623-.842-1.829-.684-2.74-.684Z"/><path stroke-linejoin="round" d="M10.53 13.638C11.247 13.213 11.606 13 12 13s.752.213 1.47.638l1 .591c.747.441 1.12.662 1.325 1.031s.205.819.205 1.719v1.042c0 .9 0 1.35-.205 1.719s-.578.59-1.324 1.03l-1 .592c-.719.426-1.078.638-1.471.638s-.752-.212-1.47-.638l-1-.591c-.747-.441-1.12-.662-1.325-1.031S8 18.921 8 18.021v-1.042c0-.9 0-1.35.205-1.719s.578-.59 1.324-1.03z"/></g></svg> </template>
CSS
.icon-medal-01 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%202v8.5m7-8.5v8.5%22%2F%3E%3Cpath%20d%3D%22M17.916%202.012H6.084c-.911%200-2.117-.158-2.74.684C3%203.161%203%203.833%203%205.178c0%201.147%200%201.72.232%202.204c.396.825%201.282%201.183%202.04%201.573l3.71%201.904C10.461%2011.62%2011.202%2012%2012%2012s1.537-.38%203.019-1.14l3.708-1.905c.76-.39%201.645-.748%202.041-1.573C21%206.899%2021%206.325%2021%205.178c0-1.345%200-2.017-.344-2.482c-.623-.842-1.829-.684-2.74-.684Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.53%2013.638C11.247%2013.213%2011.606%2013%2012%2013s.752.213%201.47.638l1%20.591c.747.441%201.12.662%201.325%201.031s.205.819.205%201.719v1.042c0%20.9%200%201.35-.205%201.719s-.578.59-1.324%201.03l-1%20.592c-.719.426-1.078.638-1.471.638s-.752-.212-1.47-.638l-1-.591c-.747-.441-1.12-.662-1.325-1.031S8%2018.921%208%2018.021v-1.042c0-.9%200-1.35.205-1.719s.578-.59%201.324-1.03z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%202v8.5m7-8.5v8.5%22%2F%3E%3Cpath%20d%3D%22M17.916%202.012H6.084c-.911%200-2.117-.158-2.74.684C3%203.161%203%203.833%203%205.178c0%201.147%200%201.72.232%202.204c.396.825%201.282%201.183%202.04%201.573l3.71%201.904C10.461%2011.62%2011.202%2012%2012%2012s1.537-.38%203.019-1.14l3.708-1.905c.76-.39%201.645-.748%202.041-1.573C21%206.899%2021%206.325%2021%205.178c0-1.345%200-2.017-.344-2.482c-.623-.842-1.829-.684-2.74-.684Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.53%2013.638C11.247%2013.213%2011.606%2013%2012%2013s.752.213%201.47.638l1%20.591c.747.441%201.12.662%201.325%201.031s.205.819.205%201.719v1.042c0%20.9%200%201.35-.205%201.719s-.578.59-1.324%201.03l-1%20.592c-.719.426-1.078.638-1.471.638s-.752-.212-1.47-.638l-1-.591c-.747-.441-1.12-.662-1.325-1.031S8%2018.921%208%2018.021v-1.042c0-.9%200-1.35.205-1.719s.578-.59%201.324-1.03z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/medal-01.svg?color=%231a73e8&size=48