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

Name
wand-shine-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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="M6.713 3.7q.412 0 .712.3L9 5.6q.3.3.3.7T9 7t-.712.3t-.713-.3l-1.6-1.575q-.3-.3-.288-.712T6 4t.713-.3m7-2.312Q14 1.675 14 2.1v2.25q0 .425-.288.713T13 5.35t-.712-.287T12 4.35V2.1q0-.425.288-.712T13 1.1t.713.288m4 13.312q.412 0 .712.3L20 16.6q.3.3.3.7t-.3.7t-.713.3t-.712-.3l-1.6-1.575q-.3-.3-.288-.712T17 15t.713-.3M20.3 4.713q0 .412-.3.712l-1.6 1.6q-.3.3-.7.288T17 7t-.3-.712t.3-.713L18.575 4q.3-.3.713-.3T20 4t.3.712m2.312 7Q22.325 12 21.9 12h-2.25q-.425 0-.712-.288T18.65 11t.288-.712t.712-.288h2.25q.425 0 .713.288T22.9 11t-.287.713M5.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 MaterialSymbolsWandShineOutlineRounded(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="M6.713 3.7q.412 0 .712.3L9 5.6q.3.3.3.7T9 7t-.712.3t-.713-.3l-1.6-1.575q-.3-.3-.288-.712T6 4t.713-.3m7-2.312Q14 1.675 14 2.1v2.25q0 .425-.288.713T13 5.35t-.712-.287T12 4.35V2.1q0-.425.288-.712T13 1.1t.713.288m4 13.312q.412 0 .712.3L20 16.6q.3.3.3.7t-.3.7t-.713.3t-.712-.3l-1.6-1.575q-.3-.3-.288-.712T17 15t.713-.3M20.3 4.713q0 .412-.3.712l-1.6 1.6q-.3.3-.7.288T17 7t-.3-.712t.3-.713L18.575 4q.3-.3.713-.3T20 4t.3.712m2.312 7Q22.325 12 21.9 12h-2.25q-.425 0-.712-.288T18.65 11t.288-.712t.712-.288h2.25q.425 0 .713.288T22.9 11t-.287.713M5.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="M6.713 3.7q.412 0 .712.3L9 5.6q.3.3.3.7T9 7t-.712.3t-.713-.3l-1.6-1.575q-.3-.3-.288-.712T6 4t.713-.3m7-2.312Q14 1.675 14 2.1v2.25q0 .425-.288.713T13 5.35t-.712-.287T12 4.35V2.1q0-.425.288-.712T13 1.1t.713.288m4 13.312q.412 0 .712.3L20 16.6q.3.3.3.7t-.3.7t-.713.3t-.712-.3l-1.6-1.575q-.3-.3-.288-.712T17 15t.713-.3M20.3 4.713q0 .412-.3.712l-1.6 1.6q-.3.3-.7.288T17 7t-.3-.712t.3-.713L18.575 4q.3-.3.713-.3T20 4t.3.712m2.312 7Q22.325 12 21.9 12h-2.25q-.425 0-.712-.288T18.65 11t.288-.712t.712-.288h2.25q.425 0 .713.288T22.9 11t-.287.713M5.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-rounded {
  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%22M6.713%203.7q.412%200%20.712.3L9%205.6q.3.3.3.7T9%207t-.712.3t-.713-.3l-1.6-1.575q-.3-.3-.288-.712T6%204t.713-.3m7-2.312Q14%201.675%2014%202.1v2.25q0%20.425-.288.713T13%205.35t-.712-.287T12%204.35V2.1q0-.425.288-.712T13%201.1t.713.288m4%2013.312q.412%200%20.712.3L20%2016.6q.3.3.3.7t-.3.7t-.713.3t-.712-.3l-1.6-1.575q-.3-.3-.288-.712T17%2015t.713-.3M20.3%204.713q0%20.412-.3.712l-1.6%201.6q-.3.3-.7.288T17%207t-.3-.712t.3-.713L18.575%204q.3-.3.713-.3T20%204t.3.712m2.312%207Q22.325%2012%2021.9%2012h-2.25q-.425%200-.712-.288T18.65%2011t.288-.712t.712-.288h2.25q.425%200%20.713.288T22.9%2011t-.287.713M5.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%22M6.713%203.7q.412%200%20.712.3L9%205.6q.3.3.3.7T9%207t-.712.3t-.713-.3l-1.6-1.575q-.3-.3-.288-.712T6%204t.713-.3m7-2.312Q14%201.675%2014%202.1v2.25q0%20.425-.288.713T13%205.35t-.712-.287T12%204.35V2.1q0-.425.288-.712T13%201.1t.713.288m4%2013.312q.412%200%20.712.3L20%2016.6q.3.3.3.7t-.3.7t-.713.3t-.712-.3l-1.6-1.575q-.3-.3-.288-.712T17%2015t.713-.3M20.3%204.713q0%20.412-.3.712l-1.6%201.6q-.3.3-.7.288T17%207t-.3-.712t.3-.713L18.575%204q.3-.3.713-.3T20%204t.3.712m2.312%207Q22.325%2012%2021.9%2012h-2.25q-.425%200-.712-.288T18.65%2011t.288-.712t.712-.288h2.25q.425%200%20.713.288T22.9%2011t-.287.713M5.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-rounded.svg?color=%231a73e8&size=48