star slash icon
star-slash-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- star-slash-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the star slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m40.516 33.531l11.742-8.46c1.453-1.032 2.039-2.11 1.664-3.282c-.375-1.125-1.477-1.687-3.281-1.664l-15.352.094L30.625 5.57c-.562-1.734-1.405-2.6-2.625-2.6c-1.195 0-2.039.867-2.602 2.601l-3.117 9.797Zm7.945 16.992c.703.704 1.875.704 2.555 0a1.81 1.81 0 0 0 0-2.554l-36.54-36.422c-.703-.703-1.85-.703-2.578 0c-.68.656-.68 1.851 0 2.555Zm-36.492 1.758c.96.727 2.18.469 3.633-.586L28 42.602l12.422 9.093c1.453 1.055 2.672 1.336 3.633.586c.468-.375.61-.937-.024-1.71l-.914-1.407l-29.062-28.992l-8.672-.047c-1.805-.023-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.907.586 3.633"/></svg>
React
import type { SVGProps } from "react";
export function F7StarSlashFill(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="m40.516 33.531l11.742-8.46c1.453-1.032 2.039-2.11 1.664-3.282c-.375-1.125-1.477-1.687-3.281-1.664l-15.352.094L30.625 5.57c-.562-1.734-1.405-2.6-2.625-2.6c-1.195 0-2.039.867-2.602 2.601l-3.117 9.797Zm7.945 16.992c.703.704 1.875.704 2.555 0a1.81 1.81 0 0 0 0-2.554l-36.54-36.422c-.703-.703-1.85-.703-2.578 0c-.68.656-.68 1.851 0 2.555Zm-36.492 1.758c.96.727 2.18.469 3.633-.586L28 42.602l12.422 9.093c1.453 1.055 2.672 1.336 3.633.586c.468-.375.61-.937-.024-1.71l-.914-1.407l-29.062-28.992l-8.672-.047c-1.805-.023-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.907.586 3.633"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m40.516 33.531l11.742-8.46c1.453-1.032 2.039-2.11 1.664-3.282c-.375-1.125-1.477-1.687-3.281-1.664l-15.352.094L30.625 5.57c-.562-1.734-1.405-2.6-2.625-2.6c-1.195 0-2.039.867-2.602 2.601l-3.117 9.797Zm7.945 16.992c.703.704 1.875.704 2.555 0a1.81 1.81 0 0 0 0-2.554l-36.54-36.422c-.703-.703-1.85-.703-2.578 0c-.68.656-.68 1.851 0 2.555Zm-36.492 1.758c.96.727 2.18.469 3.633-.586L28 42.602l12.422 9.093c1.453 1.055 2.672 1.336 3.633.586c.468-.375.61-.937-.024-1.71l-.914-1.407l-29.062-28.992l-8.672-.047c-1.805-.023-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.907.586 3.633"/></svg> </template>
CSS
.icon-star-slash-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%22m40.516%2033.531l11.742-8.46c1.453-1.032%202.039-2.11%201.664-3.282c-.375-1.125-1.477-1.687-3.281-1.664l-15.352.094L30.625%205.57c-.562-1.734-1.405-2.6-2.625-2.6c-1.195%200-2.039.867-2.602%202.601l-3.117%209.797Zm7.945%2016.992c.703.704%201.875.704%202.555%200a1.81%201.81%200%200%200%200-2.554l-36.54-36.422c-.703-.703-1.85-.703-2.578%200c-.68.656-.68%201.851%200%202.555Zm-36.492%201.758c.96.727%202.18.469%203.633-.586L28%2042.602l12.422%209.093c1.453%201.055%202.672%201.336%203.633.586c.468-.375.61-.937-.024-1.71l-.914-1.407l-29.062-28.992l-8.672-.047c-1.805-.023-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.907.586%203.633%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%22m40.516%2033.531l11.742-8.46c1.453-1.032%202.039-2.11%201.664-3.282c-.375-1.125-1.477-1.687-3.281-1.664l-15.352.094L30.625%205.57c-.562-1.734-1.405-2.6-2.625-2.6c-1.195%200-2.039.867-2.602%202.601l-3.117%209.797Zm7.945%2016.992c.703.704%201.875.704%202.555%200a1.81%201.81%200%200%200%200-2.554l-36.54-36.422c-.703-.703-1.85-.703-2.578%200c-.68.656-.68%201.851%200%202.555Zm-36.492%201.758c.96.727%202.18.469%203.633-.586L28%2042.602l12.422%209.093c1.453%201.055%202.672%201.336%203.633.586c.468-.375.61-.937-.024-1.71l-.914-1.407l-29.062-28.992l-8.672-.047c-1.805-.023-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.907.586%203.633%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/star-slash-fill.svg?color=%231a73e8&size=48