star face icon
star-face from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- star-face
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the star face 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="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12m6.5-9.37A10 10 0 0 1 12 2c1.231 0 2.41.223 3.5.63M7.518 5.433l.528 1.065c.072.148.264.29.426.317l.957.16c.612.104.756.551.315.993L9 8.718a.66.66 0 0 0-.156.547l.213.929c.168.735-.219 1.019-.864.635l-.897-.535a.64.64 0 0 0-.594 0l-.897.535c-.641.384-1.031.097-.863-.635l.213-.929a.66.66 0 0 0-.156-.547l-.744-.75c-.438-.442-.297-.89.315-.992l.957-.16a.65.65 0 0 0 .422-.318l.528-1.065c.288-.577.756-.577 1.041 0m10 0l.528 1.065c.072.148.264.29.426.317l.957.16c.612.104.756.551.315.993l-.744.75a.66.66 0 0 0-.156.547l.213.929c.168.735-.219 1.019-.864.635l-.897-.535a.64.64 0 0 0-.594 0l-.897.535c-.641.384-1.031.097-.863-.635l.213-.929a.66.66 0 0 0-.156-.547l-.744-.75c-.438-.442-.297-.89.315-.992l.957-.16a.65.65 0 0 0 .423-.318l.527-1.065c.288-.577.756-.577 1.041 0"/><path d="M8 15a5 5 0 0 0 4 2a5 5 0 0 0 4-2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStarFace(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="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12m6.5-9.37A10 10 0 0 1 12 2c1.231 0 2.41.223 3.5.63M7.518 5.433l.528 1.065c.072.148.264.29.426.317l.957.16c.612.104.756.551.315.993L9 8.718a.66.66 0 0 0-.156.547l.213.929c.168.735-.219 1.019-.864.635l-.897-.535a.64.64 0 0 0-.594 0l-.897.535c-.641.384-1.031.097-.863-.635l.213-.929a.66.66 0 0 0-.156-.547l-.744-.75c-.438-.442-.297-.89.315-.992l.957-.16a.65.65 0 0 0 .422-.318l.528-1.065c.288-.577.756-.577 1.041 0m10 0l.528 1.065c.072.148.264.29.426.317l.957.16c.612.104.756.551.315.993l-.744.75a.66.66 0 0 0-.156.547l.213.929c.168.735-.219 1.019-.864.635l-.897-.535a.64.64 0 0 0-.594 0l-.897.535c-.641.384-1.031.097-.863-.635l.213-.929a.66.66 0 0 0-.156-.547l-.744-.75c-.438-.442-.297-.89.315-.992l.957-.16a.65.65 0 0 0 .423-.318l.527-1.065c.288-.577.756-.577 1.041 0"/><path d="M8 15a5 5 0 0 0 4 2a5 5 0 0 0 4-2"/></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="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12m6.5-9.37A10 10 0 0 1 12 2c1.231 0 2.41.223 3.5.63M7.518 5.433l.528 1.065c.072.148.264.29.426.317l.957.16c.612.104.756.551.315.993L9 8.718a.66.66 0 0 0-.156.547l.213.929c.168.735-.219 1.019-.864.635l-.897-.535a.64.64 0 0 0-.594 0l-.897.535c-.641.384-1.031.097-.863-.635l.213-.929a.66.66 0 0 0-.156-.547l-.744-.75c-.438-.442-.297-.89.315-.992l.957-.16a.65.65 0 0 0 .422-.318l.528-1.065c.288-.577.756-.577 1.041 0m10 0l.528 1.065c.072.148.264.29.426.317l.957.16c.612.104.756.551.315.993l-.744.75a.66.66 0 0 0-.156.547l.213.929c.168.735-.219 1.019-.864.635l-.897-.535a.64.64 0 0 0-.594 0l-.897.535c-.641.384-1.031.097-.863-.635l.213-.929a.66.66 0 0 0-.156-.547l-.744-.75c-.438-.442-.297-.89.315-.992l.957-.16a.65.65 0 0 0 .423-.318l.527-1.065c.288-.577.756-.577 1.041 0"/><path d="M8 15a5 5 0 0 0 4 2a5 5 0 0 0 4-2"/></g></svg> </template>
CSS
.icon-star-face {
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%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012m6.5-9.37A10%2010%200%200%201%2012%202c1.231%200%202.41.223%203.5.63M7.518%205.433l.528%201.065c.072.148.264.29.426.317l.957.16c.612.104.756.551.315.993L9%208.718a.66.66%200%200%200-.156.547l.213.929c.168.735-.219%201.019-.864.635l-.897-.535a.64.64%200%200%200-.594%200l-.897.535c-.641.384-1.031.097-.863-.635l.213-.929a.66.66%200%200%200-.156-.547l-.744-.75c-.438-.442-.297-.89.315-.992l.957-.16a.65.65%200%200%200%20.422-.318l.528-1.065c.288-.577.756-.577%201.041%200m10%200l.528%201.065c.072.148.264.29.426.317l.957.16c.612.104.756.551.315.993l-.744.75a.66.66%200%200%200-.156.547l.213.929c.168.735-.219%201.019-.864.635l-.897-.535a.64.64%200%200%200-.594%200l-.897.535c-.641.384-1.031.097-.863-.635l.213-.929a.66.66%200%200%200-.156-.547l-.744-.75c-.438-.442-.297-.89.315-.992l.957-.16a.65.65%200%200%200%20.423-.318l.527-1.065c.288-.577.756-.577%201.041%200%22%2F%3E%3Cpath%20d%3D%22M8%2015a5%205%200%200%200%204%202a5%205%200%200%200%204-2%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%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012m6.5-9.37A10%2010%200%200%201%2012%202c1.231%200%202.41.223%203.5.63M7.518%205.433l.528%201.065c.072.148.264.29.426.317l.957.16c.612.104.756.551.315.993L9%208.718a.66.66%200%200%200-.156.547l.213.929c.168.735-.219%201.019-.864.635l-.897-.535a.64.64%200%200%200-.594%200l-.897.535c-.641.384-1.031.097-.863-.635l.213-.929a.66.66%200%200%200-.156-.547l-.744-.75c-.438-.442-.297-.89.315-.992l.957-.16a.65.65%200%200%200%20.422-.318l.528-1.065c.288-.577.756-.577%201.041%200m10%200l.528%201.065c.072.148.264.29.426.317l.957.16c.612.104.756.551.315.993l-.744.75a.66.66%200%200%200-.156.547l.213.929c.168.735-.219%201.019-.864.635l-.897-.535a.64.64%200%200%200-.594%200l-.897.535c-.641.384-1.031.097-.863-.635l.213-.929a.66.66%200%200%200-.156-.547l-.744-.75c-.438-.442-.297-.89.315-.992l.957-.16a.65.65%200%200%200%20.423-.318l.527-1.065c.288-.577.756-.577%201.041%200%22%2F%3E%3Cpath%20d%3D%22M8%2015a5%205%200%200%200%204%202a5%205%200%200%200%204-2%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-face.svg?color=%231a73e8&size=48