star lefthalf icon
star-lefthalf-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- star-lefthalf-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the star lefthalf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M11.969 52.293c.96.727 2.18.469 3.633-.586L28 42.613l12.422 9.094c1.453 1.055 2.648 1.313 3.633.586c.96-.727 1.172-1.922.586-3.633l-4.899-14.578l12.516-9c1.453-1.031 2.039-2.11 1.664-3.281c-.375-1.125-1.477-1.688-3.281-1.664l-15.352.093l-4.664-14.648C30.063 3.848 29.22 2.981 28 2.981c-1.195 0-2.039.867-2.602 2.601L20.734 20.23l-15.351-.093c-1.805-.024-2.906.539-3.281 1.664c-.399 1.172.21 2.25 1.664 3.281l12.515 9l-4.898 14.578c-.586 1.711-.375 2.906.586 3.633M28 38.582V8.676c.07 0 .117.047.14.187l4.079 13.57c.281.962.914 1.36 1.875 1.337l14.18-.258c.14 0 .187 0 .21.07c.024.07-.023.117-.117.188l-11.672 8.062c-.82.563-1.007 1.29-.68 2.203l4.665 13.406c.023.141.047.164 0 .211c-.047.07-.117.024-.211-.047l-11.274-8.601c-.375-.281-.773-.445-1.195-.422"/></svg>
React
import type { SVGProps } from "react";
export function F7StarLefthalfFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M11.969 52.293c.96.727 2.18.469 3.633-.586L28 42.613l12.422 9.094c1.453 1.055 2.648 1.313 3.633.586c.96-.727 1.172-1.922.586-3.633l-4.899-14.578l12.516-9c1.453-1.031 2.039-2.11 1.664-3.281c-.375-1.125-1.477-1.688-3.281-1.664l-15.352.093l-4.664-14.648C30.063 3.848 29.22 2.981 28 2.981c-1.195 0-2.039.867-2.602 2.601L20.734 20.23l-15.351-.093c-1.805-.024-2.906.539-3.281 1.664c-.399 1.172.21 2.25 1.664 3.281l12.515 9l-4.898 14.578c-.586 1.711-.375 2.906.586 3.633M28 38.582V8.676c.07 0 .117.047.14.187l4.079 13.57c.281.962.914 1.36 1.875 1.337l14.18-.258c.14 0 .187 0 .21.07c.024.07-.023.117-.117.188l-11.672 8.062c-.82.563-1.007 1.29-.68 2.203l4.665 13.406c.023.141.047.164 0 .211c-.047.07-.117.024-.211-.047l-11.274-8.601c-.375-.281-.773-.445-1.195-.422"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M11.969 52.293c.96.727 2.18.469 3.633-.586L28 42.613l12.422 9.094c1.453 1.055 2.648 1.313 3.633.586c.96-.727 1.172-1.922.586-3.633l-4.899-14.578l12.516-9c1.453-1.031 2.039-2.11 1.664-3.281c-.375-1.125-1.477-1.688-3.281-1.664l-15.352.093l-4.664-14.648C30.063 3.848 29.22 2.981 28 2.981c-1.195 0-2.039.867-2.602 2.601L20.734 20.23l-15.351-.093c-1.805-.024-2.906.539-3.281 1.664c-.399 1.172.21 2.25 1.664 3.281l12.515 9l-4.898 14.578c-.586 1.711-.375 2.906.586 3.633M28 38.582V8.676c.07 0 .117.047.14.187l4.079 13.57c.281.962.914 1.36 1.875 1.337l14.18-.258c.14 0 .187 0 .21.07c.024.07-.023.117-.117.188l-11.672 8.062c-.82.563-1.007 1.29-.68 2.203l4.665 13.406c.023.141.047.164 0 .211c-.047.07-.117.024-.211-.047l-11.274-8.601c-.375-.281-.773-.445-1.195-.422"/></svg> </template>
CSS
.icon-star-lefthalf-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.969%2052.293c.96.727%202.18.469%203.633-.586L28%2042.613l12.422%209.094c1.453%201.055%202.648%201.313%203.633.586c.96-.727%201.172-1.922.586-3.633l-4.899-14.578l12.516-9c1.453-1.031%202.039-2.11%201.664-3.281c-.375-1.125-1.477-1.688-3.281-1.664l-15.352.093l-4.664-14.648C30.063%203.848%2029.22%202.981%2028%202.981c-1.195%200-2.039.867-2.602%202.601L20.734%2020.23l-15.351-.093c-1.805-.024-2.906.539-3.281%201.664c-.399%201.172.21%202.25%201.664%203.281l12.515%209l-4.898%2014.578c-.586%201.711-.375%202.906.586%203.633M28%2038.582V8.676c.07%200%20.117.047.14.187l4.079%2013.57c.281.962.914%201.36%201.875%201.337l14.18-.258c.14%200%20.187%200%20.21.07c.024.07-.023.117-.117.188l-11.672%208.062c-.82.563-1.007%201.29-.68%202.203l4.665%2013.406c.023.141.047.164%200%20.211c-.047.07-.117.024-.211-.047l-11.274-8.601c-.375-.281-.773-.445-1.195-.422%22%2F%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.969%2052.293c.96.727%202.18.469%203.633-.586L28%2042.613l12.422%209.094c1.453%201.055%202.648%201.313%203.633.586c.96-.727%201.172-1.922.586-3.633l-4.899-14.578l12.516-9c1.453-1.031%202.039-2.11%201.664-3.281c-.375-1.125-1.477-1.688-3.281-1.664l-15.352.093l-4.664-14.648C30.063%203.848%2029.22%202.981%2028%202.981c-1.195%200-2.039.867-2.602%202.601L20.734%2020.23l-15.351-.093c-1.805-.024-2.906.539-3.281%201.664c-.399%201.172.21%202.25%201.664%203.281l12.515%209l-4.898%2014.578c-.586%201.711-.375%202.906.586%203.633M28%2038.582V8.676c.07%200%20.117.047.14.187l4.079%2013.57c.281.962.914%201.36%201.875%201.337l14.18-.258c.14%200%20.187%200%20.21.07c.024.07-.023.117-.117.188l-11.672%208.062c-.82.563-1.007%201.29-.68%202.203l4.665%2013.406c.023.141.047.164%200%20.211c-.047.07-.117.024-.211-.047l-11.274-8.601c-.375-.281-.773-.445-1.195-.422%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/star-lefthalf-fill.svg?color=%231a73e8&size=48