wand stars icon
wand-stars-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- wand-stars-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the wand stars icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.073 12.3l-2.015 3.258q-.16.252-.474.215q-.315-.036-.382-.344l-.777-3.165l-7.363 7.382q-.14.14-.342.153t-.366-.153q-.16-.16-.16-.354t.16-.353l7.382-7.389l-3.146-.777q-.307-.067-.354-.372t.206-.464l3.258-2.01l-.28-3.825q-.031-.308.236-.456t.508.062l2.932 2.47l3.545-1.447q.282-.123.507.102t.102.507l-1.429 3.544l2.471 2.927q.21.241.072.518q-.139.277-.447.246zM4.293 5.812q-.132-.131-.132-.293t.131-.292l.704-.704q.131-.13.292-.13t.293.13l.703.704q.131.13.131.292t-.13.293l-.704.704q-.131.13-.293.13t-.292-.13zm13.896 13.896l-.704-.704q-.131-.131-.131-.292t.13-.293l.704-.703q.131-.131.293-.131t.292.13l.704.704q.13.131.13.293t-.13.292l-.704.704q-.13.13-.292.13t-.293-.13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWandStarsRounded(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="m16.073 12.3l-2.015 3.258q-.16.252-.474.215q-.315-.036-.382-.344l-.777-3.165l-7.363 7.382q-.14.14-.342.153t-.366-.153q-.16-.16-.16-.354t.16-.353l7.382-7.389l-3.146-.777q-.307-.067-.354-.372t.206-.464l3.258-2.01l-.28-3.825q-.031-.308.236-.456t.508.062l2.932 2.47l3.545-1.447q.282-.123.507.102t.102.507l-1.429 3.544l2.471 2.927q.21.241.072.518q-.139.277-.447.246zM4.293 5.812q-.132-.131-.132-.293t.131-.292l.704-.704q.131-.13.292-.13t.293.13l.703.704q.131.13.131.292t-.13.293l-.704.704q-.131.13-.293.13t-.292-.13zm13.896 13.896l-.704-.704q-.131-.131-.131-.292t.13-.293l.704-.703q.131-.131.293-.131t.292.13l.704.704q.13.131.13.293t-.13.292l-.704.704q-.13.13-.292.13t-.293-.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.073 12.3l-2.015 3.258q-.16.252-.474.215q-.315-.036-.382-.344l-.777-3.165l-7.363 7.382q-.14.14-.342.153t-.366-.153q-.16-.16-.16-.354t.16-.353l7.382-7.389l-3.146-.777q-.307-.067-.354-.372t.206-.464l3.258-2.01l-.28-3.825q-.031-.308.236-.456t.508.062l2.932 2.47l3.545-1.447q.282-.123.507.102t.102.507l-1.429 3.544l2.471 2.927q.21.241.072.518q-.139.277-.447.246zM4.293 5.812q-.132-.131-.132-.293t.131-.292l.704-.704q.131-.13.292-.13t.293.13l.703.704q.131.13.131.292t-.13.293l-.704.704q-.131.13-.293.13t-.292-.13zm13.896 13.896l-.704-.704q-.131-.131-.131-.292t.13-.293l.704-.703q.131-.131.293-.131t.292.13l.704.704q.13.131.13.293t-.13.292l-.704.704q-.13.13-.292.13t-.293-.13"/></svg> </template>
CSS
.icon-wand-stars-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%22m16.073%2012.3l-2.015%203.258q-.16.252-.474.215q-.315-.036-.382-.344l-.777-3.165l-7.363%207.382q-.14.14-.342.153t-.366-.153q-.16-.16-.16-.354t.16-.353l7.382-7.389l-3.146-.777q-.307-.067-.354-.372t.206-.464l3.258-2.01l-.28-3.825q-.031-.308.236-.456t.508.062l2.932%202.47l3.545-1.447q.282-.123.507.102t.102.507l-1.429%203.544l2.471%202.927q.21.241.072.518q-.139.277-.447.246zM4.293%205.812q-.132-.131-.132-.293t.131-.292l.704-.704q.131-.13.292-.13t.293.13l.703.704q.131.13.131.292t-.13.293l-.704.704q-.131.13-.293.13t-.292-.13zm13.896%2013.896l-.704-.704q-.131-.131-.131-.292t.13-.293l.704-.703q.131-.131.293-.131t.292.13l.704.704q.13.131.13.293t-.13.292l-.704.704q-.13.13-.292.13t-.293-.13%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%22m16.073%2012.3l-2.015%203.258q-.16.252-.474.215q-.315-.036-.382-.344l-.777-3.165l-7.363%207.382q-.14.14-.342.153t-.366-.153q-.16-.16-.16-.354t.16-.353l7.382-7.389l-3.146-.777q-.307-.067-.354-.372t.206-.464l3.258-2.01l-.28-3.825q-.031-.308.236-.456t.508.062l2.932%202.47l3.545-1.447q.282-.123.507.102t.102.507l-1.429%203.544l2.471%202.927q.21.241.072.518q-.139.277-.447.246zM4.293%205.812q-.132-.131-.132-.293t.131-.292l.704-.704q.131-.13.292-.13t.293.13l.703.704q.131.13.131.292t-.13.293l-.704.704q-.131.13-.293.13t-.292-.13zm13.896%2013.896l-.704-.704q-.131-.131-.131-.292t.13-.293l.704-.703q.131-.131.293-.131t.292.13l.704.704q.13.131.13.293t-.13.292l-.704.704q-.13.13-.292.13t-.293-.13%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-stars-rounded.svg?color=%231a73e8&size=48