medal 07 icon
medal-07 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- medal-07
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the medal 07 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"><circle cx="12" cy="16.5" r="5.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 11L6.191 8.94c-.946-.407-1.42-.61-1.727-.978a2 2 0 0 1-.246-.373C4 7.16 4 6.646 4 5.616c0-1.515 0-2.273.39-2.802a2 2 0 0 1 .424-.425C5.344 2 6.101 2 7.616 2h8.768c1.515 0 2.273 0 2.802.39a2 2 0 0 1 .425.424C20 3.344 20 4.101 20 5.616c0 1.03 0 1.545-.218 1.973q-.102.2-.246.373c-.307.368-.78.571-1.728.977L13 11m-1 0V2"/><circle cx="12" cy="16.5" r="1.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMedal07(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"><circle cx="12" cy="16.5" r="5.5"/><path strokeLinecap="round" strokeLinejoin="round" d="M11 11L6.191 8.94c-.946-.407-1.42-.61-1.727-.978a2 2 0 0 1-.246-.373C4 7.16 4 6.646 4 5.616c0-1.515 0-2.273.39-2.802a2 2 0 0 1 .424-.425C5.344 2 6.101 2 7.616 2h8.768c1.515 0 2.273 0 2.802.39a2 2 0 0 1 .425.424C20 3.344 20 4.101 20 5.616c0 1.03 0 1.545-.218 1.973q-.102.2-.246.373c-.307.368-.78.571-1.728.977L13 11m-1 0V2"/><circle cx="12" cy="16.5" r="1.5"/></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"><circle cx="12" cy="16.5" r="5.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 11L6.191 8.94c-.946-.407-1.42-.61-1.727-.978a2 2 0 0 1-.246-.373C4 7.16 4 6.646 4 5.616c0-1.515 0-2.273.39-2.802a2 2 0 0 1 .424-.425C5.344 2 6.101 2 7.616 2h8.768c1.515 0 2.273 0 2.802.39a2 2 0 0 1 .425.424C20 3.344 20 4.101 20 5.616c0 1.03 0 1.545-.218 1.973q-.102.2-.246.373c-.307.368-.78.571-1.728.977L13 11m-1 0V2"/><circle cx="12" cy="16.5" r="1.5"/></g></svg> </template>
CSS
.icon-medal-07 {
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%3Ccircle%20cx%3D%2212%22%20cy%3D%2216.5%22%20r%3D%225.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2011L6.191%208.94c-.946-.407-1.42-.61-1.727-.978a2%202%200%200%201-.246-.373C4%207.16%204%206.646%204%205.616c0-1.515%200-2.273.39-2.802a2%202%200%200%201%20.424-.425C5.344%202%206.101%202%207.616%202h8.768c1.515%200%202.273%200%202.802.39a2%202%200%200%201%20.425.424C20%203.344%2020%204.101%2020%205.616c0%201.03%200%201.545-.218%201.973q-.102.2-.246.373c-.307.368-.78.571-1.728.977L13%2011m-1%200V2%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2216.5%22%20r%3D%221.5%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2216.5%22%20r%3D%225.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2011L6.191%208.94c-.946-.407-1.42-.61-1.727-.978a2%202%200%200%201-.246-.373C4%207.16%204%206.646%204%205.616c0-1.515%200-2.273.39-2.802a2%202%200%200%201%20.424-.425C5.344%202%206.101%202%207.616%202h8.768c1.515%200%202.273%200%202.802.39a2%202%200%200%201%20.425.424C20%203.344%2020%204.101%2020%205.616c0%201.03%200%201.545-.218%201.973q-.102.2-.246.373c-.307.368-.78.571-1.728.977L13%2011m-1%200V2%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2216.5%22%20r%3D%221.5%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-07.svg?color=%231a73e8&size=48