wand stars inverse icon

wand-stars-inverse from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
wand-stars-inverse
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the wand stars inverse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M21.871 15.566c.281 0 .422-.164.469-.421c.797-3.75.75-3.891 4.664-4.688c.281-.047.445-.21.445-.469c0-.281-.164-.445-.445-.492c-3.914-.797-3.867-.937-4.664-4.664c-.047-.258-.188-.445-.469-.445s-.422.187-.492.445c-.774 3.727-.727 3.867-4.664 4.664c-.258.047-.445.211-.445.492c0 .258.187.422.445.469c3.937.797 3.89.938 4.664 4.688c.07.257.21.421.492.421m19.36 8.274c.328 0 .515-.211.562-.516c.82-4.453.844-4.734 5.554-5.555c.305-.046.54-.257.54-.585c0-.329-.235-.516-.54-.586c-4.71-.797-4.734-1.078-5.554-5.532c-.047-.304-.234-.539-.562-.539s-.54.235-.586.54c-.797 4.453-.82 4.734-5.532 5.53c-.328.071-.539.258-.539.587s.211.539.54.585c4.71.82 4.734 1.102 5.53 5.555c.047.305.258.516.587.516M9.027 30.566c.329 0 .516-.234.563-.539c.82-4.453.844-4.734 5.555-5.53c.304-.071.539-.259.539-.587s-.235-.539-.54-.586c-4.71-.82-4.734-1.101-5.554-5.555c-.047-.304-.235-.515-.563-.515s-.539.21-.585.515c-.82 4.454-.82 4.735-5.532 5.555c-.328.047-.539.258-.539.586s.211.516.54.586c4.71.797 4.71 1.078 5.53 5.531c.047.305.258.54.586.54m40.032 20.04c.984 1.007 2.671 1.007 3.609 0c.938-1.055.96-2.626 0-3.61l-22.289-22.36c-.984-.984-2.672-.984-3.61 0c-.96 1.055-.96 2.65 0 3.634Zm-28.899.374c.422 0 .727-.304.774-.75c.773-6.257 1.078-6.421 7.43-7.453c.515-.093.82-.328.82-.797c0-.445-.305-.726-.727-.796c-6.398-1.22-6.75-1.196-7.523-7.453c-.047-.446-.352-.75-.774-.75c-.445 0-.75.304-.797.726c-.82 6.352-1.054 6.563-7.523 7.477c-.422.047-.727.351-.727.797c0 .445.305.703.727.796c6.469 1.242 6.68 1.242 7.523 7.5a.774.774 0 0 0 .797.703m29.743-1.992L35.442 34.504l1.148-1.125l14.46 14.484c.423.399.516.867.141 1.29c-.422.35-.867.28-1.288-.165"/></svg>

React

import type { SVGProps } from "react";

export function F7WandStarsInverse(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="M21.871 15.566c.281 0 .422-.164.469-.421c.797-3.75.75-3.891 4.664-4.688c.281-.047.445-.21.445-.469c0-.281-.164-.445-.445-.492c-3.914-.797-3.867-.937-4.664-4.664c-.047-.258-.188-.445-.469-.445s-.422.187-.492.445c-.774 3.727-.727 3.867-4.664 4.664c-.258.047-.445.211-.445.492c0 .258.187.422.445.469c3.937.797 3.89.938 4.664 4.688c.07.257.21.421.492.421m19.36 8.274c.328 0 .515-.211.562-.516c.82-4.453.844-4.734 5.554-5.555c.305-.046.54-.257.54-.585c0-.329-.235-.516-.54-.586c-4.71-.797-4.734-1.078-5.554-5.532c-.047-.304-.234-.539-.562-.539s-.54.235-.586.54c-.797 4.453-.82 4.734-5.532 5.53c-.328.071-.539.258-.539.587s.211.539.54.585c4.71.82 4.734 1.102 5.53 5.555c.047.305.258.516.587.516M9.027 30.566c.329 0 .516-.234.563-.539c.82-4.453.844-4.734 5.555-5.53c.304-.071.539-.259.539-.587s-.235-.539-.54-.586c-4.71-.82-4.734-1.101-5.554-5.555c-.047-.304-.235-.515-.563-.515s-.539.21-.585.515c-.82 4.454-.82 4.735-5.532 5.555c-.328.047-.539.258-.539.586s.211.516.54.586c4.71.797 4.71 1.078 5.53 5.531c.047.305.258.54.586.54m40.032 20.04c.984 1.007 2.671 1.007 3.609 0c.938-1.055.96-2.626 0-3.61l-22.289-22.36c-.984-.984-2.672-.984-3.61 0c-.96 1.055-.96 2.65 0 3.634Zm-28.899.374c.422 0 .727-.304.774-.75c.773-6.257 1.078-6.421 7.43-7.453c.515-.093.82-.328.82-.797c0-.445-.305-.726-.727-.796c-6.398-1.22-6.75-1.196-7.523-7.453c-.047-.446-.352-.75-.774-.75c-.445 0-.75.304-.797.726c-.82 6.352-1.054 6.563-7.523 7.477c-.422.047-.727.351-.727.797c0 .445.305.703.727.796c6.469 1.242 6.68 1.242 7.523 7.5a.774.774 0 0 0 .797.703m29.743-1.992L35.442 34.504l1.148-1.125l14.46 14.484c.423.399.516.867.141 1.29c-.422.35-.867.28-1.288-.165"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M21.871 15.566c.281 0 .422-.164.469-.421c.797-3.75.75-3.891 4.664-4.688c.281-.047.445-.21.445-.469c0-.281-.164-.445-.445-.492c-3.914-.797-3.867-.937-4.664-4.664c-.047-.258-.188-.445-.469-.445s-.422.187-.492.445c-.774 3.727-.727 3.867-4.664 4.664c-.258.047-.445.211-.445.492c0 .258.187.422.445.469c3.937.797 3.89.938 4.664 4.688c.07.257.21.421.492.421m19.36 8.274c.328 0 .515-.211.562-.516c.82-4.453.844-4.734 5.554-5.555c.305-.046.54-.257.54-.585c0-.329-.235-.516-.54-.586c-4.71-.797-4.734-1.078-5.554-5.532c-.047-.304-.234-.539-.562-.539s-.54.235-.586.54c-.797 4.453-.82 4.734-5.532 5.53c-.328.071-.539.258-.539.587s.211.539.54.585c4.71.82 4.734 1.102 5.53 5.555c.047.305.258.516.587.516M9.027 30.566c.329 0 .516-.234.563-.539c.82-4.453.844-4.734 5.555-5.53c.304-.071.539-.259.539-.587s-.235-.539-.54-.586c-4.71-.82-4.734-1.101-5.554-5.555c-.047-.304-.235-.515-.563-.515s-.539.21-.585.515c-.82 4.454-.82 4.735-5.532 5.555c-.328.047-.539.258-.539.586s.211.516.54.586c4.71.797 4.71 1.078 5.53 5.531c.047.305.258.54.586.54m40.032 20.04c.984 1.007 2.671 1.007 3.609 0c.938-1.055.96-2.626 0-3.61l-22.289-22.36c-.984-.984-2.672-.984-3.61 0c-.96 1.055-.96 2.65 0 3.634Zm-28.899.374c.422 0 .727-.304.774-.75c.773-6.257 1.078-6.421 7.43-7.453c.515-.093.82-.328.82-.797c0-.445-.305-.726-.727-.796c-6.398-1.22-6.75-1.196-7.523-7.453c-.047-.446-.352-.75-.774-.75c-.445 0-.75.304-.797.726c-.82 6.352-1.054 6.563-7.523 7.477c-.422.047-.727.351-.727.797c0 .445.305.703.727.796c6.469 1.242 6.68 1.242 7.523 7.5a.774.774 0 0 0 .797.703m29.743-1.992L35.442 34.504l1.148-1.125l14.46 14.484c.423.399.516.867.141 1.29c-.422.35-.867.28-1.288-.165"/></svg>
</template>

CSS

.icon-wand-stars-inverse {
  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%22M21.871%2015.566c.281%200%20.422-.164.469-.421c.797-3.75.75-3.891%204.664-4.688c.281-.047.445-.21.445-.469c0-.281-.164-.445-.445-.492c-3.914-.797-3.867-.937-4.664-4.664c-.047-.258-.188-.445-.469-.445s-.422.187-.492.445c-.774%203.727-.727%203.867-4.664%204.664c-.258.047-.445.211-.445.492c0%20.258.187.422.445.469c3.937.797%203.89.938%204.664%204.688c.07.257.21.421.492.421m19.36%208.274c.328%200%20.515-.211.562-.516c.82-4.453.844-4.734%205.554-5.555c.305-.046.54-.257.54-.585c0-.329-.235-.516-.54-.586c-4.71-.797-4.734-1.078-5.554-5.532c-.047-.304-.234-.539-.562-.539s-.54.235-.586.54c-.797%204.453-.82%204.734-5.532%205.53c-.328.071-.539.258-.539.587s.211.539.54.585c4.71.82%204.734%201.102%205.53%205.555c.047.305.258.516.587.516M9.027%2030.566c.329%200%20.516-.234.563-.539c.82-4.453.844-4.734%205.555-5.53c.304-.071.539-.259.539-.587s-.235-.539-.54-.586c-4.71-.82-4.734-1.101-5.554-5.555c-.047-.304-.235-.515-.563-.515s-.539.21-.585.515c-.82%204.454-.82%204.735-5.532%205.555c-.328.047-.539.258-.539.586s.211.516.54.586c4.71.797%204.71%201.078%205.53%205.531c.047.305.258.54.586.54m40.032%2020.04c.984%201.007%202.671%201.007%203.609%200c.938-1.055.96-2.626%200-3.61l-22.289-22.36c-.984-.984-2.672-.984-3.61%200c-.96%201.055-.96%202.65%200%203.634Zm-28.899.374c.422%200%20.727-.304.774-.75c.773-6.257%201.078-6.421%207.43-7.453c.515-.093.82-.328.82-.797c0-.445-.305-.726-.727-.796c-6.398-1.22-6.75-1.196-7.523-7.453c-.047-.446-.352-.75-.774-.75c-.445%200-.75.304-.797.726c-.82%206.352-1.054%206.563-7.523%207.477c-.422.047-.727.351-.727.797c0%20.445.305.703.727.796c6.469%201.242%206.68%201.242%207.523%207.5a.774.774%200%200%200%20.797.703m29.743-1.992L35.442%2034.504l1.148-1.125l14.46%2014.484c.423.399.516.867.141%201.29c-.422.35-.867.28-1.288-.165%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%22M21.871%2015.566c.281%200%20.422-.164.469-.421c.797-3.75.75-3.891%204.664-4.688c.281-.047.445-.21.445-.469c0-.281-.164-.445-.445-.492c-3.914-.797-3.867-.937-4.664-4.664c-.047-.258-.188-.445-.469-.445s-.422.187-.492.445c-.774%203.727-.727%203.867-4.664%204.664c-.258.047-.445.211-.445.492c0%20.258.187.422.445.469c3.937.797%203.89.938%204.664%204.688c.07.257.21.421.492.421m19.36%208.274c.328%200%20.515-.211.562-.516c.82-4.453.844-4.734%205.554-5.555c.305-.046.54-.257.54-.585c0-.329-.235-.516-.54-.586c-4.71-.797-4.734-1.078-5.554-5.532c-.047-.304-.234-.539-.562-.539s-.54.235-.586.54c-.797%204.453-.82%204.734-5.532%205.53c-.328.071-.539.258-.539.587s.211.539.54.585c4.71.82%204.734%201.102%205.53%205.555c.047.305.258.516.587.516M9.027%2030.566c.329%200%20.516-.234.563-.539c.82-4.453.844-4.734%205.555-5.53c.304-.071.539-.259.539-.587s-.235-.539-.54-.586c-4.71-.82-4.734-1.101-5.554-5.555c-.047-.304-.235-.515-.563-.515s-.539.21-.585.515c-.82%204.454-.82%204.735-5.532%205.555c-.328.047-.539.258-.539.586s.211.516.54.586c4.71.797%204.71%201.078%205.53%205.531c.047.305.258.54.586.54m40.032%2020.04c.984%201.007%202.671%201.007%203.609%200c.938-1.055.96-2.626%200-3.61l-22.289-22.36c-.984-.984-2.672-.984-3.61%200c-.96%201.055-.96%202.65%200%203.634Zm-28.899.374c.422%200%20.727-.304.774-.75c.773-6.257%201.078-6.421%207.43-7.453c.515-.093.82-.328.82-.797c0-.445-.305-.726-.727-.796c-6.398-1.22-6.75-1.196-7.523-7.453c-.047-.446-.352-.75-.774-.75c-.445%200-.75.304-.797.726c-.82%206.352-1.054%206.563-7.523%207.477c-.422.047-.727.351-.727.797c0%20.445.305.703.727.796c6.469%201.242%206.68%201.242%207.523%207.5a.774.774%200%200%200%20.797.703m29.743-1.992L35.442%2034.504l1.148-1.125l14.46%2014.484c.423.399.516.867.141%201.29c-.422.35-.867.28-1.288-.165%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/wand-stars-inverse.svg?color=%231a73e8&size=48