medal 02 icon
medal-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- medal-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the medal 02 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-linecap="round" stroke-width="1.5"><path d="M3 5.113c0-.553 0-.83.043-1.06a2.51 2.51 0 0 1 1.996-2.01C5.267 2 5.542 2 6.09 2h11.82c.548 0 .823 0 1.051.043a2.51 2.51 0 0 1 1.996 2.01c.043.23.043.507.043 1.06c0 .542 0 .813-.032 1.065a4.04 4.04 0 0 1-1.603 2.744c-.202.15-.438.282-.908.545l-2.572 1.439C13.986 11.969 13.037 12.5 12 12.5s-1.986-.531-3.885-1.594l-2.572-1.44c-.47-.262-.705-.394-.908-.544a4.04 4.04 0 0 1-1.603-2.744C3 5.926 3 5.655 3 5.113ZM8 5v1m4-1v3m4-3v1"/><path stroke-linejoin="round" d="m12.777 13.65l.792 1.597a.98.98 0 0 0 .64.476l1.435.24c.917.155 1.133.826.472 1.489L15 18.577a.99.99 0 0 0-.234.82l.32 1.394c.252 1.102-.329 1.529-1.296.952l-1.345-.803c-.244-.145-.644-.145-.891 0l-1.346.803c-.963.577-1.548.146-1.296-.952l.32-1.393a.99.99 0 0 0-.234-.821l-1.116-1.125c-.657-.663-.445-1.334.472-1.488l1.436-.24a.98.98 0 0 0 .634-.477l.792-1.597c.432-.867 1.134-.867 1.561 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMedal02(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" strokeLinecap="round" strokeWidth="1.5"><path d="M3 5.113c0-.553 0-.83.043-1.06a2.51 2.51 0 0 1 1.996-2.01C5.267 2 5.542 2 6.09 2h11.82c.548 0 .823 0 1.051.043a2.51 2.51 0 0 1 1.996 2.01c.043.23.043.507.043 1.06c0 .542 0 .813-.032 1.065a4.04 4.04 0 0 1-1.603 2.744c-.202.15-.438.282-.908.545l-2.572 1.439C13.986 11.969 13.037 12.5 12 12.5s-1.986-.531-3.885-1.594l-2.572-1.44c-.47-.262-.705-.394-.908-.544a4.04 4.04 0 0 1-1.603-2.744C3 5.926 3 5.655 3 5.113ZM8 5v1m4-1v3m4-3v1"/><path strokeLinejoin="round" d="m12.777 13.65l.792 1.597a.98.98 0 0 0 .64.476l1.435.24c.917.155 1.133.826.472 1.489L15 18.577a.99.99 0 0 0-.234.82l.32 1.394c.252 1.102-.329 1.529-1.296.952l-1.345-.803c-.244-.145-.644-.145-.891 0l-1.346.803c-.963.577-1.548.146-1.296-.952l.32-1.393a.99.99 0 0 0-.234-.821l-1.116-1.125c-.657-.663-.445-1.334.472-1.488l1.436-.24a.98.98 0 0 0 .634-.477l.792-1.597c.432-.867 1.134-.867 1.561 0"/></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-linecap="round" stroke-width="1.5"><path d="M3 5.113c0-.553 0-.83.043-1.06a2.51 2.51 0 0 1 1.996-2.01C5.267 2 5.542 2 6.09 2h11.82c.548 0 .823 0 1.051.043a2.51 2.51 0 0 1 1.996 2.01c.043.23.043.507.043 1.06c0 .542 0 .813-.032 1.065a4.04 4.04 0 0 1-1.603 2.744c-.202.15-.438.282-.908.545l-2.572 1.439C13.986 11.969 13.037 12.5 12 12.5s-1.986-.531-3.885-1.594l-2.572-1.44c-.47-.262-.705-.394-.908-.544a4.04 4.04 0 0 1-1.603-2.744C3 5.926 3 5.655 3 5.113ZM8 5v1m4-1v3m4-3v1"/><path stroke-linejoin="round" d="m12.777 13.65l.792 1.597a.98.98 0 0 0 .64.476l1.435.24c.917.155 1.133.826.472 1.489L15 18.577a.99.99 0 0 0-.234.82l.32 1.394c.252 1.102-.329 1.529-1.296.952l-1.345-.803c-.244-.145-.644-.145-.891 0l-1.346.803c-.963.577-1.548.146-1.296-.952l.32-1.393a.99.99 0 0 0-.234-.821l-1.116-1.125c-.657-.663-.445-1.334.472-1.488l1.436-.24a.98.98 0 0 0 .634-.477l.792-1.597c.432-.867 1.134-.867 1.561 0"/></g></svg> </template>
CSS
.icon-medal-02 {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%205.113c0-.553%200-.83.043-1.06a2.51%202.51%200%200%201%201.996-2.01C5.267%202%205.542%202%206.09%202h11.82c.548%200%20.823%200%201.051.043a2.51%202.51%200%200%201%201.996%202.01c.043.23.043.507.043%201.06c0%20.542%200%20.813-.032%201.065a4.04%204.04%200%200%201-1.603%202.744c-.202.15-.438.282-.908.545l-2.572%201.439C13.986%2011.969%2013.037%2012.5%2012%2012.5s-1.986-.531-3.885-1.594l-2.572-1.44c-.47-.262-.705-.394-.908-.544a4.04%204.04%200%200%201-1.603-2.744C3%205.926%203%205.655%203%205.113ZM8%205v1m4-1v3m4-3v1%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m12.777%2013.65l.792%201.597a.98.98%200%200%200%20.64.476l1.435.24c.917.155%201.133.826.472%201.489L15%2018.577a.99.99%200%200%200-.234.82l.32%201.394c.252%201.102-.329%201.529-1.296.952l-1.345-.803c-.244-.145-.644-.145-.891%200l-1.346.803c-.963.577-1.548.146-1.296-.952l.32-1.393a.99.99%200%200%200-.234-.821l-1.116-1.125c-.657-.663-.445-1.334.472-1.488l1.436-.24a.98.98%200%200%200%20.634-.477l.792-1.597c.432-.867%201.134-.867%201.561%200%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%205.113c0-.553%200-.83.043-1.06a2.51%202.51%200%200%201%201.996-2.01C5.267%202%205.542%202%206.09%202h11.82c.548%200%20.823%200%201.051.043a2.51%202.51%200%200%201%201.996%202.01c.043.23.043.507.043%201.06c0%20.542%200%20.813-.032%201.065a4.04%204.04%200%200%201-1.603%202.744c-.202.15-.438.282-.908.545l-2.572%201.439C13.986%2011.969%2013.037%2012.5%2012%2012.5s-1.986-.531-3.885-1.594l-2.572-1.44c-.47-.262-.705-.394-.908-.544a4.04%204.04%200%200%201-1.603-2.744C3%205.926%203%205.655%203%205.113ZM8%205v1m4-1v3m4-3v1%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m12.777%2013.65l.792%201.597a.98.98%200%200%200%20.64.476l1.435.24c.917.155%201.133.826.472%201.489L15%2018.577a.99.99%200%200%200-.234.82l.32%201.394c.252%201.102-.329%201.529-1.296.952l-1.345-.803c-.244-.145-.644-.145-.891%200l-1.346.803c-.963.577-1.548.146-1.296-.952l.32-1.393a.99.99%200%200%200-.234-.821l-1.116-1.125c-.657-.663-.445-1.334.472-1.488l1.436-.24a.98.98%200%200%200%20.634-.477l.792-1.597c.432-.867%201.134-.867%201.561%200%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-02.svg?color=%231a73e8&size=48