honour star icon
honour-star from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- honour-star
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the honour star 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="M2.5 3.002h19m-17 0V14c0 2.329.43 3.09 2.428 4.288l3.014 1.808C10.945 20.7 11.446 21 12 21s1.055-.301 2.058-.903l3.015-1.809c1.996-1.198 2.427-1.958 2.427-4.287v-11"/><path d="m12.605 8.005l.615 1.243a.76.76 0 0 0 .497.37l1.117.187c.714.12.882.642.367 1.157l-.868.875a.77.77 0 0 0-.182.64l.249 1.082c.196.858-.256 1.19-1.008.741l-1.046-.624a.75.75 0 0 0-.693 0l-1.047.624c-.749.448-1.204.113-1.008-.74l.249-1.084a.77.77 0 0 0-.182-.639l-.868-.875c-.511-.515-.347-1.037.367-1.157l1.117-.187a.76.76 0 0 0 .493-.37l.616-1.243c.336-.673.882-.673 1.214 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHonourStar(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="M2.5 3.002h19m-17 0V14c0 2.329.43 3.09 2.428 4.288l3.014 1.808C10.945 20.7 11.446 21 12 21s1.055-.301 2.058-.903l3.015-1.809c1.996-1.198 2.427-1.958 2.427-4.287v-11"/><path d="m12.605 8.005l.615 1.243a.76.76 0 0 0 .497.37l1.117.187c.714.12.882.642.367 1.157l-.868.875a.77.77 0 0 0-.182.64l.249 1.082c.196.858-.256 1.19-1.008.741l-1.046-.624a.75.75 0 0 0-.693 0l-1.047.624c-.749.448-1.204.113-1.008-.74l.249-1.084a.77.77 0 0 0-.182-.639l-.868-.875c-.511-.515-.347-1.037.367-1.157l1.117-.187a.76.76 0 0 0 .493-.37l.616-1.243c.336-.673.882-.673 1.214 0"/></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="M2.5 3.002h19m-17 0V14c0 2.329.43 3.09 2.428 4.288l3.014 1.808C10.945 20.7 11.446 21 12 21s1.055-.301 2.058-.903l3.015-1.809c1.996-1.198 2.427-1.958 2.427-4.287v-11"/><path d="m12.605 8.005l.615 1.243a.76.76 0 0 0 .497.37l1.117.187c.714.12.882.642.367 1.157l-.868.875a.77.77 0 0 0-.182.64l.249 1.082c.196.858-.256 1.19-1.008.741l-1.046-.624a.75.75 0 0 0-.693 0l-1.047.624c-.749.448-1.204.113-1.008-.74l.249-1.084a.77.77 0 0 0-.182-.639l-.868-.875c-.511-.515-.347-1.037.367-1.157l1.117-.187a.76.76 0 0 0 .493-.37l.616-1.243c.336-.673.882-.673 1.214 0"/></g></svg> </template>
CSS
.icon-honour-star {
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%22M2.5%203.002h19m-17%200V14c0%202.329.43%203.09%202.428%204.288l3.014%201.808C10.945%2020.7%2011.446%2021%2012%2021s1.055-.301%202.058-.903l3.015-1.809c1.996-1.198%202.427-1.958%202.427-4.287v-11%22%2F%3E%3Cpath%20d%3D%22m12.605%208.005l.615%201.243a.76.76%200%200%200%20.497.37l1.117.187c.714.12.882.642.367%201.157l-.868.875a.77.77%200%200%200-.182.64l.249%201.082c.196.858-.256%201.19-1.008.741l-1.046-.624a.75.75%200%200%200-.693%200l-1.047.624c-.749.448-1.204.113-1.008-.74l.249-1.084a.77.77%200%200%200-.182-.639l-.868-.875c-.511-.515-.347-1.037.367-1.157l1.117-.187a.76.76%200%200%200%20.493-.37l.616-1.243c.336-.673.882-.673%201.214%200%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%22M2.5%203.002h19m-17%200V14c0%202.329.43%203.09%202.428%204.288l3.014%201.808C10.945%2020.7%2011.446%2021%2012%2021s1.055-.301%202.058-.903l3.015-1.809c1.996-1.198%202.427-1.958%202.427-4.287v-11%22%2F%3E%3Cpath%20d%3D%22m12.605%208.005l.615%201.243a.76.76%200%200%200%20.497.37l1.117.187c.714.12.882.642.367%201.157l-.868.875a.77.77%200%200%200-.182.64l.249%201.082c.196.858-.256%201.19-1.008.741l-1.046-.624a.75.75%200%200%200-.693%200l-1.047.624c-.749.448-1.204.113-1.008-.74l.249-1.084a.77.77%200%200%200-.182-.639l-.868-.875c-.511-.515-.347-1.037.367-1.157l1.117-.187a.76.76%200%200%200%20.493-.37l.616-1.243c.336-.673.882-.673%201.214%200%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/honour-star.svg?color=%231a73e8&size=48