wand from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
wand
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Use the wand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M272 191.997l48 48-48 47.999-48-48z" fill="currentColor"/><path d="M208.007 256l48.001 48L80.01 480l-48-48.001z" fill="currentColor"/><path d="M256 32h32v64h-32z" fill="currentColor"/><path d="M385.131 149.497l-22.627-22.627 45.254-45.254 22.627 22.628z" fill="currentColor"/><path d="M113.606 104.234l22.627-22.627 45.255 45.254-22.628 22.627z" fill="currentColor"/><path d="M362.505 353.126l22.627-22.627 45.255 45.254-22.628 22.627z" fill="currentColor"/><path d="M416 224h64v32h-64z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonWand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M272 191.997l48 48-48 47.999-48-48z" fill="currentColor"/><path d="M208.007 256l48.001 48L80.01 480l-48-48.001z" fill="currentColor"/><path d="M256 32h32v64h-32z" fill="currentColor"/><path d="M385.131 149.497l-22.627-22.627 45.254-45.254 22.627 22.628z" fill="currentColor"/><path d="M113.606 104.234l22.627-22.627 45.255 45.254-22.628 22.627z" fill="currentColor"/><path d="M362.505 353.126l22.627-22.627 45.255 45.254-22.628 22.627z" fill="currentColor"/><path d="M416 224h64v32h-64z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M272 191.997l48 48-48 47.999-48-48z" fill="currentColor"/><path d="M208.007 256l48.001 48L80.01 480l-48-48.001z" fill="currentColor"/><path d="M256 32h32v64h-32z" fill="currentColor"/><path d="M385.131 149.497l-22.627-22.627 45.254-45.254 22.627 22.628z" fill="currentColor"/><path d="M113.606 104.234l22.627-22.627 45.255 45.254-22.628 22.627z" fill="currentColor"/><path d="M362.505 353.126l22.627-22.627 45.255 45.254-22.628 22.627z" fill="currentColor"/><path d="M416 224h64v32h-64z" fill="currentColor"/></svg>
</template>

CSS

.icon-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%20512%20512%22%3E%3Cpath%20d%3D%22M272%20191.997l48%2048-48%2047.999-48-48z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M208.007%20256l48.001%2048L80.01%20480l-48-48.001z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2032h32v64h-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M385.131%20149.497l-22.627-22.627%2045.254-45.254%2022.627%2022.628z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M113.606%20104.234l22.627-22.627%2045.255%2045.254-22.628%2022.627z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M362.505%20353.126l22.627-22.627%2045.255%2045.254-22.628%2022.627z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416%20224h64v32h-64z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M272%20191.997l48%2048-48%2047.999-48-48z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M208.007%20256l48.001%2048L80.01%20480l-48-48.001z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2032h32v64h-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M385.131%20149.497l-22.627-22.627%2045.254-45.254%2022.627%2022.628z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M113.606%20104.234l22.627-22.627%2045.255%2045.254-22.628%2022.627z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M362.505%20353.126l22.627-22.627%2045.255%2045.254-22.628%2022.627z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416%20224h64v32h-64z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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