wand stars icon
wand-stars-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- wand-stars-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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="M16.15 13.05L14 16.5q-.275.425-.762.35t-.613-.575l-.7-2.8L5.1 20.3q-.275.275-.687.288T3.7 20.3q-.275-.275-.275-.7t.275-.7l6.825-6.85l-2.8-.7q-.5-.125-.575-.612t.35-.763l3.45-2.125l-.3-4.075q-.05-.5.4-.725t.825.1L15 5.775l3.775-1.525q.475-.2.825.15t.15.825L18.225 9l2.625 3.1q.325.375.1.825t-.725.4zm-12.8-6.7Q3.2 6.2 3.2 6t.15-.35l1.3-1.3Q4.8 4.2 5 4.2t.35.15l1.3 1.3q.15.15.15.35t-.15.35l-1.3 1.3Q5.2 7.8 5 7.8t-.35-.15zm10.525 6.575l1.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.55zm3.775 7.725l-1.3-1.3q-.15-.15-.15-.35t.15-.35l1.3-1.3q.15-.15.35-.15t.35.15l1.3 1.3q.15.15.15.35t-.15.35l-1.3 1.3q-.15.15-.35.15t-.35-.15m-3.425-10.9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWandStarsOutlineRounded(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.15 13.05L14 16.5q-.275.425-.762.35t-.613-.575l-.7-2.8L5.1 20.3q-.275.275-.687.288T3.7 20.3q-.275-.275-.275-.7t.275-.7l6.825-6.85l-2.8-.7q-.5-.125-.575-.612t.35-.763l3.45-2.125l-.3-4.075q-.05-.5.4-.725t.825.1L15 5.775l3.775-1.525q.475-.2.825.15t.15.825L18.225 9l2.625 3.1q.325.375.1.825t-.725.4zm-12.8-6.7Q3.2 6.2 3.2 6t.15-.35l1.3-1.3Q4.8 4.2 5 4.2t.35.15l1.3 1.3q.15.15.15.35t-.15.35l-1.3 1.3Q5.2 7.8 5 7.8t-.35-.15zm10.525 6.575l1.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.55zm3.775 7.725l-1.3-1.3q-.15-.15-.15-.35t.15-.35l1.3-1.3q.15-.15.35-.15t.35.15l1.3 1.3q.15.15.15.35t-.15.35l-1.3 1.3q-.15.15-.35.15t-.35-.15m-3.425-10.9"/></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.15 13.05L14 16.5q-.275.425-.762.35t-.613-.575l-.7-2.8L5.1 20.3q-.275.275-.687.288T3.7 20.3q-.275-.275-.275-.7t.275-.7l6.825-6.85l-2.8-.7q-.5-.125-.575-.612t.35-.763l3.45-2.125l-.3-4.075q-.05-.5.4-.725t.825.1L15 5.775l3.775-1.525q.475-.2.825.15t.15.825L18.225 9l2.625 3.1q.325.375.1.825t-.725.4zm-12.8-6.7Q3.2 6.2 3.2 6t.15-.35l1.3-1.3Q4.8 4.2 5 4.2t.35.15l1.3 1.3q.15.15.15.35t-.15.35l-1.3 1.3Q5.2 7.8 5 7.8t-.35-.15zm10.525 6.575l1.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.55zm3.775 7.725l-1.3-1.3q-.15-.15-.15-.35t.15-.35l1.3-1.3q.15-.15.35-.15t.35.15l1.3 1.3q.15.15.15.35t-.15.35l-1.3 1.3q-.15.15-.35.15t-.35-.15m-3.425-10.9"/></svg> </template>
CSS
.icon-wand-stars-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%22M16.15%2013.05L14%2016.5q-.275.425-.762.35t-.613-.575l-.7-2.8L5.1%2020.3q-.275.275-.687.288T3.7%2020.3q-.275-.275-.275-.7t.275-.7l6.825-6.85l-2.8-.7q-.5-.125-.575-.612t.35-.763l3.45-2.125l-.3-4.075q-.05-.5.4-.725t.825.1L15%205.775l3.775-1.525q.475-.2.825.15t.15.825L18.225%209l2.625%203.1q.325.375.1.825t-.725.4zm-12.8-6.7Q3.2%206.2%203.2%206t.15-.35l1.3-1.3Q4.8%204.2%205%204.2t.35.15l1.3%201.3q.15.15.15.35t-.15.35l-1.3%201.3Q5.2%207.8%205%207.8t-.35-.15zm10.525%206.575l1.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.55zm3.775%207.725l-1.3-1.3q-.15-.15-.15-.35t.15-.35l1.3-1.3q.15-.15.35-.15t.35.15l1.3%201.3q.15.15.15.35t-.15.35l-1.3%201.3q-.15.15-.35.15t-.35-.15m-3.425-10.9%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.15%2013.05L14%2016.5q-.275.425-.762.35t-.613-.575l-.7-2.8L5.1%2020.3q-.275.275-.687.288T3.7%2020.3q-.275-.275-.275-.7t.275-.7l6.825-6.85l-2.8-.7q-.5-.125-.575-.612t.35-.763l3.45-2.125l-.3-4.075q-.05-.5.4-.725t.825.1L15%205.775l3.775-1.525q.475-.2.825.15t.15.825L18.225%209l2.625%203.1q.325.375.1.825t-.725.4zm-12.8-6.7Q3.2%206.2%203.2%206t.15-.35l1.3-1.3Q4.8%204.2%205%204.2t.35.15l1.3%201.3q.15.15.15.35t-.15.35l-1.3%201.3Q5.2%207.8%205%207.8t-.35-.15zm10.525%206.575l1.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.55zm3.775%207.725l-1.3-1.3q-.15-.15-.15-.35t.15-.35l1.3-1.3q.15-.15.35-.15t.35.15l1.3%201.3q.15.15.15.35t-.15.35l-1.3%201.3q-.15.15-.35.15t-.35-.15m-3.425-10.9%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-rounded.svg?color=%231a73e8&size=48