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

Name
wand-stars-outline
Set
Material Symbols Light
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
wand-stars-outline-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.288zm8.587 7.136l1.662-2.686l3.151.233l-2.038-2.43l1.183-2.919l-2.92 1.183l-2.429-2.033l.233 3.147l-2.667 1.667l3.058.761zM18.481 20l-1.289-1.288l1.289-1.289l1.288 1.289zM14.379 9.616"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWandStarsOutline(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.288zm8.587 7.136l1.662-2.686l3.151.233l-2.038-2.43l1.183-2.919l-2.92 1.183l-2.429-2.033l.233 3.147l-2.667 1.667l3.058.761zM18.481 20l-1.289-1.288l1.289-1.289l1.288 1.289zM14.379 9.616"/></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.288zm8.587 7.136l1.662-2.686l3.151.233l-2.038-2.43l1.183-2.919l-2.92 1.183l-2.429-2.033l.233 3.147l-2.667 1.667l3.058.761zM18.481 20l-1.289-1.288l1.289-1.289l1.288 1.289zM14.379 9.616"/></svg>
</template>

CSS

.icon-wand-stars-outline {
  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.288zm8.587%207.136l1.662-2.686l3.151.233l-2.038-2.43l1.183-2.919l-2.92%201.183l-2.429-2.033l.233%203.147l-2.667%201.667l3.058.761zM18.481%2020l-1.289-1.288l1.289-1.289l1.288%201.289zM14.379%209.616%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.288zm8.587%207.136l1.662-2.686l3.151.233l-2.038-2.43l1.183-2.919l-2.92%201.183l-2.429-2.033l.233%203.147l-2.667%201.667l3.058.761zM18.481%2020l-1.289-1.288l1.289-1.289l1.288%201.289zM14.379%209.616%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-outline.svg?color=%231a73e8&size=48