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

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

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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.275 7.725l-3-3L6.7 3.3l3 3zM12 5.35V1.1h2v4.25zm7.275 13.375l-3-3L17.7 14.3l3 3zm-1.575-11L16.275 6.3l3-3L20.7 4.725zM18.65 12v-2h4.25v2zM5.125 21.7L2.3 18.875q-.3-.3-.3-.7t.3-.7l9.075-9.1Q12.25 7.5 13.5 7.5t2.125.875t.875 2.125t-.875 2.125l-9.1 9.075q-.3.3-.7.3t-.7-.3m6.975-8.375l-.362-.35l-.363-.35l-.35-.35l-.35-.35l.7.7zM5.825 19.6l6.275-6.275l-1.425-1.4l-6.25 6.25z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWandShineOutline(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.275 7.725l-3-3L6.7 3.3l3 3zM12 5.35V1.1h2v4.25zm7.275 13.375l-3-3L17.7 14.3l3 3zm-1.575-11L16.275 6.3l3-3L20.7 4.725zM18.65 12v-2h4.25v2zM5.125 21.7L2.3 18.875q-.3-.3-.3-.7t.3-.7l9.075-9.1Q12.25 7.5 13.5 7.5t2.125.875t.875 2.125t-.875 2.125l-9.1 9.075q-.3.3-.7.3t-.7-.3m6.975-8.375l-.362-.35l-.363-.35l-.35-.35l-.35-.35l.7.7zM5.825 19.6l6.275-6.275l-1.425-1.4l-6.25 6.25z"/></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.275 7.725l-3-3L6.7 3.3l3 3zM12 5.35V1.1h2v4.25zm7.275 13.375l-3-3L17.7 14.3l3 3zm-1.575-11L16.275 6.3l3-3L20.7 4.725zM18.65 12v-2h4.25v2zM5.125 21.7L2.3 18.875q-.3-.3-.3-.7t.3-.7l9.075-9.1Q12.25 7.5 13.5 7.5t2.125.875t.875 2.125t-.875 2.125l-9.1 9.075q-.3.3-.7.3t-.7-.3m6.975-8.375l-.362-.35l-.363-.35l-.35-.35l-.35-.35l.7.7zM5.825 19.6l6.275-6.275l-1.425-1.4l-6.25 6.25z"/></svg>
</template>

CSS

.icon-wand-shine-outline {
  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.275%207.725l-3-3L6.7%203.3l3%203zM12%205.35V1.1h2v4.25zm7.275%2013.375l-3-3L17.7%2014.3l3%203zm-1.575-11L16.275%206.3l3-3L20.7%204.725zM18.65%2012v-2h4.25v2zM5.125%2021.7L2.3%2018.875q-.3-.3-.3-.7t.3-.7l9.075-9.1Q12.25%207.5%2013.5%207.5t2.125.875t.875%202.125t-.875%202.125l-9.1%209.075q-.3.3-.7.3t-.7-.3m6.975-8.375l-.362-.35l-.363-.35l-.35-.35l-.35-.35l.7.7zM5.825%2019.6l6.275-6.275l-1.425-1.4l-6.25%206.25z%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.275%207.725l-3-3L6.7%203.3l3%203zM12%205.35V1.1h2v4.25zm7.275%2013.375l-3-3L17.7%2014.3l3%203zm-1.575-11L16.275%206.3l3-3L20.7%204.725zM18.65%2012v-2h4.25v2zM5.125%2021.7L2.3%2018.875q-.3-.3-.3-.7t.3-.7l9.075-9.1Q12.25%207.5%2013.5%207.5t2.125.875t.875%202.125t-.875%202.125l-9.1%209.075q-.3.3-.7.3t-.7-.3m6.975-8.375l-.362-.35l-.363-.35l-.35-.35l-.35-.35l.7.7zM5.825%2019.6l6.275-6.275l-1.425-1.4l-6.25%206.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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