magic wand 03 icon

magic-wand-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
magic-wand-03
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the magic wand 03 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m15 15l1.5 1.5"/><path d="M16.94 19.06a1.5 1.5 0 1 1 2.12-2.12l2 2a1.5 1.5 0 1 1-2.12 2.12z"/><path stroke-linejoin="round" d="m5.393 3.577l2.789.94c.385.134.97.046 1.301-.19l1.956-1.395c1.252-.891 2.288-.36 2.289 1.186l.01 2.616c.002.443.31.993.686 1.232l1.999 1.253c1.58.993 1.4 2.169-.401 2.625l-2.508.633c-.453.115-.92.582-1.04 1.04l-.633 2.509c-.451 1.796-1.637 1.976-2.624.4l-1.253-1.999c-.239-.375-.789-.683-1.232-.685l-2.615-.011c-1.54-.006-2.077-1.037-1.186-2.289l1.395-1.956c.23-.326.318-.911.184-1.297L3.57 5.4c-.506-1.516.313-2.335 1.823-1.823"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMagicWand03(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="m15 15l1.5 1.5"/><path d="M16.94 19.06a1.5 1.5 0 1 1 2.12-2.12l2 2a1.5 1.5 0 1 1-2.12 2.12z"/><path strokeLinejoin="round" d="m5.393 3.577l2.789.94c.385.134.97.046 1.301-.19l1.956-1.395c1.252-.891 2.288-.36 2.289 1.186l.01 2.616c.002.443.31.993.686 1.232l1.999 1.253c1.58.993 1.4 2.169-.401 2.625l-2.508.633c-.453.115-.92.582-1.04 1.04l-.633 2.509c-.451 1.796-1.637 1.976-2.624.4l-1.253-1.999c-.239-.375-.789-.683-1.232-.685l-2.615-.011c-1.54-.006-2.077-1.037-1.186-2.289l1.395-1.956c.23-.326.318-.911.184-1.297L3.57 5.4c-.506-1.516.313-2.335 1.823-1.823"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m15 15l1.5 1.5"/><path d="M16.94 19.06a1.5 1.5 0 1 1 2.12-2.12l2 2a1.5 1.5 0 1 1-2.12 2.12z"/><path stroke-linejoin="round" d="m5.393 3.577l2.789.94c.385.134.97.046 1.301-.19l1.956-1.395c1.252-.891 2.288-.36 2.289 1.186l.01 2.616c.002.443.31.993.686 1.232l1.999 1.253c1.58.993 1.4 2.169-.401 2.625l-2.508.633c-.453.115-.92.582-1.04 1.04l-.633 2.509c-.451 1.796-1.637 1.976-2.624.4l-1.253-1.999c-.239-.375-.789-.683-1.232-.685l-2.615-.011c-1.54-.006-2.077-1.037-1.186-2.289l1.395-1.956c.23-.326.318-.911.184-1.297L3.57 5.4c-.506-1.516.313-2.335 1.823-1.823"/></g></svg>
</template>

CSS

.icon-magic-wand-03 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m15%2015l1.5%201.5%22%2F%3E%3Cpath%20d%3D%22M16.94%2019.06a1.5%201.5%200%201%201%202.12-2.12l2%202a1.5%201.5%200%201%201-2.12%202.12z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m5.393%203.577l2.789.94c.385.134.97.046%201.301-.19l1.956-1.395c1.252-.891%202.288-.36%202.289%201.186l.01%202.616c.002.443.31.993.686%201.232l1.999%201.253c1.58.993%201.4%202.169-.401%202.625l-2.508.633c-.453.115-.92.582-1.04%201.04l-.633%202.509c-.451%201.796-1.637%201.976-2.624.4l-1.253-1.999c-.239-.375-.789-.683-1.232-.685l-2.615-.011c-1.54-.006-2.077-1.037-1.186-2.289l1.395-1.956c.23-.326.318-.911.184-1.297L3.57%205.4c-.506-1.516.313-2.335%201.823-1.823%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m15%2015l1.5%201.5%22%2F%3E%3Cpath%20d%3D%22M16.94%2019.06a1.5%201.5%200%201%201%202.12-2.12l2%202a1.5%201.5%200%201%201-2.12%202.12z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m5.393%203.577l2.789.94c.385.134.97.046%201.301-.19l1.956-1.395c1.252-.891%202.288-.36%202.289%201.186l.01%202.616c.002.443.31.993.686%201.232l1.999%201.253c1.58.993%201.4%202.169-.401%202.625l-2.508.633c-.453.115-.92.582-1.04%201.04l-.633%202.509c-.451%201.796-1.637%201.976-2.624.4l-1.253-1.999c-.239-.375-.789-.683-1.232-.685l-2.615-.011c-1.54-.006-2.077-1.037-1.186-2.289l1.395-1.956c.23-.326.318-.911.184-1.297L3.57%205.4c-.506-1.516.313-2.335%201.823-1.823%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/magic-wand-03.svg?color=%231a73e8&size=48