star award 01 icon

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

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

Related icons in Huge Icons

Use the star award 01 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="M11.669 5.212a.365.365 0 0 1 .662 0l.814 1.668c.054.11.155.187.273.207l1.768.294c.3.05.42.434.205.658l-1.266 1.326a.4.4 0 0 0-.104.335l.279 1.85c.047.314-.266.551-.536.407l-1.595-.849a.36.36 0 0 0-.338 0l-1.595.849c-.27.144-.583-.093-.536-.407l.279-1.85a.4.4 0 0 0-.104-.335L8.609 8.04c-.214-.224-.095-.608.205-.658l1.768-.294a.37.37 0 0 0 .273-.207z"/><path d="M19 9A7 7 0 1 1 5 9a7 7 0 0 1 14 0"/><path d="m13 16.342l1.626 4.31c.328.867.492 1.302.777 1.348c.286-.042.636-.52.978-1.383c.245-.618.367-.927.62-1.094q.116-.076.251-.12c.292-.092.627-.002 1.298.18c.717.194 1.215.14 1.412 0c.058-.041 0-.003 0-.003c.116-.206-.04-.526-.353-1.167L17.456 14M11 16.342L9.374 20.65c-.328.868-.652 1.304-.937 1.35c-.286-.042-.457-.474-.8-1.337c-.244-.618-.385-.974-.638-1.14a1 1 0 0 0-.251-.12c-.292-.093-.627-.002-1.298.179c-.717.194-1.215.137-1.412-.003c-.116-.206.04-.526.353-1.167L6.544 14"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStarAward01(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="M11.669 5.212a.365.365 0 0 1 .662 0l.814 1.668c.054.11.155.187.273.207l1.768.294c.3.05.42.434.205.658l-1.266 1.326a.4.4 0 0 0-.104.335l.279 1.85c.047.314-.266.551-.536.407l-1.595-.849a.36.36 0 0 0-.338 0l-1.595.849c-.27.144-.583-.093-.536-.407l.279-1.85a.4.4 0 0 0-.104-.335L8.609 8.04c-.214-.224-.095-.608.205-.658l1.768-.294a.37.37 0 0 0 .273-.207z"/><path d="M19 9A7 7 0 1 1 5 9a7 7 0 0 1 14 0"/><path d="m13 16.342l1.626 4.31c.328.867.492 1.302.777 1.348c.286-.042.636-.52.978-1.383c.245-.618.367-.927.62-1.094q.116-.076.251-.12c.292-.092.627-.002 1.298.18c.717.194 1.215.14 1.412 0c.058-.041 0-.003 0-.003c.116-.206-.04-.526-.353-1.167L17.456 14M11 16.342L9.374 20.65c-.328.868-.652 1.304-.937 1.35c-.286-.042-.457-.474-.8-1.337c-.244-.618-.385-.974-.638-1.14a1 1 0 0 0-.251-.12c-.292-.093-.627-.002-1.298.179c-.717.194-1.215.137-1.412-.003c-.116-.206.04-.526.353-1.167L6.544 14"/></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="M11.669 5.212a.365.365 0 0 1 .662 0l.814 1.668c.054.11.155.187.273.207l1.768.294c.3.05.42.434.205.658l-1.266 1.326a.4.4 0 0 0-.104.335l.279 1.85c.047.314-.266.551-.536.407l-1.595-.849a.36.36 0 0 0-.338 0l-1.595.849c-.27.144-.583-.093-.536-.407l.279-1.85a.4.4 0 0 0-.104-.335L8.609 8.04c-.214-.224-.095-.608.205-.658l1.768-.294a.37.37 0 0 0 .273-.207z"/><path d="M19 9A7 7 0 1 1 5 9a7 7 0 0 1 14 0"/><path d="m13 16.342l1.626 4.31c.328.867.492 1.302.777 1.348c.286-.042.636-.52.978-1.383c.245-.618.367-.927.62-1.094q.116-.076.251-.12c.292-.092.627-.002 1.298.18c.717.194 1.215.14 1.412 0c.058-.041 0-.003 0-.003c.116-.206-.04-.526-.353-1.167L17.456 14M11 16.342L9.374 20.65c-.328.868-.652 1.304-.937 1.35c-.286-.042-.457-.474-.8-1.337c-.244-.618-.385-.974-.638-1.14a1 1 0 0 0-.251-.12c-.292-.093-.627-.002-1.298.179c-.717.194-1.215.137-1.412-.003c-.116-.206.04-.526.353-1.167L6.544 14"/></g></svg>
</template>

CSS

.icon-star-award-01 {
  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%22M11.669%205.212a.365.365%200%200%201%20.662%200l.814%201.668c.054.11.155.187.273.207l1.768.294c.3.05.42.434.205.658l-1.266%201.326a.4.4%200%200%200-.104.335l.279%201.85c.047.314-.266.551-.536.407l-1.595-.849a.36.36%200%200%200-.338%200l-1.595.849c-.27.144-.583-.093-.536-.407l.279-1.85a.4.4%200%200%200-.104-.335L8.609%208.04c-.214-.224-.095-.608.205-.658l1.768-.294a.37.37%200%200%200%20.273-.207z%22%2F%3E%3Cpath%20d%3D%22M19%209A7%207%200%201%201%205%209a7%207%200%200%201%2014%200%22%2F%3E%3Cpath%20d%3D%22m13%2016.342l1.626%204.31c.328.867.492%201.302.777%201.348c.286-.042.636-.52.978-1.383c.245-.618.367-.927.62-1.094q.116-.076.251-.12c.292-.092.627-.002%201.298.18c.717.194%201.215.14%201.412%200c.058-.041%200-.003%200-.003c.116-.206-.04-.526-.353-1.167L17.456%2014M11%2016.342L9.374%2020.65c-.328.868-.652%201.304-.937%201.35c-.286-.042-.457-.474-.8-1.337c-.244-.618-.385-.974-.638-1.14a1%201%200%200%200-.251-.12c-.292-.093-.627-.002-1.298.179c-.717.194-1.215.137-1.412-.003c-.116-.206.04-.526.353-1.167L6.544%2014%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%22M11.669%205.212a.365.365%200%200%201%20.662%200l.814%201.668c.054.11.155.187.273.207l1.768.294c.3.05.42.434.205.658l-1.266%201.326a.4.4%200%200%200-.104.335l.279%201.85c.047.314-.266.551-.536.407l-1.595-.849a.36.36%200%200%200-.338%200l-1.595.849c-.27.144-.583-.093-.536-.407l.279-1.85a.4.4%200%200%200-.104-.335L8.609%208.04c-.214-.224-.095-.608.205-.658l1.768-.294a.37.37%200%200%200%20.273-.207z%22%2F%3E%3Cpath%20d%3D%22M19%209A7%207%200%201%201%205%209a7%207%200%200%201%2014%200%22%2F%3E%3Cpath%20d%3D%22m13%2016.342l1.626%204.31c.328.867.492%201.302.777%201.348c.286-.042.636-.52.978-1.383c.245-.618.367-.927.62-1.094q.116-.076.251-.12c.292-.092.627-.002%201.298.18c.717.194%201.215.14%201.412%200c.058-.041%200-.003%200-.003c.116-.206-.04-.526-.353-1.167L17.456%2014M11%2016.342L9.374%2020.65c-.328.868-.652%201.304-.937%201.35c-.286-.042-.457-.474-.8-1.337c-.244-.618-.385-.974-.638-1.14a1%201%200%200%200-.251-.12c-.292-.093-.627-.002-1.298.179c-.717.194-1.215.137-1.412-.003c-.116-.206.04-.526.353-1.167L6.544%2014%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/star-award-01.svg?color=%231a73e8&size=48