magic wand icon

magic-wand from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
magic-wand
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the magic wand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M12.5 6c-1.112 4.017-2.543 5.39-6.5 6.5c3.957 1.11 5.388 2.483 6.5 6.5c1.112-4.017 2.543-5.39 6.5-6.5c-3.957-1.11-5.388-2.483-6.5-6.5m0 17c-1.112 4.017-2.543 5.39-6.5 6.5c3.957 1.11 5.388 2.483 6.5 6.5c1.112-4.017 2.543-5.39 6.5-6.5c-3.957-1.11-5.388-2.483-6.5-6.5M23 12.5c3.957-1.11 5.388-2.483 6.5-6.5c1.112 4.017 2.543 5.39 6.5 6.5c-3.957 1.11-5.388 2.483-6.5 6.5c-1.112-4.017-2.543-5.39-6.5-6.5"/><path fill-rule="evenodd" d="m35.8 41.456l-.23-.23l-.014-.013l-18.142-18.142a2 2 0 0 1 0-2.828l2.829-2.829a2 2 0 0 1 2.828 0L41.456 35.8a2 2 0 0 1 0 2.828l-2.828 2.829a2 2 0 0 1-2.829 0M22.615 25.444l-3.787-3.787l2.828-2.829l3.788 3.788z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMagicWand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M12.5 6c-1.112 4.017-2.543 5.39-6.5 6.5c3.957 1.11 5.388 2.483 6.5 6.5c1.112-4.017 2.543-5.39 6.5-6.5c-3.957-1.11-5.388-2.483-6.5-6.5m0 17c-1.112 4.017-2.543 5.39-6.5 6.5c3.957 1.11 5.388 2.483 6.5 6.5c1.112-4.017 2.543-5.39 6.5-6.5c-3.957-1.11-5.388-2.483-6.5-6.5M23 12.5c3.957-1.11 5.388-2.483 6.5-6.5c1.112 4.017 2.543 5.39 6.5 6.5c-3.957 1.11-5.388 2.483-6.5 6.5c-1.112-4.017-2.543-5.39-6.5-6.5"/><path fillRule="evenodd" d="m35.8 41.456l-.23-.23l-.014-.013l-18.142-18.142a2 2 0 0 1 0-2.828l2.829-2.829a2 2 0 0 1 2.828 0L41.456 35.8a2 2 0 0 1 0 2.828l-2.828 2.829a2 2 0 0 1-2.829 0M22.615 25.444l-3.787-3.787l2.828-2.829l3.788 3.788z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M12.5 6c-1.112 4.017-2.543 5.39-6.5 6.5c3.957 1.11 5.388 2.483 6.5 6.5c1.112-4.017 2.543-5.39 6.5-6.5c-3.957-1.11-5.388-2.483-6.5-6.5m0 17c-1.112 4.017-2.543 5.39-6.5 6.5c3.957 1.11 5.388 2.483 6.5 6.5c1.112-4.017 2.543-5.39 6.5-6.5c-3.957-1.11-5.388-2.483-6.5-6.5M23 12.5c3.957-1.11 5.388-2.483 6.5-6.5c1.112 4.017 2.543 5.39 6.5 6.5c-3.957 1.11-5.388 2.483-6.5 6.5c-1.112-4.017-2.543-5.39-6.5-6.5"/><path fill-rule="evenodd" d="m35.8 41.456l-.23-.23l-.014-.013l-18.142-18.142a2 2 0 0 1 0-2.828l2.829-2.829a2 2 0 0 1 2.828 0L41.456 35.8a2 2 0 0 1 0 2.828l-2.828 2.829a2 2 0 0 1-2.829 0M22.615 25.444l-3.787-3.787l2.828-2.829l3.788 3.788z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-magic-wand {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%206c-1.112%204.017-2.543%205.39-6.5%206.5c3.957%201.11%205.388%202.483%206.5%206.5c1.112-4.017%202.543-5.39%206.5-6.5c-3.957-1.11-5.388-2.483-6.5-6.5m0%2017c-1.112%204.017-2.543%205.39-6.5%206.5c3.957%201.11%205.388%202.483%206.5%206.5c1.112-4.017%202.543-5.39%206.5-6.5c-3.957-1.11-5.388-2.483-6.5-6.5M23%2012.5c3.957-1.11%205.388-2.483%206.5-6.5c1.112%204.017%202.543%205.39%206.5%206.5c-3.957%201.11-5.388%202.483-6.5%206.5c-1.112-4.017-2.543-5.39-6.5-6.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m35.8%2041.456l-.23-.23l-.014-.013l-18.142-18.142a2%202%200%200%201%200-2.828l2.829-2.829a2%202%200%200%201%202.828%200L41.456%2035.8a2%202%200%200%201%200%202.828l-2.828%202.829a2%202%200%200%201-2.829%200M22.615%2025.444l-3.787-3.787l2.828-2.829l3.788%203.788z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.5%206c-1.112%204.017-2.543%205.39-6.5%206.5c3.957%201.11%205.388%202.483%206.5%206.5c1.112-4.017%202.543-5.39%206.5-6.5c-3.957-1.11-5.388-2.483-6.5-6.5m0%2017c-1.112%204.017-2.543%205.39-6.5%206.5c3.957%201.11%205.388%202.483%206.5%206.5c1.112-4.017%202.543-5.39%206.5-6.5c-3.957-1.11-5.388-2.483-6.5-6.5M23%2012.5c3.957-1.11%205.388-2.483%206.5-6.5c1.112%204.017%202.543%205.39%206.5%206.5c-3.957%201.11-5.388%202.483-6.5%206.5c-1.112-4.017-2.543-5.39-6.5-6.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m35.8%2041.456l-.23-.23l-.014-.013l-18.142-18.142a2%202%200%200%201%200-2.828l2.829-2.829a2%202%200%200%201%202.828%200L41.456%2035.8a2%202%200%200%201%200%202.828l-2.828%202.829a2%202%200%200%201-2.829%200M22.615%2025.444l-3.787-3.787l2.828-2.829l3.788%203.788z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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