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

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

Related icons in Huge Icons

Use the medal 05 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-linejoin="round" stroke-width="1.5"><path d="M7.625 3.482c.313-.719.47-1.078.781-1.28S9.116 2 9.91 2h4.18c.795 0 1.192 0 1.504.202c.311.202.468.561.78 1.28l2.02 4.632c.498 1.142.747 1.714.524 2.203c-.224.489-.824.686-2.023 1.079L12 13l-4.895-1.604c-1.2-.393-1.8-.59-2.023-1.08c-.223-.488.026-1.06.524-2.202z" clip-rule="evenodd"/><path d="M12 13L8.5 2.5m7 9L12 2m.777 11.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 HugeiconsMedal05(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M7.625 3.482c.313-.719.47-1.078.781-1.28S9.116 2 9.91 2h4.18c.795 0 1.192 0 1.504.202c.311.202.468.561.78 1.28l2.02 4.632c.498 1.142.747 1.714.524 2.203c-.224.489-.824.686-2.023 1.079L12 13l-4.895-1.604c-1.2-.393-1.8-.59-2.023-1.08c-.223-.488.026-1.06.524-2.202z" clipRule="evenodd"/><path d="M12 13L8.5 2.5m7 9L12 2m.777 11.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-linejoin="round" stroke-width="1.5"><path d="M7.625 3.482c.313-.719.47-1.078.781-1.28S9.116 2 9.91 2h4.18c.795 0 1.192 0 1.504.202c.311.202.468.561.78 1.28l2.02 4.632c.498 1.142.747 1.714.524 2.203c-.224.489-.824.686-2.023 1.079L12 13l-4.895-1.604c-1.2-.393-1.8-.59-2.023-1.08c-.223-.488.026-1.06.524-2.202z" clip-rule="evenodd"/><path d="M12 13L8.5 2.5m7 9L12 2m.777 11.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-05 {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.625%203.482c.313-.719.47-1.078.781-1.28S9.116%202%209.91%202h4.18c.795%200%201.192%200%201.504.202c.311.202.468.561.78%201.28l2.02%204.632c.498%201.142.747%201.714.524%202.203c-.224.489-.824.686-2.023%201.079L12%2013l-4.895-1.604c-1.2-.393-1.8-.59-2.023-1.08c-.223-.488.026-1.06.524-2.202z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%2013L8.5%202.5m7%209L12%202m.777%2011.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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.625%203.482c.313-.719.47-1.078.781-1.28S9.116%202%209.91%202h4.18c.795%200%201.192%200%201.504.202c.311.202.468.561.78%201.28l2.02%204.632c.498%201.142.747%201.714.524%202.203c-.224.489-.824.686-2.023%201.079L12%2013l-4.895-1.604c-1.2-.393-1.8-.59-2.023-1.08c-.223-.488.026-1.06.524-2.202z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%2013L8.5%202.5m7%209L12%202m.777%2011.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-05.svg?color=%231a73e8&size=48