star award 02 icon
star-award-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- star-award-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the star award 02 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="M19 9A7 7 0 1 1 5 9a7 7 0 0 1 14 0"/><path d="M8 15v5.513c0 .874 0 1.312.276 1.45c.277.139.626-.123 1.324-.648l1.2-.902c.578-.435.867-.652 1.2-.652s.622.217 1.2.652l1.2.902c.698.524 1.047.787 1.324.648c.276-.138.276-.576.276-1.45V15m-4.331-9.788a.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"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStarAward02(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="M19 9A7 7 0 1 1 5 9a7 7 0 0 1 14 0"/><path d="M8 15v5.513c0 .874 0 1.312.276 1.45c.277.139.626-.123 1.324-.648l1.2-.902c.578-.435.867-.652 1.2-.652s.622.217 1.2.652l1.2.902c.698.524 1.047.787 1.324.648c.276-.138.276-.576.276-1.45V15m-4.331-9.788a.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"/></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="M19 9A7 7 0 1 1 5 9a7 7 0 0 1 14 0"/><path d="M8 15v5.513c0 .874 0 1.312.276 1.45c.277.139.626-.123 1.324-.648l1.2-.902c.578-.435.867-.652 1.2-.652s.622.217 1.2.652l1.2.902c.698.524 1.047.787 1.324.648c.276-.138.276-.576.276-1.45V15m-4.331-9.788a.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"/></g></svg> </template>
CSS
.icon-star-award-02 {
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%22M19%209A7%207%200%201%201%205%209a7%207%200%200%201%2014%200%22%2F%3E%3Cpath%20d%3D%22M8%2015v5.513c0%20.874%200%201.312.276%201.45c.277.139.626-.123%201.324-.648l1.2-.902c.578-.435.867-.652%201.2-.652s.622.217%201.2.652l1.2.902c.698.524%201.047.787%201.324.648c.276-.138.276-.576.276-1.45V15m-4.331-9.788a.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%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%22M19%209A7%207%200%201%201%205%209a7%207%200%200%201%2014%200%22%2F%3E%3Cpath%20d%3D%22M8%2015v5.513c0%20.874%200%201.312.276%201.45c.277.139.626-.123%201.324-.648l1.2-.902c.578-.435.867-.652%201.2-.652s.622.217%201.2.652l1.2.902c.698.524%201.047.787%201.324.648c.276-.138.276-.576.276-1.45V15m-4.331-9.788a.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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/star-award-02.svg?color=%231a73e8&size=48