magic wand 02 icon
magic-wand-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- magic-wand-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the magic wand 02 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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m17.5 17.5l4 4M5.972 3.793L9.318 4.92c.462.16 1.165.055 1.562-.228l2.347-1.674c1.502-1.07 2.745-.432 2.746 1.423l.013 3.14c.002.53.372 1.19.823 1.477l2.398 1.504c1.897 1.191 1.681 2.602-.48 3.15l-3.01.76c-.543.137-1.104.698-1.248 1.248l-.76 3.01c-.541 2.156-1.964 2.371-3.149.48l-1.503-2.398c-.287-.45-.947-.82-1.478-.823l-3.14-.013c-1.847-.007-2.491-1.244-1.422-2.746l1.674-2.348c.277-.391.382-1.093.221-1.556L3.785 5.98c-.609-1.819.374-2.802 2.187-2.187"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMagicWand02(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m17.5 17.5l4 4M5.972 3.793L9.318 4.92c.462.16 1.165.055 1.562-.228l2.347-1.674c1.502-1.07 2.745-.432 2.746 1.423l.013 3.14c.002.53.372 1.19.823 1.477l2.398 1.504c1.897 1.191 1.681 2.602-.48 3.15l-3.01.76c-.543.137-1.104.698-1.248 1.248l-.76 3.01c-.541 2.156-1.964 2.371-3.149.48l-1.503-2.398c-.287-.45-.947-.82-1.478-.823l-3.14-.013c-1.847-.007-2.491-1.244-1.422-2.746l1.674-2.348c.277-.391.382-1.093.221-1.556L3.785 5.98c-.609-1.819.374-2.802 2.187-2.187"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m17.5 17.5l4 4M5.972 3.793L9.318 4.92c.462.16 1.165.055 1.562-.228l2.347-1.674c1.502-1.07 2.745-.432 2.746 1.423l.013 3.14c.002.53.372 1.19.823 1.477l2.398 1.504c1.897 1.191 1.681 2.602-.48 3.15l-3.01.76c-.543.137-1.104.698-1.248 1.248l-.76 3.01c-.541 2.156-1.964 2.371-3.149.48l-1.503-2.398c-.287-.45-.947-.82-1.478-.823l-3.14-.013c-1.847-.007-2.491-1.244-1.422-2.746l1.674-2.348c.277-.391.382-1.093.221-1.556L3.785 5.98c-.609-1.819.374-2.802 2.187-2.187"/></svg> </template>
CSS
.icon-magic-wand-02 {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m17.5%2017.5l4%204M5.972%203.793L9.318%204.92c.462.16%201.165.055%201.562-.228l2.347-1.674c1.502-1.07%202.745-.432%202.746%201.423l.013%203.14c.002.53.372%201.19.823%201.477l2.398%201.504c1.897%201.191%201.681%202.602-.48%203.15l-3.01.76c-.543.137-1.104.698-1.248%201.248l-.76%203.01c-.541%202.156-1.964%202.371-3.149.48l-1.503-2.398c-.287-.45-.947-.82-1.478-.823l-3.14-.013c-1.847-.007-2.491-1.244-1.422-2.746l1.674-2.348c.277-.391.382-1.093.221-1.556L3.785%205.98c-.609-1.819.374-2.802%202.187-2.187%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m17.5%2017.5l4%204M5.972%203.793L9.318%204.92c.462.16%201.165.055%201.562-.228l2.347-1.674c1.502-1.07%202.745-.432%202.746%201.423l.013%203.14c.002.53.372%201.19.823%201.477l2.398%201.504c1.897%201.191%201.681%202.602-.48%203.15l-3.01.76c-.543.137-1.104.698-1.248%201.248l-.76%203.01c-.541%202.156-1.964%202.371-3.149.48l-1.503-2.398c-.287-.45-.947-.82-1.478-.823l-3.14-.013c-1.847-.007-2.491-1.244-1.422-2.746l1.674-2.348c.277-.391.382-1.093.221-1.556L3.785%205.98c-.609-1.819.374-2.802%202.187-2.187%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/magic-wand-02.svg?color=%231a73e8&size=48