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

Name
wand-shine-sharp
Set
Material Symbols
Style
Sharp
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.825 22.425l-4.25-4.25l9.8-9.8Q12.25 7.5 13.5 7.5t2.125.875t.875 2.125t-.875 2.125zm6.275-9.1l2.1-2.125q.3-.3.3-.7t-.3-.7t-.7-.3t-.7.3l-2.125 2.125z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWandShineSharp(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.825 22.425l-4.25-4.25l9.8-9.8Q12.25 7.5 13.5 7.5t2.125.875t.875 2.125t-.875 2.125zm6.275-9.1l2.1-2.125q.3-.3.3-.7t-.3-.7t-.7-.3t-.7.3l-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.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.825 22.425l-4.25-4.25l9.8-9.8Q12.25 7.5 13.5 7.5t2.125.875t.875 2.125t-.875 2.125zm6.275-9.1l2.1-2.125q.3-.3.3-.7t-.3-.7t-.7-.3t-.7.3l-2.125 2.125z"/></svg>
</template>

CSS

.icon-wand-shine-sharp {
  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.825%2022.425l-4.25-4.25l9.8-9.8Q12.25%207.5%2013.5%207.5t2.125.875t.875%202.125t-.875%202.125zm6.275-9.1l2.1-2.125q.3-.3.3-.7t-.3-.7t-.7-.3t-.7.3l-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.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.825%2022.425l-4.25-4.25l9.8-9.8Q12.25%207.5%2013.5%207.5t2.125.875t.875%202.125t-.875%202.125zm6.275-9.1l2.1-2.125q.3-.3.3-.7t-.3-.7t-.7-.3t-.7.3l-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/wand-shine-sharp.svg?color=%231a73e8&size=48