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

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

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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.4 21L3 19.6l7.525-7.55L6 10.925l4.95-3.075L10.525 2L15 5.775l5.4-2.2L18.225 9L22 13.45l-5.85-.4l-3.1 4.95l-1.125-4.525zM5 8L3 6l2-2l2 2zm8.875 4.925l1.2-1.975l2.325.175l-1.5-1.775l.875-2.15l-2.15.875L12.85 6.6l.175 2.3l-1.975 1.225l2.25.55zM18 21l-2-2l2-2l2 2zM14.225 9.75"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWandStarsOutline(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.4 21L3 19.6l7.525-7.55L6 10.925l4.95-3.075L10.525 2L15 5.775l5.4-2.2L18.225 9L22 13.45l-5.85-.4l-3.1 4.95l-1.125-4.525zM5 8L3 6l2-2l2 2zm8.875 4.925l1.2-1.975l2.325.175l-1.5-1.775l.875-2.15l-2.15.875L12.85 6.6l.175 2.3l-1.975 1.225l2.25.55zM18 21l-2-2l2-2l2 2zM14.225 9.75"/></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.4 21L3 19.6l7.525-7.55L6 10.925l4.95-3.075L10.525 2L15 5.775l5.4-2.2L18.225 9L22 13.45l-5.85-.4l-3.1 4.95l-1.125-4.525zM5 8L3 6l2-2l2 2zm8.875 4.925l1.2-1.975l2.325.175l-1.5-1.775l.875-2.15l-2.15.875L12.85 6.6l.175 2.3l-1.975 1.225l2.25.55zM18 21l-2-2l2-2l2 2zM14.225 9.75"/></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.4%2021L3%2019.6l7.525-7.55L6%2010.925l4.95-3.075L10.525%202L15%205.775l5.4-2.2L18.225%209L22%2013.45l-5.85-.4l-3.1%204.95l-1.125-4.525zM5%208L3%206l2-2l2%202zm8.875%204.925l1.2-1.975l2.325.175l-1.5-1.775l.875-2.15l-2.15.875L12.85%206.6l.175%202.3l-1.975%201.225l2.25.55zM18%2021l-2-2l2-2l2%202zM14.225%209.75%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.4%2021L3%2019.6l7.525-7.55L6%2010.925l4.95-3.075L10.525%202L15%205.775l5.4-2.2L18.225%209L22%2013.45l-5.85-.4l-3.1%204.95l-1.125-4.525zM5%208L3%206l2-2l2%202zm8.875%204.925l1.2-1.975l2.325.175l-1.5-1.775l.875-2.15l-2.15.875L12.85%206.6l.175%202.3l-1.975%201.225l2.25.55zM18%2021l-2-2l2-2l2%202zM14.225%209.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/wand-stars-outline.svg?color=%231a73e8&size=48