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

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

Related icons in Huge Icons

Use the medal 03 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-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"/><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 HugeiconsMedal03(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 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"/><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-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"/><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-03 {
  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-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%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-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%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-03.svg?color=%231a73e8&size=48