star slash icon
star-slash from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- star-slash
- Set
- Framework7 Icons
- Style
- Outline
- 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.399 33.613l11.859-8.531c1.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.601l-3.187 9.938l2.813 2.789l2.835-9.446c.047-.14.094-.187.141-.187c.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.188L37.82 31.059Zm7.874 16.922a1.81 1.81 0 0 0 2.555 0a1.81 1.81 0 0 0 0-2.554L14.29 11.559c-.703-.703-1.851-.703-2.578 0c-.703.656-.68 1.851 0 2.554ZM11.97 52.293c.96.727 2.18.469 3.633-.586L28 42.613l12.422 9.094c1.453 1.055 2.625 1.29 3.633.586c.281-.211.492-.492.843-1.031L29.196 39.004c-.75-.586-1.617-.586-2.367 0l-11.273 8.602c-.094.07-.164.117-.211.046c-.047-.047-.024-.07 0-.21l4.664-13.407c.305-.914.14-1.64-.68-2.203L7.656 23.77c-.117-.07-.14-.118-.117-.188s.07-.07.211-.07l9.61.164l-3.516-3.492l-8.461-.047c-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.633"/></svg>
React
import type { SVGProps } from "react";
export function F7StarSlash(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.399 33.613l11.859-8.531c1.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.601l-3.187 9.938l2.813 2.789l2.835-9.446c.047-.14.094-.187.141-.187c.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.188L37.82 31.059Zm7.874 16.922a1.81 1.81 0 0 0 2.555 0a1.81 1.81 0 0 0 0-2.554L14.29 11.559c-.703-.703-1.851-.703-2.578 0c-.703.656-.68 1.851 0 2.554ZM11.97 52.293c.96.727 2.18.469 3.633-.586L28 42.613l12.422 9.094c1.453 1.055 2.625 1.29 3.633.586c.281-.211.492-.492.843-1.031L29.196 39.004c-.75-.586-1.617-.586-2.367 0l-11.273 8.602c-.094.07-.164.117-.211.046c-.047-.047-.024-.07 0-.21l4.664-13.407c.305-.914.14-1.64-.68-2.203L7.656 23.77c-.117-.07-.14-.118-.117-.188s.07-.07.211-.07l9.61.164l-3.516-3.492l-8.461-.047c-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.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.399 33.613l11.859-8.531c1.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.601l-3.187 9.938l2.813 2.789l2.835-9.446c.047-.14.094-.187.141-.187c.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.188L37.82 31.059Zm7.874 16.922a1.81 1.81 0 0 0 2.555 0a1.81 1.81 0 0 0 0-2.554L14.29 11.559c-.703-.703-1.851-.703-2.578 0c-.703.656-.68 1.851 0 2.554ZM11.97 52.293c.96.727 2.18.469 3.633-.586L28 42.613l12.422 9.094c1.453 1.055 2.625 1.29 3.633.586c.281-.211.492-.492.843-1.031L29.196 39.004c-.75-.586-1.617-.586-2.367 0l-11.273 8.602c-.094.07-.164.117-.211.046c-.047-.047-.024-.07 0-.21l4.664-13.407c.305-.914.14-1.64-.68-2.203L7.656 23.77c-.117-.07-.14-.118-.117-.188s.07-.07.211-.07l9.61.164l-3.516-3.492l-8.461-.047c-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.633"/></svg> </template>
CSS
.icon-star-slash {
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.399%2033.613l11.859-8.531c1.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.601l-3.187%209.938l2.813%202.789l2.835-9.446c.047-.14.094-.187.141-.187c.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.188L37.82%2031.059Zm7.874%2016.922a1.81%201.81%200%200%200%202.555%200a1.81%201.81%200%200%200%200-2.554L14.29%2011.559c-.703-.703-1.851-.703-2.578%200c-.703.656-.68%201.851%200%202.554ZM11.97%2052.293c.96.727%202.18.469%203.633-.586L28%2042.613l12.422%209.094c1.453%201.055%202.625%201.29%203.633.586c.281-.211.492-.492.843-1.031L29.196%2039.004c-.75-.586-1.617-.586-2.367%200l-11.273%208.602c-.094.07-.164.117-.211.046c-.047-.047-.024-.07%200-.21l4.664-13.407c.305-.914.14-1.64-.68-2.203L7.656%2023.77c-.117-.07-.14-.118-.117-.188s.07-.07.211-.07l9.61.164l-3.516-3.492l-8.461-.047c-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.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.399%2033.613l11.859-8.531c1.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.601l-3.187%209.938l2.813%202.789l2.835-9.446c.047-.14.094-.187.141-.187c.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.188L37.82%2031.059Zm7.874%2016.922a1.81%201.81%200%200%200%202.555%200a1.81%201.81%200%200%200%200-2.554L14.29%2011.559c-.703-.703-1.851-.703-2.578%200c-.703.656-.68%201.851%200%202.554ZM11.97%2052.293c.96.727%202.18.469%203.633-.586L28%2042.613l12.422%209.094c1.453%201.055%202.625%201.29%203.633.586c.281-.211.492-.492.843-1.031L29.196%2039.004c-.75-.586-1.617-.586-2.367%200l-11.273%208.602c-.094.07-.164.117-.211.046c-.047-.047-.024-.07%200-.21l4.664-13.407c.305-.914.14-1.64-.68-2.203L7.656%2023.77c-.117-.07-.14-.118-.117-.188s.07-.07.211-.07l9.61.164l-3.516-3.492l-8.461-.047c-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.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.svg?color=%231a73e8&size=48