stack star icon
stack-star from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- stack-star
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the stack 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="M16.828 7.062C18 8.125 18 9.835 18 13.254v1.492c0 3.42 0 5.13-1.172 6.192S13.771 22 10 22s-5.657 0-6.828-1.062S2 18.166 2 14.746v-1.492c0-3.42 0-5.13 1.172-6.192S6.229 6 10 6s5.657 0 6.828 1.062"/><path d="M6.066 6c.107-1.388.385-2.285 1.105-2.938C8.342 2 10.228 2 13.999 2s5.657 0 6.829 1.062s1.171 2.773 1.171 6.192v1.492c0 3.42 0 5.13-1.171 6.192c-.654.592-1.529.854-2.829.97"/><path d="m10.691 10.578l.704 1.42a.87.87 0 0 0 .568.423l1.276.213c.816.137 1.008.734.42 1.323l-.992 1a.88.88 0 0 0-.208.73l.284 1.238c.224.98-.292 1.359-1.152.847l-1.196-.714a.86.86 0 0 0-.792 0l-1.196.714c-.856.512-1.376.129-1.152-.847l.284-1.238a.88.88 0 0 0-.208-.73l-.991-1c-.584-.589-.396-1.186.42-1.323l1.275-.213a.87.87 0 0 0 .564-.424l.704-1.42c.384-.77 1.008-.77 1.388 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStackStar(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="M16.828 7.062C18 8.125 18 9.835 18 13.254v1.492c0 3.42 0 5.13-1.172 6.192S13.771 22 10 22s-5.657 0-6.828-1.062S2 18.166 2 14.746v-1.492c0-3.42 0-5.13 1.172-6.192S6.229 6 10 6s5.657 0 6.828 1.062"/><path d="M6.066 6c.107-1.388.385-2.285 1.105-2.938C8.342 2 10.228 2 13.999 2s5.657 0 6.829 1.062s1.171 2.773 1.171 6.192v1.492c0 3.42 0 5.13-1.171 6.192c-.654.592-1.529.854-2.829.97"/><path d="m10.691 10.578l.704 1.42a.87.87 0 0 0 .568.423l1.276.213c.816.137 1.008.734.42 1.323l-.992 1a.88.88 0 0 0-.208.73l.284 1.238c.224.98-.292 1.359-1.152.847l-1.196-.714a.86.86 0 0 0-.792 0l-1.196.714c-.856.512-1.376.129-1.152-.847l.284-1.238a.88.88 0 0 0-.208-.73l-.991-1c-.584-.589-.396-1.186.42-1.323l1.275-.213a.87.87 0 0 0 .564-.424l.704-1.42c.384-.77 1.008-.77 1.388 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="M16.828 7.062C18 8.125 18 9.835 18 13.254v1.492c0 3.42 0 5.13-1.172 6.192S13.771 22 10 22s-5.657 0-6.828-1.062S2 18.166 2 14.746v-1.492c0-3.42 0-5.13 1.172-6.192S6.229 6 10 6s5.657 0 6.828 1.062"/><path d="M6.066 6c.107-1.388.385-2.285 1.105-2.938C8.342 2 10.228 2 13.999 2s5.657 0 6.829 1.062s1.171 2.773 1.171 6.192v1.492c0 3.42 0 5.13-1.171 6.192c-.654.592-1.529.854-2.829.97"/><path d="m10.691 10.578l.704 1.42a.87.87 0 0 0 .568.423l1.276.213c.816.137 1.008.734.42 1.323l-.992 1a.88.88 0 0 0-.208.73l.284 1.238c.224.98-.292 1.359-1.152.847l-1.196-.714a.86.86 0 0 0-.792 0l-1.196.714c-.856.512-1.376.129-1.152-.847l.284-1.238a.88.88 0 0 0-.208-.73l-.991-1c-.584-.589-.396-1.186.42-1.323l1.275-.213a.87.87 0 0 0 .564-.424l.704-1.42c.384-.77 1.008-.77 1.388 0"/></g></svg> </template>
CSS
.icon-stack-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%22M16.828%207.062C18%208.125%2018%209.835%2018%2013.254v1.492c0%203.42%200%205.13-1.172%206.192S13.771%2022%2010%2022s-5.657%200-6.828-1.062S2%2018.166%202%2014.746v-1.492c0-3.42%200-5.13%201.172-6.192S6.229%206%2010%206s5.657%200%206.828%201.062%22%2F%3E%3Cpath%20d%3D%22M6.066%206c.107-1.388.385-2.285%201.105-2.938C8.342%202%2010.228%202%2013.999%202s5.657%200%206.829%201.062s1.171%202.773%201.171%206.192v1.492c0%203.42%200%205.13-1.171%206.192c-.654.592-1.529.854-2.829.97%22%2F%3E%3Cpath%20d%3D%22m10.691%2010.578l.704%201.42a.87.87%200%200%200%20.568.423l1.276.213c.816.137%201.008.734.42%201.323l-.992%201a.88.88%200%200%200-.208.73l.284%201.238c.224.98-.292%201.359-1.152.847l-1.196-.714a.86.86%200%200%200-.792%200l-1.196.714c-.856.512-1.376.129-1.152-.847l.284-1.238a.88.88%200%200%200-.208-.73l-.991-1c-.584-.589-.396-1.186.42-1.323l1.275-.213a.87.87%200%200%200%20.564-.424l.704-1.42c.384-.77%201.008-.77%201.388%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%22M16.828%207.062C18%208.125%2018%209.835%2018%2013.254v1.492c0%203.42%200%205.13-1.172%206.192S13.771%2022%2010%2022s-5.657%200-6.828-1.062S2%2018.166%202%2014.746v-1.492c0-3.42%200-5.13%201.172-6.192S6.229%206%2010%206s5.657%200%206.828%201.062%22%2F%3E%3Cpath%20d%3D%22M6.066%206c.107-1.388.385-2.285%201.105-2.938C8.342%202%2010.228%202%2013.999%202s5.657%200%206.829%201.062s1.171%202.773%201.171%206.192v1.492c0%203.42%200%205.13-1.171%206.192c-.654.592-1.529.854-2.829.97%22%2F%3E%3Cpath%20d%3D%22m10.691%2010.578l.704%201.42a.87.87%200%200%200%20.568.423l1.276.213c.816.137%201.008.734.42%201.323l-.992%201a.88.88%200%200%200-.208.73l.284%201.238c.224.98-.292%201.359-1.152.847l-1.196-.714a.86.86%200%200%200-.792%200l-1.196.714c-.856.512-1.376.129-1.152-.847l.284-1.238a.88.88%200%200%200-.208-.73l-.991-1c-.584-.589-.396-1.186.42-1.323l1.275-.213a.87.87%200%200%200%20.564-.424l.704-1.42c.384-.77%201.008-.77%201.388%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/stack-star.svg?color=%231a73e8&size=48