wand-stars from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
wand-stars
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
wand-stars-sharp

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="M4.708 20L4 19.292l7.736-7.742l-4.217-1.029L11.7 7.927L11.333 3l3.763 3.179l4.554-1.854l-1.829 4.56L21 12.641l-4.927-.342l-2.6 4.18l-1.048-4.216zm.58-13.192L4 5.519l1.289-1.288l1.288 1.288zM18.482 20l-1.289-1.288l1.289-1.289l1.288 1.289z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWandStars(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="M4.708 20L4 19.292l7.736-7.742l-4.217-1.029L11.7 7.927L11.333 3l3.763 3.179l4.554-1.854l-1.829 4.56L21 12.641l-4.927-.342l-2.6 4.18l-1.048-4.216zm.58-13.192L4 5.519l1.289-1.288l1.288 1.288zM18.482 20l-1.289-1.288l1.289-1.289l1.288 1.289z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.708 20L4 19.292l7.736-7.742l-4.217-1.029L11.7 7.927L11.333 3l3.763 3.179l4.554-1.854l-1.829 4.56L21 12.641l-4.927-.342l-2.6 4.18l-1.048-4.216zm.58-13.192L4 5.519l1.289-1.288l1.288 1.288zM18.482 20l-1.289-1.288l1.289-1.289l1.288 1.289z"/></svg>
</template>

CSS

.icon-wand-stars {
  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%22M4.708%2020L4%2019.292l7.736-7.742l-4.217-1.029L11.7%207.927L11.333%203l3.763%203.179l4.554-1.854l-1.829%204.56L21%2012.641l-4.927-.342l-2.6%204.18l-1.048-4.216zm.58-13.192L4%205.519l1.289-1.288l1.288%201.288zM18.482%2020l-1.289-1.288l1.289-1.289l1.288%201.289z%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%22M4.708%2020L4%2019.292l7.736-7.742l-4.217-1.029L11.7%207.927L11.333%203l3.763%203.179l4.554-1.854l-1.829%204.56L21%2012.641l-4.927-.342l-2.6%204.18l-1.048-4.216zm.58-13.192L4%205.519l1.289-1.288l1.288%201.288zM18.482%2020l-1.289-1.288l1.289-1.289l1.288%201.289z%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.svg?color=%231a73e8&size=48