star half dashed icon
star-half-dashed from Iconoir by Luca Burgio · Regular · Organization · MIT Free for personal and commercial use.
- Name
- star-half-dashed
- Set
- Iconoir
- Style
- Regular
- Category
- Organization
- Viewbox
- 24×24
- License
- MIT
More organization icons from Iconoir
Use the star half dashed 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="M12.815 3.004a.911.911 0 0 0-1.63 0l-.496.998M12 18.678l-1.572.822m-4.757-.131l-.185 1.072c-.127.739.653 1.302 1.32.953l.847-.443M6.253 16l.225-1.308l-.695-.673M3.699 12l-1.423-1.378a.902.902 0 0 1 .503-1.542l1.11-.161M7 8.467l1.587-.231l.804-1.618"/><path d="m15.413 8.236l-2.598-5.232A.9.9 0 0 0 12 2.5v16.178l5.195 2.716c.666.349 1.446-.214 1.319-.953l-.992-5.75l4.202-4.07a.902.902 0 0 0-.503-1.54z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirStarHalfDashed(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="M12.815 3.004a.911.911 0 0 0-1.63 0l-.496.998M12 18.678l-1.572.822m-4.757-.131l-.185 1.072c-.127.739.653 1.302 1.32.953l.847-.443M6.253 16l.225-1.308l-.695-.673M3.699 12l-1.423-1.378a.902.902 0 0 1 .503-1.542l1.11-.161M7 8.467l1.587-.231l.804-1.618"/><path d="m15.413 8.236l-2.598-5.232A.9.9 0 0 0 12 2.5v16.178l5.195 2.716c.666.349 1.446-.214 1.319-.953l-.992-5.75l4.202-4.07a.902.902 0 0 0-.503-1.54z"/></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="M12.815 3.004a.911.911 0 0 0-1.63 0l-.496.998M12 18.678l-1.572.822m-4.757-.131l-.185 1.072c-.127.739.653 1.302 1.32.953l.847-.443M6.253 16l.225-1.308l-.695-.673M3.699 12l-1.423-1.378a.902.902 0 0 1 .503-1.542l1.11-.161M7 8.467l1.587-.231l.804-1.618"/><path d="m15.413 8.236l-2.598-5.232A.9.9 0 0 0 12 2.5v16.178l5.195 2.716c.666.349 1.446-.214 1.319-.953l-.992-5.75l4.202-4.07a.902.902 0 0 0-.503-1.54z"/></g></svg> </template>
CSS
.icon-star-half-dashed {
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%22M12.815%203.004a.911.911%200%200%200-1.63%200l-.496.998M12%2018.678l-1.572.822m-4.757-.131l-.185%201.072c-.127.739.653%201.302%201.32.953l.847-.443M6.253%2016l.225-1.308l-.695-.673M3.699%2012l-1.423-1.378a.902.902%200%200%201%20.503-1.542l1.11-.161M7%208.467l1.587-.231l.804-1.618%22%2F%3E%3Cpath%20d%3D%22m15.413%208.236l-2.598-5.232A.9.9%200%200%200%2012%202.5v16.178l5.195%202.716c.666.349%201.446-.214%201.319-.953l-.992-5.75l4.202-4.07a.902.902%200%200%200-.503-1.54z%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%22M12.815%203.004a.911.911%200%200%200-1.63%200l-.496.998M12%2018.678l-1.572.822m-4.757-.131l-.185%201.072c-.127.739.653%201.302%201.32.953l.847-.443M6.253%2016l.225-1.308l-.695-.673M3.699%2012l-1.423-1.378a.902.902%200%200%201%20.503-1.542l1.11-.161M7%208.467l1.587-.231l.804-1.618%22%2F%3E%3Cpath%20d%3D%22m15.413%208.236l-2.598-5.232A.9.9%200%200%200%2012%202.5v16.178l5.195%202.716c.666.349%201.446-.214%201.319-.953l-.992-5.75l4.202-4.07a.902.902%200%200%200-.503-1.54z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/star-half-dashed.svg?color=%231a73e8&size=48