wand rays inverse icon

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

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

Related icons in Framework7 Icons

Use the wand rays inverse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.027 5.066c0-1.101-.937-2.039-2.039-2.039c-1.101 0-2.039.938-2.039 2.04v7.218c0 1.125.938 2.063 2.04 2.063c1.1 0 2.038-.938 2.038-2.063Zm7.547 10.454c-.773.773-.773 2.085 0 2.882c.797.774 2.133.774 2.907 0l5.109-5.11a2.065 2.065 0 0 0 0-2.905c-.774-.774-2.086-.774-2.883 0Zm-22.078 2.882c.774.774 2.086.774 2.86 0c.796-.797.796-2.11 0-2.883l-5.063-5.109c-.773-.773-2.086-.797-2.883-.023a2.08 2.08 0 0 0 0 2.883ZM46.95 50.77c.985 1.007 2.672 1.007 3.61 0a2.597 2.597 0 0 0 0-3.61L28.293 24.8c-.984-.984-2.695-.984-3.61 0c-.984 1.032-.96 2.65 0 3.634ZM5.066 25.95c-1.101 0-2.039.937-2.039 2.038c0 1.102.938 2.04 2.04 2.04h7.242c1.125 0 2.062-.938 2.062-2.04c0-1.101-.937-2.039-2.062-2.039Zm45.844 4.077c1.102 0 2.063-.937 2.063-2.039c0-1.101-.961-2.039-2.063-2.039h-7.219c-1.125 0-2.062.938-2.062 2.04c0 1.1.937 2.038 2.062 2.038Zm-3.117 19.125L33.332 34.668l1.148-1.125l14.462 14.484c.421.399.515.867.14 1.29c-.399.351-.844.28-1.289-.165m-37.406-6.468c-.774.773-.797 2.109-.024 2.882c.774.774 2.11.797 2.907.024l5.085-5.11a2.01 2.01 0 0 0 0-2.859c-.75-.797-2.085-.797-2.859 0Zm19.64 1.03c0-1.124-.937-2.062-2.039-2.062c-1.101 0-2.039.938-2.039 2.063v7.219c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04Z"/></svg>

React

import type { SVGProps } from "react";

export function F7WandRaysInverse(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="M30.027 5.066c0-1.101-.937-2.039-2.039-2.039c-1.101 0-2.039.938-2.039 2.04v7.218c0 1.125.938 2.063 2.04 2.063c1.1 0 2.038-.938 2.038-2.063Zm7.547 10.454c-.773.773-.773 2.085 0 2.882c.797.774 2.133.774 2.907 0l5.109-5.11a2.065 2.065 0 0 0 0-2.905c-.774-.774-2.086-.774-2.883 0Zm-22.078 2.882c.774.774 2.086.774 2.86 0c.796-.797.796-2.11 0-2.883l-5.063-5.109c-.773-.773-2.086-.797-2.883-.023a2.08 2.08 0 0 0 0 2.883ZM46.95 50.77c.985 1.007 2.672 1.007 3.61 0a2.597 2.597 0 0 0 0-3.61L28.293 24.8c-.984-.984-2.695-.984-3.61 0c-.984 1.032-.96 2.65 0 3.634ZM5.066 25.95c-1.101 0-2.039.937-2.039 2.038c0 1.102.938 2.04 2.04 2.04h7.242c1.125 0 2.062-.938 2.062-2.04c0-1.101-.937-2.039-2.062-2.039Zm45.844 4.077c1.102 0 2.063-.937 2.063-2.039c0-1.101-.961-2.039-2.063-2.039h-7.219c-1.125 0-2.062.938-2.062 2.04c0 1.1.937 2.038 2.062 2.038Zm-3.117 19.125L33.332 34.668l1.148-1.125l14.462 14.484c.421.399.515.867.14 1.29c-.399.351-.844.28-1.289-.165m-37.406-6.468c-.774.773-.797 2.109-.024 2.882c.774.774 2.11.797 2.907.024l5.085-5.11a2.01 2.01 0 0 0 0-2.859c-.75-.797-2.085-.797-2.859 0Zm19.64 1.03c0-1.124-.937-2.062-2.039-2.062c-1.101 0-2.039.938-2.039 2.063v7.219c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.027 5.066c0-1.101-.937-2.039-2.039-2.039c-1.101 0-2.039.938-2.039 2.04v7.218c0 1.125.938 2.063 2.04 2.063c1.1 0 2.038-.938 2.038-2.063Zm7.547 10.454c-.773.773-.773 2.085 0 2.882c.797.774 2.133.774 2.907 0l5.109-5.11a2.065 2.065 0 0 0 0-2.905c-.774-.774-2.086-.774-2.883 0Zm-22.078 2.882c.774.774 2.086.774 2.86 0c.796-.797.796-2.11 0-2.883l-5.063-5.109c-.773-.773-2.086-.797-2.883-.023a2.08 2.08 0 0 0 0 2.883ZM46.95 50.77c.985 1.007 2.672 1.007 3.61 0a2.597 2.597 0 0 0 0-3.61L28.293 24.8c-.984-.984-2.695-.984-3.61 0c-.984 1.032-.96 2.65 0 3.634ZM5.066 25.95c-1.101 0-2.039.937-2.039 2.038c0 1.102.938 2.04 2.04 2.04h7.242c1.125 0 2.062-.938 2.062-2.04c0-1.101-.937-2.039-2.062-2.039Zm45.844 4.077c1.102 0 2.063-.937 2.063-2.039c0-1.101-.961-2.039-2.063-2.039h-7.219c-1.125 0-2.062.938-2.062 2.04c0 1.1.937 2.038 2.062 2.038Zm-3.117 19.125L33.332 34.668l1.148-1.125l14.462 14.484c.421.399.515.867.14 1.29c-.399.351-.844.28-1.289-.165m-37.406-6.468c-.774.773-.797 2.109-.024 2.882c.774.774 2.11.797 2.907.024l5.085-5.11a2.01 2.01 0 0 0 0-2.859c-.75-.797-2.085-.797-2.859 0Zm19.64 1.03c0-1.124-.937-2.062-2.039-2.062c-1.101 0-2.039.938-2.039 2.063v7.219c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04Z"/></svg>
</template>

CSS

.icon-wand-rays-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%22M30.027%205.066c0-1.101-.937-2.039-2.039-2.039c-1.101%200-2.039.938-2.039%202.04v7.218c0%201.125.938%202.063%202.04%202.063c1.1%200%202.038-.938%202.038-2.063Zm7.547%2010.454c-.773.773-.773%202.085%200%202.882c.797.774%202.133.774%202.907%200l5.109-5.11a2.065%202.065%200%200%200%200-2.905c-.774-.774-2.086-.774-2.883%200Zm-22.078%202.882c.774.774%202.086.774%202.86%200c.796-.797.796-2.11%200-2.883l-5.063-5.109c-.773-.773-2.086-.797-2.883-.023a2.08%202.08%200%200%200%200%202.883ZM46.95%2050.77c.985%201.007%202.672%201.007%203.61%200a2.597%202.597%200%200%200%200-3.61L28.293%2024.8c-.984-.984-2.695-.984-3.61%200c-.984%201.032-.96%202.65%200%203.634ZM5.066%2025.95c-1.101%200-2.039.937-2.039%202.038c0%201.102.938%202.04%202.04%202.04h7.242c1.125%200%202.062-.938%202.062-2.04c0-1.101-.937-2.039-2.062-2.039Zm45.844%204.077c1.102%200%202.063-.937%202.063-2.039c0-1.101-.961-2.039-2.063-2.039h-7.219c-1.125%200-2.062.938-2.062%202.04c0%201.1.937%202.038%202.062%202.038Zm-3.117%2019.125L33.332%2034.668l1.148-1.125l14.462%2014.484c.421.399.515.867.14%201.29c-.399.351-.844.28-1.289-.165m-37.406-6.468c-.774.773-.797%202.109-.024%202.882c.774.774%202.11.797%202.907.024l5.085-5.11a2.01%202.01%200%200%200%200-2.859c-.75-.797-2.085-.797-2.859%200Zm19.64%201.03c0-1.124-.937-2.062-2.039-2.062c-1.101%200-2.039.938-2.039%202.063v7.219c0%201.101.938%202.039%202.04%202.039c1.1%200%202.038-.938%202.038-2.04Z%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%22M30.027%205.066c0-1.101-.937-2.039-2.039-2.039c-1.101%200-2.039.938-2.039%202.04v7.218c0%201.125.938%202.063%202.04%202.063c1.1%200%202.038-.938%202.038-2.063Zm7.547%2010.454c-.773.773-.773%202.085%200%202.882c.797.774%202.133.774%202.907%200l5.109-5.11a2.065%202.065%200%200%200%200-2.905c-.774-.774-2.086-.774-2.883%200Zm-22.078%202.882c.774.774%202.086.774%202.86%200c.796-.797.796-2.11%200-2.883l-5.063-5.109c-.773-.773-2.086-.797-2.883-.023a2.08%202.08%200%200%200%200%202.883ZM46.95%2050.77c.985%201.007%202.672%201.007%203.61%200a2.597%202.597%200%200%200%200-3.61L28.293%2024.8c-.984-.984-2.695-.984-3.61%200c-.984%201.032-.96%202.65%200%203.634ZM5.066%2025.95c-1.101%200-2.039.937-2.039%202.038c0%201.102.938%202.04%202.04%202.04h7.242c1.125%200%202.062-.938%202.062-2.04c0-1.101-.937-2.039-2.062-2.039Zm45.844%204.077c1.102%200%202.063-.937%202.063-2.039c0-1.101-.961-2.039-2.063-2.039h-7.219c-1.125%200-2.062.938-2.062%202.04c0%201.1.937%202.038%202.062%202.038Zm-3.117%2019.125L33.332%2034.668l1.148-1.125l14.462%2014.484c.421.399.515.867.14%201.29c-.399.351-.844.28-1.289-.165m-37.406-6.468c-.774.773-.797%202.109-.024%202.882c.774.774%202.11.797%202.907.024l5.085-5.11a2.01%202.01%200%200%200%200-2.859c-.75-.797-2.085-.797-2.859%200Zm19.64%201.03c0-1.124-.937-2.062-2.039-2.062c-1.101%200-2.039.938-2.039%202.063v7.219c0%201.101.938%202.039%202.04%202.039c1.1%200%202.038-.938%202.038-2.04Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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