medal-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
medal-04
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the medal 04 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" 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"/><path d="M17.259 2.012H6.74c-.81 0-1.881-.158-2.435.684C4 3.161 4 3.833 4 5.178c0 1.147 0 1.72.206 2.204c.352.825 1.14 1.183 1.814 1.573l3.297 1.904C10.633 11.62 11.292 12 12 12s1.367-.38 2.683-1.14l3.297-1.905c.674-.39 1.462-.748 1.814-1.573C20 6.899 20 6.325 20 5.178c0-1.345 0-2.017-.306-2.482c-.553-.842-1.625-.684-2.435-.684Z"/><path stroke-linecap="round" d="M12 2v5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMedal04(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" 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"/><path d="M17.259 2.012H6.74c-.81 0-1.881-.158-2.435.684C4 3.161 4 3.833 4 5.178c0 1.147 0 1.72.206 2.204c.352.825 1.14 1.183 1.814 1.573l3.297 1.904C10.633 11.62 11.292 12 12 12s1.367-.38 2.683-1.14l3.297-1.905c.674-.39 1.462-.748 1.814-1.573C20 6.899 20 6.325 20 5.178c0-1.345 0-2.017-.306-2.482c-.553-.842-1.625-.684-2.435-.684Z"/><path strokeLinecap="round" d="M12 2v5"/></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" 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"/><path d="M17.259 2.012H6.74c-.81 0-1.881-.158-2.435.684C4 3.161 4 3.833 4 5.178c0 1.147 0 1.72.206 2.204c.352.825 1.14 1.183 1.814 1.573l3.297 1.904C10.633 11.62 11.292 12 12 12s1.367-.38 2.683-1.14l3.297-1.905c.674-.39 1.462-.748 1.814-1.573C20 6.899 20 6.325 20 5.178c0-1.345 0-2.017-.306-2.482c-.553-.842-1.625-.684-2.435-.684Z"/><path stroke-linecap="round" d="M12 2v5"/></g></svg>
</template>

CSS

.icon-medal-04 {
  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%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%3Cpath%20d%3D%22M17.259%202.012H6.74c-.81%200-1.881-.158-2.435.684C4%203.161%204%203.833%204%205.178c0%201.147%200%201.72.206%202.204c.352.825%201.14%201.183%201.814%201.573l3.297%201.904C10.633%2011.62%2011.292%2012%2012%2012s1.367-.38%202.683-1.14l3.297-1.905c.674-.39%201.462-.748%201.814-1.573C20%206.899%2020%206.325%2020%205.178c0-1.345%200-2.017-.306-2.482c-.553-.842-1.625-.684-2.435-.684Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202v5%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%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%3Cpath%20d%3D%22M17.259%202.012H6.74c-.81%200-1.881-.158-2.435.684C4%203.161%204%203.833%204%205.178c0%201.147%200%201.72.206%202.204c.352.825%201.14%201.183%201.814%201.573l3.297%201.904C10.633%2011.62%2011.292%2012%2012%2012s1.367-.38%202.683-1.14l3.297-1.905c.674-.39%201.462-.748%201.814-1.573C20%206.899%2020%206.325%2020%205.178c0-1.345%200-2.017-.306-2.482c-.553-.842-1.625-.684-2.435-.684Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202v5%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-04.svg?color=%231a73e8&size=48