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

Name
wand-shine-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
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="M7.088 4.585q.19 0 .356.165L9.02 6.33q.146.147.156.345t-.156.364q-.165.165-.357.165t-.356-.165L6.725 5.464q-.146-.147-.153-.348t.159-.366t.356-.165m6.27-2.457q.143.144.143.357v2.25q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356v-2.25q0-.213.144-.357t.357-.143t.356.143m3.961 12.688q.191 0 .357.165l1.575 1.58q.146.147.156.345t-.156.363t-.357.166t-.357-.166l-1.58-1.575q-.147-.146-.153-.347t.158-.366q.166-.166.357-.166M19.8 4.722q0 .191-.165.357l-1.581 1.58q-.146.147-.344.153t-.364-.158q-.165-.166-.165-.357t.165-.357l1.575-1.575q.146-.146.347-.156q.201-.009.367.157q.165.165.165.356m2.072 6.635q-.144.143-.356.143h-2.25q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2.25q.212 0 .356.144t.144.357t-.144.356m-16.708 9.15l-1.691-1.69q-.242-.242-.242-.565t.242-.565l8.517-8.523q.581-.587 1.411-.587t1.416.582t.587 1.414q0 .83-.587 1.418l-8.523 8.517q-.242.242-.565.242t-.565-.242m6.84-7.106l-.363-.35l-.362-.35l-.35-.35l-.35-.35l.7.7zm-6.275 6.275l6.275-6.275l-1.425-1.4l-6.25 6.25z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWandShineOutlineRounded(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="M7.088 4.585q.19 0 .356.165L9.02 6.33q.146.147.156.345t-.156.364q-.165.165-.357.165t-.356-.165L6.725 5.464q-.146-.147-.153-.348t.159-.366t.356-.165m6.27-2.457q.143.144.143.357v2.25q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356v-2.25q0-.213.144-.357t.357-.143t.356.143m3.961 12.688q.191 0 .357.165l1.575 1.58q.146.147.156.345t-.156.363t-.357.166t-.357-.166l-1.58-1.575q-.147-.146-.153-.347t.158-.366q.166-.166.357-.166M19.8 4.722q0 .191-.165.357l-1.581 1.58q-.146.147-.344.153t-.364-.158q-.165-.166-.165-.357t.165-.357l1.575-1.575q.146-.146.347-.156q.201-.009.367.157q.165.165.165.356m2.072 6.635q-.144.143-.356.143h-2.25q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2.25q.212 0 .356.144t.144.357t-.144.356m-16.708 9.15l-1.691-1.69q-.242-.242-.242-.565t.242-.565l8.517-8.523q.581-.587 1.411-.587t1.416.582t.587 1.414q0 .83-.587 1.418l-8.523 8.517q-.242.242-.565.242t-.565-.242m6.84-7.106l-.363-.35l-.362-.35l-.35-.35l-.35-.35l.7.7zm-6.275 6.275l6.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="M7.088 4.585q.19 0 .356.165L9.02 6.33q.146.147.156.345t-.156.364q-.165.165-.357.165t-.356-.165L6.725 5.464q-.146-.147-.153-.348t.159-.366t.356-.165m6.27-2.457q.143.144.143.357v2.25q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356v-2.25q0-.213.144-.357t.357-.143t.356.143m3.961 12.688q.191 0 .357.165l1.575 1.58q.146.147.156.345t-.156.363t-.357.166t-.357-.166l-1.58-1.575q-.147-.146-.153-.347t.158-.366q.166-.166.357-.166M19.8 4.722q0 .191-.165.357l-1.581 1.58q-.146.147-.344.153t-.364-.158q-.165-.166-.165-.357t.165-.357l1.575-1.575q.146-.146.347-.156q.201-.009.367.157q.165.165.165.356m2.072 6.635q-.144.143-.356.143h-2.25q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2.25q.212 0 .356.144t.144.357t-.144.356m-16.708 9.15l-1.691-1.69q-.242-.242-.242-.565t.242-.565l8.517-8.523q.581-.587 1.411-.587t1.416.582t.587 1.414q0 .83-.587 1.418l-8.523 8.517q-.242.242-.565.242t-.565-.242m6.84-7.106l-.363-.35l-.362-.35l-.35-.35l-.35-.35l.7.7zm-6.275 6.275l6.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%22M7.088%204.585q.19%200%20.356.165L9.02%206.33q.146.147.156.345t-.156.364q-.165.165-.357.165t-.356-.165L6.725%205.464q-.146-.147-.153-.348t.159-.366t.356-.165m6.27-2.457q.143.144.143.357v2.25q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356v-2.25q0-.213.144-.357t.357-.143t.356.143m3.961%2012.688q.191%200%20.357.165l1.575%201.58q.146.147.156.345t-.156.363t-.357.166t-.357-.166l-1.58-1.575q-.147-.146-.153-.347t.158-.366q.166-.166.357-.166M19.8%204.722q0%20.191-.165.357l-1.581%201.58q-.146.147-.344.153t-.364-.158q-.165-.166-.165-.357t.165-.357l1.575-1.575q.146-.146.347-.156q.201-.009.367.157q.165.165.165.356m2.072%206.635q-.144.143-.356.143h-2.25q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h2.25q.212%200%20.356.144t.144.357t-.144.356m-16.708%209.15l-1.691-1.69q-.242-.242-.242-.565t.242-.565l8.517-8.523q.581-.587%201.411-.587t1.416.582t.587%201.414q0%20.83-.587%201.418l-8.523%208.517q-.242.242-.565.242t-.565-.242m6.84-7.106l-.363-.35l-.362-.35l-.35-.35l-.35-.35l.7.7zm-6.275%206.275l6.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%22M7.088%204.585q.19%200%20.356.165L9.02%206.33q.146.147.156.345t-.156.364q-.165.165-.357.165t-.356-.165L6.725%205.464q-.146-.147-.153-.348t.159-.366t.356-.165m6.27-2.457q.143.144.143.357v2.25q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356v-2.25q0-.213.144-.357t.357-.143t.356.143m3.961%2012.688q.191%200%20.357.165l1.575%201.58q.146.147.156.345t-.156.363t-.357.166t-.357-.166l-1.58-1.575q-.147-.146-.153-.347t.158-.366q.166-.166.357-.166M19.8%204.722q0%20.191-.165.357l-1.581%201.58q-.146.147-.344.153t-.364-.158q-.165-.166-.165-.357t.165-.357l1.575-1.575q.146-.146.347-.156q.201-.009.367.157q.165.165.165.356m2.072%206.635q-.144.143-.356.143h-2.25q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h2.25q.212%200%20.356.144t.144.357t-.144.356m-16.708%209.15l-1.691-1.69q-.242-.242-.242-.565t.242-.565l8.517-8.523q.581-.587%201.411-.587t1.416.582t.587%201.414q0%20.83-.587%201.418l-8.523%208.517q-.242.242-.565.242t-.565-.242m6.84-7.106l-.363-.35l-.362-.35l-.35-.35l-.35-.35l.7.7zm-6.275%206.275l6.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-light/wand-shine-outline-rounded.svg?color=%231a73e8&size=48