wand-shine from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
wand-shine
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the wand shine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.66 7.398L6.37 5.11l.713-.714l2.289 2.289zm3.84-2.163v-3.25h1v3.25zm6.39 12.394l-2.288-2.289l.714-.713l2.288 2.289zM17.7 7.014l-.713-.714l2.288-2.288l.714.713zm1.066 4.486v-1h3.25v1zM5.163 20.508l-1.691-1.69q-.242-.243-.242-.566t.242-.565l8.517-8.523q.587-.587 1.414-.587t1.413.587t.587 1.413t-.587 1.414l-8.523 8.517q-.242.242-.565.242t-.565-.242m6.84-7.106l2.1-2.125q.3-.3.3-.7t-.3-.7q-.281-.28-.7-.28t-.7.28l-2.125 2.125z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWandShine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.66 7.398L6.37 5.11l.713-.714l2.289 2.289zm3.84-2.163v-3.25h1v3.25zm6.39 12.394l-2.288-2.289l.714-.713l2.288 2.289zM17.7 7.014l-.713-.714l2.288-2.288l.714.713zm1.066 4.486v-1h3.25v1zM5.163 20.508l-1.691-1.69q-.242-.243-.242-.566t.242-.565l8.517-8.523q.587-.587 1.414-.587t1.413.587t.587 1.413t-.587 1.414l-8.523 8.517q-.242.242-.565.242t-.565-.242m6.84-7.106l2.1-2.125q.3-.3.3-.7t-.3-.7q-.281-.28-.7-.28t-.7.28l-2.125 2.125z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.66 7.398L6.37 5.11l.713-.714l2.289 2.289zm3.84-2.163v-3.25h1v3.25zm6.39 12.394l-2.288-2.289l.714-.713l2.288 2.289zM17.7 7.014l-.713-.714l2.288-2.288l.714.713zm1.066 4.486v-1h3.25v1zM5.163 20.508l-1.691-1.69q-.242-.243-.242-.566t.242-.565l8.517-8.523q.587-.587 1.414-.587t1.413.587t.587 1.413t-.587 1.414l-8.523 8.517q-.242.242-.565.242t-.565-.242m6.84-7.106l2.1-2.125q.3-.3.3-.7t-.3-.7q-.281-.28-.7-.28t-.7.28l-2.125 2.125z"/></svg>
</template>

CSS

.icon-wand-shine {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.66%207.398L6.37%205.11l.713-.714l2.289%202.289zm3.84-2.163v-3.25h1v3.25zm6.39%2012.394l-2.288-2.289l.714-.713l2.288%202.289zM17.7%207.014l-.713-.714l2.288-2.288l.714.713zm1.066%204.486v-1h3.25v1zM5.163%2020.508l-1.691-1.69q-.242-.243-.242-.566t.242-.565l8.517-8.523q.587-.587%201.414-.587t1.413.587t.587%201.413t-.587%201.414l-8.523%208.517q-.242.242-.565.242t-.565-.242m6.84-7.106l2.1-2.125q.3-.3.3-.7t-.3-.7q-.281-.28-.7-.28t-.7.28l-2.125%202.125z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.66%207.398L6.37%205.11l.713-.714l2.289%202.289zm3.84-2.163v-3.25h1v3.25zm6.39%2012.394l-2.288-2.289l.714-.713l2.288%202.289zM17.7%207.014l-.713-.714l2.288-2.288l.714.713zm1.066%204.486v-1h3.25v1zM5.163%2020.508l-1.691-1.69q-.242-.243-.242-.566t.242-.565l8.517-8.523q.587-.587%201.414-.587t1.413.587t.587%201.413t-.587%201.414l-8.523%208.517q-.242.242-.565.242t-.565-.242m6.84-7.106l2.1-2.125q.3-.3.3-.7t-.3-.7q-.281-.28-.7-.28t-.7.28l-2.125%202.125z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wand-shine.svg?color=%231a73e8&size=48