magic wand icon

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

Name
magic-wand-24px
Set
Health Icons
Style
Filled 24px
Category
Symbols
Viewbox
24×24
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 24 24"><g fill="currentColor"><path d="M5.99 8.97c0-.744.372-1.49.93-2.049l.007-.006c.56-.558 1.306-.93 2.052-.93c-.746 0-1.492-.371-2.052-.93L6.92 5.05c-.56-.56-.93-1.305-.93-2.05c0 .745-.373 1.49-.932 2.05l-.006.006c-.56.558-1.306.93-2.052.93c.746 0 1.492.371 2.052.93l.006.005c.56.56.932 1.305.932 2.05m8.47-.001c0-.744.372-1.49.931-2.049l.006-.006c.56-.558 1.307-.93 2.053-.93c-.746 0-1.492-.371-2.053-.93l-.006-.006C14.832 4.49 14.46 3.745 14.46 3c0 .745-.372 1.49-.931 2.05l-.006.006c-.56.558-1.306.93-2.052.93c.745 0 1.492.371 2.052.93l.006.005c.559.56.931 1.305.931 2.05m-7.54 6.907c-.558.559-.93 1.304-.93 2.049c0-.745-.373-1.49-.932-2.05l-.006-.006c-.56-.558-1.306-.93-2.052-.93c.746 0 1.492-.371 2.052-.93l.006-.005c.56-.56.932-1.305.932-2.05c0 .745.372 1.49.93 2.05l.007.006c.56.558 1.306.93 2.052.93c-.746 0-1.492.371-2.052.93z"/><path fill-rule="evenodd" d="M8.305 10.082a1.243 1.243 0 0 0 0 1.759l8.807 8.795a1.247 1.247 0 0 0 1.762 0l1.761-1.76a1.243 1.243 0 0 0 0-1.759l-8.807-8.795a1.247 1.247 0 0 0-1.762 0zm4.446 1.273l-1.41 1.407l-1.803-1.8l1.409-1.408z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMagicWand24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.99 8.97c0-.744.372-1.49.93-2.049l.007-.006c.56-.558 1.306-.93 2.052-.93c-.746 0-1.492-.371-2.052-.93L6.92 5.05c-.56-.56-.93-1.305-.93-2.05c0 .745-.373 1.49-.932 2.05l-.006.006c-.56.558-1.306.93-2.052.93c.746 0 1.492.371 2.052.93l.006.005c.56.56.932 1.305.932 2.05m8.47-.001c0-.744.372-1.49.931-2.049l.006-.006c.56-.558 1.307-.93 2.053-.93c-.746 0-1.492-.371-2.053-.93l-.006-.006C14.832 4.49 14.46 3.745 14.46 3c0 .745-.372 1.49-.931 2.05l-.006.006c-.56.558-1.306.93-2.052.93c.745 0 1.492.371 2.052.93l.006.005c.559.56.931 1.305.931 2.05m-7.54 6.907c-.558.559-.93 1.304-.93 2.049c0-.745-.373-1.49-.932-2.05l-.006-.006c-.56-.558-1.306-.93-2.052-.93c.746 0 1.492-.371 2.052-.93l.006-.005c.56-.56.932-1.305.932-2.05c0 .745.372 1.49.93 2.05l.007.006c.56.558 1.306.93 2.052.93c-.746 0-1.492.371-2.052.93z"/><path fillRule="evenodd" d="M8.305 10.082a1.243 1.243 0 0 0 0 1.759l8.807 8.795a1.247 1.247 0 0 0 1.762 0l1.761-1.76a1.243 1.243 0 0 0 0-1.759l-8.807-8.795a1.247 1.247 0 0 0-1.762 0zm4.446 1.273l-1.41 1.407l-1.803-1.8l1.409-1.408z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.99 8.97c0-.744.372-1.49.93-2.049l.007-.006c.56-.558 1.306-.93 2.052-.93c-.746 0-1.492-.371-2.052-.93L6.92 5.05c-.56-.56-.93-1.305-.93-2.05c0 .745-.373 1.49-.932 2.05l-.006.006c-.56.558-1.306.93-2.052.93c.746 0 1.492.371 2.052.93l.006.005c.56.56.932 1.305.932 2.05m8.47-.001c0-.744.372-1.49.931-2.049l.006-.006c.56-.558 1.307-.93 2.053-.93c-.746 0-1.492-.371-2.053-.93l-.006-.006C14.832 4.49 14.46 3.745 14.46 3c0 .745-.372 1.49-.931 2.05l-.006.006c-.56.558-1.306.93-2.052.93c.745 0 1.492.371 2.052.93l.006.005c.559.56.931 1.305.931 2.05m-7.54 6.907c-.558.559-.93 1.304-.93 2.049c0-.745-.373-1.49-.932-2.05l-.006-.006c-.56-.558-1.306-.93-2.052-.93c.746 0 1.492-.371 2.052-.93l.006-.005c.56-.56.932-1.305.932-2.05c0 .745.372 1.49.93 2.05l.007.006c.56.558 1.306.93 2.052.93c-.746 0-1.492.371-2.052.93z"/><path fill-rule="evenodd" d="M8.305 10.082a1.243 1.243 0 0 0 0 1.759l8.807 8.795a1.247 1.247 0 0 0 1.762 0l1.761-1.76a1.243 1.243 0 0 0 0-1.759l-8.807-8.795a1.247 1.247 0 0 0-1.762 0zm4.446 1.273l-1.41 1.407l-1.803-1.8l1.409-1.408z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-magic-wand-24px {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M5.99%208.97c0-.744.372-1.49.93-2.049l.007-.006c.56-.558%201.306-.93%202.052-.93c-.746%200-1.492-.371-2.052-.93L6.92%205.05c-.56-.56-.93-1.305-.93-2.05c0%20.745-.373%201.49-.932%202.05l-.006.006c-.56.558-1.306.93-2.052.93c.746%200%201.492.371%202.052.93l.006.005c.56.56.932%201.305.932%202.05m8.47-.001c0-.744.372-1.49.931-2.049l.006-.006c.56-.558%201.307-.93%202.053-.93c-.746%200-1.492-.371-2.053-.93l-.006-.006C14.832%204.49%2014.46%203.745%2014.46%203c0%20.745-.372%201.49-.931%202.05l-.006.006c-.56.558-1.306.93-2.052.93c.745%200%201.492.371%202.052.93l.006.005c.559.56.931%201.305.931%202.05m-7.54%206.907c-.558.559-.93%201.304-.93%202.049c0-.745-.373-1.49-.932-2.05l-.006-.006c-.56-.558-1.306-.93-2.052-.93c.746%200%201.492-.371%202.052-.93l.006-.005c.56-.56.932-1.305.932-2.05c0%20.745.372%201.49.93%202.05l.007.006c.56.558%201.306.93%202.052.93c-.746%200-1.492.371-2.052.93z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.305%2010.082a1.243%201.243%200%200%200%200%201.759l8.807%208.795a1.247%201.247%200%200%200%201.762%200l1.761-1.76a1.243%201.243%200%200%200%200-1.759l-8.807-8.795a1.247%201.247%200%200%200-1.762%200zm4.446%201.273l-1.41%201.407l-1.803-1.8l1.409-1.408z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.99%208.97c0-.744.372-1.49.93-2.049l.007-.006c.56-.558%201.306-.93%202.052-.93c-.746%200-1.492-.371-2.052-.93L6.92%205.05c-.56-.56-.93-1.305-.93-2.05c0%20.745-.373%201.49-.932%202.05l-.006.006c-.56.558-1.306.93-2.052.93c.746%200%201.492.371%202.052.93l.006.005c.56.56.932%201.305.932%202.05m8.47-.001c0-.744.372-1.49.931-2.049l.006-.006c.56-.558%201.307-.93%202.053-.93c-.746%200-1.492-.371-2.053-.93l-.006-.006C14.832%204.49%2014.46%203.745%2014.46%203c0%20.745-.372%201.49-.931%202.05l-.006.006c-.56.558-1.306.93-2.052.93c.745%200%201.492.371%202.052.93l.006.005c.559.56.931%201.305.931%202.05m-7.54%206.907c-.558.559-.93%201.304-.93%202.049c0-.745-.373-1.49-.932-2.05l-.006-.006c-.56-.558-1.306-.93-2.052-.93c.746%200%201.492-.371%202.052-.93l.006-.005c.56-.56.932-1.305.932-2.05c0%20.745.372%201.49.93%202.05l.007.006c.56.558%201.306.93%202.052.93c-.746%200-1.492.371-2.052.93z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.305%2010.082a1.243%201.243%200%200%200%200%201.759l8.807%208.795a1.247%201.247%200%200%200%201.762%200l1.761-1.76a1.243%201.243%200%200%200%200-1.759l-8.807-8.795a1.247%201.247%200%200%200-1.762%200zm4.446%201.273l-1.41%201.407l-1.803-1.8l1.409-1.408z%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-24px.svg?color=%231a73e8&size=48