magic wand 04 icon
magic-wand-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- magic-wand-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the magic wand 04 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="m10.938 11.077l-7.527 7.528a1.403 1.403 0 1 0 1.985 1.984l7.527-7.527m-1.985-1.985l1.985 1.985m-1.985-1.985l.744-.744m1.24 2.729l.745-.744m-1.985-1.985l.043-.042a.99.99 0 0 1 1.403 0l.581.58a.99.99 0 0 1 0 1.404l-.042.043m-1.985-1.985l1.985 1.985m4.571-9.151a.29.29 0 0 1 .524 0l.392.84c.173.37.47.666.84.839l.839.392a.29.29 0 0 1 0 .524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29 0 0 1-.524 0l-.392-.84a1.74 1.74 0 0 0-.84-.839l-.839-.392a.29.29 0 0 1 0-.524l.84-.392c.37-.173.666-.47.839-.84zm0 11a.29.29 0 0 1 .524 0l.392.84c.173.37.47.666.84.839l.839.392a.29.29 0 0 1 0 .524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29 0 0 1-.524 0l-.392-.84a1.74 1.74 0 0 0-.84-.839l-.839-.392a.29.29 0 0 1 0-.524l.84-.392c.37-.173.666-.47.839-.84zm-11-11a.29.29 0 0 1 .524 0l.392.84c.173.37.47.666.84.839l.839.392a.29.29 0 0 1 0 .524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29 0 0 1-.524 0l-.392-.84a1.74 1.74 0 0 0-.84-.839l-.839-.392a.29.29 0 0 1 0-.524l.84-.392c.37-.173.666-.47.839-.84z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMagicWand04(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="m10.938 11.077l-7.527 7.528a1.403 1.403 0 1 0 1.985 1.984l7.527-7.527m-1.985-1.985l1.985 1.985m-1.985-1.985l.744-.744m1.24 2.729l.745-.744m-1.985-1.985l.043-.042a.99.99 0 0 1 1.403 0l.581.58a.99.99 0 0 1 0 1.404l-.042.043m-1.985-1.985l1.985 1.985m4.571-9.151a.29.29 0 0 1 .524 0l.392.84c.173.37.47.666.84.839l.839.392a.29.29 0 0 1 0 .524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29 0 0 1-.524 0l-.392-.84a1.74 1.74 0 0 0-.84-.839l-.839-.392a.29.29 0 0 1 0-.524l.84-.392c.37-.173.666-.47.839-.84zm0 11a.29.29 0 0 1 .524 0l.392.84c.173.37.47.666.84.839l.839.392a.29.29 0 0 1 0 .524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29 0 0 1-.524 0l-.392-.84a1.74 1.74 0 0 0-.84-.839l-.839-.392a.29.29 0 0 1 0-.524l.84-.392c.37-.173.666-.47.839-.84zm-11-11a.29.29 0 0 1 .524 0l.392.84c.173.37.47.666.84.839l.839.392a.29.29 0 0 1 0 .524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29 0 0 1-.524 0l-.392-.84a1.74 1.74 0 0 0-.84-.839l-.839-.392a.29.29 0 0 1 0-.524l.84-.392c.37-.173.666-.47.839-.84z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="m10.938 11.077l-7.527 7.528a1.403 1.403 0 1 0 1.985 1.984l7.527-7.527m-1.985-1.985l1.985 1.985m-1.985-1.985l.744-.744m1.24 2.729l.745-.744m-1.985-1.985l.043-.042a.99.99 0 0 1 1.403 0l.581.58a.99.99 0 0 1 0 1.404l-.042.043m-1.985-1.985l1.985 1.985m4.571-9.151a.29.29 0 0 1 .524 0l.392.84c.173.37.47.666.84.839l.839.392a.29.29 0 0 1 0 .524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29 0 0 1-.524 0l-.392-.84a1.74 1.74 0 0 0-.84-.839l-.839-.392a.29.29 0 0 1 0-.524l.84-.392c.37-.173.666-.47.839-.84zm0 11a.29.29 0 0 1 .524 0l.392.84c.173.37.47.666.84.839l.839.392a.29.29 0 0 1 0 .524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29 0 0 1-.524 0l-.392-.84a1.74 1.74 0 0 0-.84-.839l-.839-.392a.29.29 0 0 1 0-.524l.84-.392c.37-.173.666-.47.839-.84zm-11-11a.29.29 0 0 1 .524 0l.392.84c.173.37.47.666.84.839l.839.392a.29.29 0 0 1 0 .524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29 0 0 1-.524 0l-.392-.84a1.74 1.74 0 0 0-.84-.839l-.839-.392a.29.29 0 0 1 0-.524l.84-.392c.37-.173.666-.47.839-.84z"/></svg> </template>
CSS
.icon-magic-wand-04 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m10.938%2011.077l-7.527%207.528a1.403%201.403%200%201%200%201.985%201.984l7.527-7.527m-1.985-1.985l1.985%201.985m-1.985-1.985l.744-.744m1.24%202.729l.745-.744m-1.985-1.985l.043-.042a.99.99%200%200%201%201.403%200l.581.58a.99.99%200%200%201%200%201.404l-.042.043m-1.985-1.985l1.985%201.985m4.571-9.151a.29.29%200%200%201%20.524%200l.392.84c.173.37.47.666.84.839l.839.392a.29.29%200%200%201%200%20.524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29%200%200%201-.524%200l-.392-.84a1.74%201.74%200%200%200-.84-.839l-.839-.392a.29.29%200%200%201%200-.524l.84-.392c.37-.173.666-.47.839-.84zm0%2011a.29.29%200%200%201%20.524%200l.392.84c.173.37.47.666.84.839l.839.392a.29.29%200%200%201%200%20.524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29%200%200%201-.524%200l-.392-.84a1.74%201.74%200%200%200-.84-.839l-.839-.392a.29.29%200%200%201%200-.524l.84-.392c.37-.173.666-.47.839-.84zm-11-11a.29.29%200%200%201%20.524%200l.392.84c.173.37.47.666.84.839l.839.392a.29.29%200%200%201%200%20.524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29%200%200%201-.524%200l-.392-.84a1.74%201.74%200%200%200-.84-.839l-.839-.392a.29.29%200%200%201%200-.524l.84-.392c.37-.173.666-.47.839-.84z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m10.938%2011.077l-7.527%207.528a1.403%201.403%200%201%200%201.985%201.984l7.527-7.527m-1.985-1.985l1.985%201.985m-1.985-1.985l.744-.744m1.24%202.729l.745-.744m-1.985-1.985l.043-.042a.99.99%200%200%201%201.403%200l.581.58a.99.99%200%200%201%200%201.404l-.042.043m-1.985-1.985l1.985%201.985m4.571-9.151a.29.29%200%200%201%20.524%200l.392.84c.173.37.47.666.84.839l.839.392a.29.29%200%200%201%200%20.524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29%200%200%201-.524%200l-.392-.84a1.74%201.74%200%200%200-.84-.839l-.839-.392a.29.29%200%200%201%200-.524l.84-.392c.37-.173.666-.47.839-.84zm0%2011a.29.29%200%200%201%20.524%200l.392.84c.173.37.47.666.84.839l.839.392a.29.29%200%200%201%200%20.524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29%200%200%201-.524%200l-.392-.84a1.74%201.74%200%200%200-.84-.839l-.839-.392a.29.29%200%200%201%200-.524l.84-.392c.37-.173.666-.47.839-.84zm-11-11a.29.29%200%200%201%20.524%200l.392.84c.173.37.47.666.84.839l.839.392a.29.29%200%200%201%200%20.524l-.84.392c-.37.173-.666.47-.839.84l-.392.839a.29.29%200%200%201-.524%200l-.392-.84a1.74%201.74%200%200%200-.84-.839l-.839-.392a.29.29%200%200%201%200-.524l.84-.392c.37-.173.666-.47.839-.84z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/magic-wand-04.svg?color=%231a73e8&size=48