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

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

Related icons in Huge Icons

Use the award 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M4.5 9.5a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0"/><path stroke-linecap="round" d="M9 10.167s.75 0 1.5 1.333c0 0 2.382-3.333 4.5-4"/><path d="m16.883 15l.67 3.21c.43 2.062.646 3.093.203 3.582c-.442.489-1.21.069-2.746-.772l-2.274-1.245c-.363-.198-.544-.298-.736-.298s-.373.1-.736.298L8.99 21.02c-1.536.84-2.304 1.261-2.746.772s-.227-1.52.203-3.582l.67-3.21"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAward05(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M4.5 9.5a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0"/><path strokeLinecap="round" d="M9 10.167s.75 0 1.5 1.333c0 0 2.382-3.333 4.5-4"/><path d="m16.883 15l.67 3.21c.43 2.062.646 3.093.203 3.582c-.442.489-1.21.069-2.746-.772l-2.274-1.245c-.363-.198-.544-.298-.736-.298s-.373.1-.736.298L8.99 21.02c-1.536.84-2.304 1.261-2.746.772s-.227-1.52.203-3.582l.67-3.21"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M4.5 9.5a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0"/><path stroke-linecap="round" d="M9 10.167s.75 0 1.5 1.333c0 0 2.382-3.333 4.5-4"/><path d="m16.883 15l.67 3.21c.43 2.062.646 3.093.203 3.582c-.442.489-1.21.069-2.746-.772l-2.274-1.245c-.363-.198-.544-.298-.736-.298s-.373.1-.736.298L8.99 21.02c-1.536.84-2.304 1.261-2.746.772s-.227-1.52.203-3.582l.67-3.21"/></g></svg>
</template>

CSS

.icon-award-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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%209.5a7.5%207.5%200%201%200%2015%200a7.5%207.5%200%200%200-15%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2010.167s.75%200%201.5%201.333c0%200%202.382-3.333%204.5-4%22%2F%3E%3Cpath%20d%3D%22m16.883%2015l.67%203.21c.43%202.062.646%203.093.203%203.582c-.442.489-1.21.069-2.746-.772l-2.274-1.245c-.363-.198-.544-.298-.736-.298s-.373.1-.736.298L8.99%2021.02c-1.536.84-2.304%201.261-2.746.772s-.227-1.52.203-3.582l.67-3.21%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%209.5a7.5%207.5%200%201%200%2015%200a7.5%207.5%200%200%200-15%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2010.167s.75%200%201.5%201.333c0%200%202.382-3.333%204.5-4%22%2F%3E%3Cpath%20d%3D%22m16.883%2015l.67%203.21c.43%202.062.646%203.093.203%203.582c-.442.489-1.21.069-2.746-.772l-2.274-1.245c-.363-.198-.544-.298-.736-.298s-.373.1-.736.298L8.99%2021.02c-1.536.84-2.304%201.261-2.746.772s-.227-1.52.203-3.582l.67-3.21%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/award-05.svg?color=%231a73e8&size=48