wand2 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
wand2
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

More ui icons from Reicon

Use the wand2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.544 1.499c-.716-.41-1.482-.254-2.2.042c-.706.29-1.575.805-2.636 1.433l-.628.372c-.686.406-.846.484-1.001.504c-.15.018-.31-.015-1.052-.243l-.68-.21c-1.141-.35-2.082-.64-2.826-.75c-.771-.114-1.533-.068-2.14.488c-.603.552-.726 1.307-.696 2.092c.03.761.213 1.74.437 2.935l.133.707c.145.77.163.944.126 1.104c-.037.163-.134.321-.601.97l-.429.594c-.727 1.009-1.32 1.832-1.678 2.515c-.364.694-.59 1.438-.27 2.192c.324.765 1.023 1.098 1.772 1.283c.728.18 1.713.27 2.91.38l.713.065c.78.072.938.102 1.061.173s.227.188.68.822l.413.58c.694.972 1.266 1.773 1.788 2.308c.54.553 1.179.983 2.003.88c.81-.101 1.345-.663 1.77-1.323c.418-.648.84-1.57 1.359-2.698l.305-.665c.11-.24.193-.417.26-.553l.033.035l4 4a.75.75 0 1 0 1.06-1.061l-3.844-3.844l.072-.026l.683-.239c1.157-.405 2.104-.737 2.782-1.091c.698-.365 1.296-.846 1.477-1.642c.184-.805-.16-1.488-.646-2.094c-.469-.584-1.193-1.247-2.07-2.05l-.524-.48c-.57-.523-.677-.642-.734-.776c-.06-.14-.072-.311-.06-1.105l.011-.725c.02-1.224.034-2.228-.065-2.98c-.101-.768-.35-1.508-1.068-1.92m-4.126 2.798c1.129-.668 1.904-1.125 2.497-1.37c.592-.243.787-.182.884-.126c.095.054.243.185.326.813c.083.63.072 1.521.052 2.825l-.012.78c-.01.608-.019 1.126.18 1.595c.2.473.58.819 1.016 1.218l.086.078l.476.436c.937.859 1.573 1.444 1.96 1.927c.38.472.387.682.355.822c-.034.149-.147.351-.71.645c-.57.298-1.412.595-2.641 1.026l-.733.256c-.579.202-1.063.371-1.442.718c-.377.346-.592.814-.85 1.378l-.328.714c-.55 1.198-.93 2.02-1.282 2.567c-.35.545-.559.63-.695.648c-.123.015-.32-.004-.743-.439c-.431-.442-.937-1.147-1.679-2.186l-.376-.526l-.069-.097c-.342-.482-.641-.902-1.086-1.156c-.443-.254-.958-.3-1.55-.354l-.12-.01l-.647-.06c-1.278-.117-2.148-.198-2.752-.348c-.595-.147-.707-.307-.752-.413c-.05-.118-.083-.335.219-.91c.302-.576.83-1.313 1.602-2.384l.461-.639c.363-.503.665-.92.779-1.42s.02-1.004-.093-1.6l-.143-.758c-.238-1.271-.4-2.141-.424-2.778c-.024-.626.094-.822.21-.928c.11-.101.305-.2.908-.11c.616.09 1.447.344 2.666.72l.729.224c.568.176 1.057.327 1.568.263c.505-.063.95-.328 1.477-.64z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconWand2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M17.544 1.499c-.716-.41-1.482-.254-2.2.042c-.706.29-1.575.805-2.636 1.433l-.628.372c-.686.406-.846.484-1.001.504c-.15.018-.31-.015-1.052-.243l-.68-.21c-1.141-.35-2.082-.64-2.826-.75c-.771-.114-1.533-.068-2.14.488c-.603.552-.726 1.307-.696 2.092c.03.761.213 1.74.437 2.935l.133.707c.145.77.163.944.126 1.104c-.037.163-.134.321-.601.97l-.429.594c-.727 1.009-1.32 1.832-1.678 2.515c-.364.694-.59 1.438-.27 2.192c.324.765 1.023 1.098 1.772 1.283c.728.18 1.713.27 2.91.38l.713.065c.78.072.938.102 1.061.173s.227.188.68.822l.413.58c.694.972 1.266 1.773 1.788 2.308c.54.553 1.179.983 2.003.88c.81-.101 1.345-.663 1.77-1.323c.418-.648.84-1.57 1.359-2.698l.305-.665c.11-.24.193-.417.26-.553l.033.035l4 4a.75.75 0 1 0 1.06-1.061l-3.844-3.844l.072-.026l.683-.239c1.157-.405 2.104-.737 2.782-1.091c.698-.365 1.296-.846 1.477-1.642c.184-.805-.16-1.488-.646-2.094c-.469-.584-1.193-1.247-2.07-2.05l-.524-.48c-.57-.523-.677-.642-.734-.776c-.06-.14-.072-.311-.06-1.105l.011-.725c.02-1.224.034-2.228-.065-2.98c-.101-.768-.35-1.508-1.068-1.92m-4.126 2.798c1.129-.668 1.904-1.125 2.497-1.37c.592-.243.787-.182.884-.126c.095.054.243.185.326.813c.083.63.072 1.521.052 2.825l-.012.78c-.01.608-.019 1.126.18 1.595c.2.473.58.819 1.016 1.218l.086.078l.476.436c.937.859 1.573 1.444 1.96 1.927c.38.472.387.682.355.822c-.034.149-.147.351-.71.645c-.57.298-1.412.595-2.641 1.026l-.733.256c-.579.202-1.063.371-1.442.718c-.377.346-.592.814-.85 1.378l-.328.714c-.55 1.198-.93 2.02-1.282 2.567c-.35.545-.559.63-.695.648c-.123.015-.32-.004-.743-.439c-.431-.442-.937-1.147-1.679-2.186l-.376-.526l-.069-.097c-.342-.482-.641-.902-1.086-1.156c-.443-.254-.958-.3-1.55-.354l-.12-.01l-.647-.06c-1.278-.117-2.148-.198-2.752-.348c-.595-.147-.707-.307-.752-.413c-.05-.118-.083-.335.219-.91c.302-.576.83-1.313 1.602-2.384l.461-.639c.363-.503.665-.92.779-1.42s.02-1.004-.093-1.6l-.143-.758c-.238-1.271-.4-2.141-.424-2.778c-.024-.626.094-.822.21-.928c.11-.101.305-.2.908-.11c.616.09 1.447.344 2.666.72l.729.224c.568.176 1.057.327 1.568.263c.505-.063.95-.328 1.477-.64z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.544 1.499c-.716-.41-1.482-.254-2.2.042c-.706.29-1.575.805-2.636 1.433l-.628.372c-.686.406-.846.484-1.001.504c-.15.018-.31-.015-1.052-.243l-.68-.21c-1.141-.35-2.082-.64-2.826-.75c-.771-.114-1.533-.068-2.14.488c-.603.552-.726 1.307-.696 2.092c.03.761.213 1.74.437 2.935l.133.707c.145.77.163.944.126 1.104c-.037.163-.134.321-.601.97l-.429.594c-.727 1.009-1.32 1.832-1.678 2.515c-.364.694-.59 1.438-.27 2.192c.324.765 1.023 1.098 1.772 1.283c.728.18 1.713.27 2.91.38l.713.065c.78.072.938.102 1.061.173s.227.188.68.822l.413.58c.694.972 1.266 1.773 1.788 2.308c.54.553 1.179.983 2.003.88c.81-.101 1.345-.663 1.77-1.323c.418-.648.84-1.57 1.359-2.698l.305-.665c.11-.24.193-.417.26-.553l.033.035l4 4a.75.75 0 1 0 1.06-1.061l-3.844-3.844l.072-.026l.683-.239c1.157-.405 2.104-.737 2.782-1.091c.698-.365 1.296-.846 1.477-1.642c.184-.805-.16-1.488-.646-2.094c-.469-.584-1.193-1.247-2.07-2.05l-.524-.48c-.57-.523-.677-.642-.734-.776c-.06-.14-.072-.311-.06-1.105l.011-.725c.02-1.224.034-2.228-.065-2.98c-.101-.768-.35-1.508-1.068-1.92m-4.126 2.798c1.129-.668 1.904-1.125 2.497-1.37c.592-.243.787-.182.884-.126c.095.054.243.185.326.813c.083.63.072 1.521.052 2.825l-.012.78c-.01.608-.019 1.126.18 1.595c.2.473.58.819 1.016 1.218l.086.078l.476.436c.937.859 1.573 1.444 1.96 1.927c.38.472.387.682.355.822c-.034.149-.147.351-.71.645c-.57.298-1.412.595-2.641 1.026l-.733.256c-.579.202-1.063.371-1.442.718c-.377.346-.592.814-.85 1.378l-.328.714c-.55 1.198-.93 2.02-1.282 2.567c-.35.545-.559.63-.695.648c-.123.015-.32-.004-.743-.439c-.431-.442-.937-1.147-1.679-2.186l-.376-.526l-.069-.097c-.342-.482-.641-.902-1.086-1.156c-.443-.254-.958-.3-1.55-.354l-.12-.01l-.647-.06c-1.278-.117-2.148-.198-2.752-.348c-.595-.147-.707-.307-.752-.413c-.05-.118-.083-.335.219-.91c.302-.576.83-1.313 1.602-2.384l.461-.639c.363-.503.665-.92.779-1.42s.02-1.004-.093-1.6l-.143-.758c-.238-1.271-.4-2.141-.424-2.778c-.024-.626.094-.822.21-.928c.11-.101.305-.2.908-.11c.616.09 1.447.344 2.666.72l.729.224c.568.176 1.057.327 1.568.263c.505-.063.95-.328 1.477-.64z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-wand2 {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.544%201.499c-.716-.41-1.482-.254-2.2.042c-.706.29-1.575.805-2.636%201.433l-.628.372c-.686.406-.846.484-1.001.504c-.15.018-.31-.015-1.052-.243l-.68-.21c-1.141-.35-2.082-.64-2.826-.75c-.771-.114-1.533-.068-2.14.488c-.603.552-.726%201.307-.696%202.092c.03.761.213%201.74.437%202.935l.133.707c.145.77.163.944.126%201.104c-.037.163-.134.321-.601.97l-.429.594c-.727%201.009-1.32%201.832-1.678%202.515c-.364.694-.59%201.438-.27%202.192c.324.765%201.023%201.098%201.772%201.283c.728.18%201.713.27%202.91.38l.713.065c.78.072.938.102%201.061.173s.227.188.68.822l.413.58c.694.972%201.266%201.773%201.788%202.308c.54.553%201.179.983%202.003.88c.81-.101%201.345-.663%201.77-1.323c.418-.648.84-1.57%201.359-2.698l.305-.665c.11-.24.193-.417.26-.553l.033.035l4%204a.75.75%200%201%200%201.06-1.061l-3.844-3.844l.072-.026l.683-.239c1.157-.405%202.104-.737%202.782-1.091c.698-.365%201.296-.846%201.477-1.642c.184-.805-.16-1.488-.646-2.094c-.469-.584-1.193-1.247-2.07-2.05l-.524-.48c-.57-.523-.677-.642-.734-.776c-.06-.14-.072-.311-.06-1.105l.011-.725c.02-1.224.034-2.228-.065-2.98c-.101-.768-.35-1.508-1.068-1.92m-4.126%202.798c1.129-.668%201.904-1.125%202.497-1.37c.592-.243.787-.182.884-.126c.095.054.243.185.326.813c.083.63.072%201.521.052%202.825l-.012.78c-.01.608-.019%201.126.18%201.595c.2.473.58.819%201.016%201.218l.086.078l.476.436c.937.859%201.573%201.444%201.96%201.927c.38.472.387.682.355.822c-.034.149-.147.351-.71.645c-.57.298-1.412.595-2.641%201.026l-.733.256c-.579.202-1.063.371-1.442.718c-.377.346-.592.814-.85%201.378l-.328.714c-.55%201.198-.93%202.02-1.282%202.567c-.35.545-.559.63-.695.648c-.123.015-.32-.004-.743-.439c-.431-.442-.937-1.147-1.679-2.186l-.376-.526l-.069-.097c-.342-.482-.641-.902-1.086-1.156c-.443-.254-.958-.3-1.55-.354l-.12-.01l-.647-.06c-1.278-.117-2.148-.198-2.752-.348c-.595-.147-.707-.307-.752-.413c-.05-.118-.083-.335.219-.91c.302-.576.83-1.313%201.602-2.384l.461-.639c.363-.503.665-.92.779-1.42s.02-1.004-.093-1.6l-.143-.758c-.238-1.271-.4-2.141-.424-2.778c-.024-.626.094-.822.21-.928c.11-.101.305-.2.908-.11c.616.09%201.447.344%202.666.72l.729.224c.568.176%201.057.327%201.568.263c.505-.063.95-.328%201.477-.64z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.544%201.499c-.716-.41-1.482-.254-2.2.042c-.706.29-1.575.805-2.636%201.433l-.628.372c-.686.406-.846.484-1.001.504c-.15.018-.31-.015-1.052-.243l-.68-.21c-1.141-.35-2.082-.64-2.826-.75c-.771-.114-1.533-.068-2.14.488c-.603.552-.726%201.307-.696%202.092c.03.761.213%201.74.437%202.935l.133.707c.145.77.163.944.126%201.104c-.037.163-.134.321-.601.97l-.429.594c-.727%201.009-1.32%201.832-1.678%202.515c-.364.694-.59%201.438-.27%202.192c.324.765%201.023%201.098%201.772%201.283c.728.18%201.713.27%202.91.38l.713.065c.78.072.938.102%201.061.173s.227.188.68.822l.413.58c.694.972%201.266%201.773%201.788%202.308c.54.553%201.179.983%202.003.88c.81-.101%201.345-.663%201.77-1.323c.418-.648.84-1.57%201.359-2.698l.305-.665c.11-.24.193-.417.26-.553l.033.035l4%204a.75.75%200%201%200%201.06-1.061l-3.844-3.844l.072-.026l.683-.239c1.157-.405%202.104-.737%202.782-1.091c.698-.365%201.296-.846%201.477-1.642c.184-.805-.16-1.488-.646-2.094c-.469-.584-1.193-1.247-2.07-2.05l-.524-.48c-.57-.523-.677-.642-.734-.776c-.06-.14-.072-.311-.06-1.105l.011-.725c.02-1.224.034-2.228-.065-2.98c-.101-.768-.35-1.508-1.068-1.92m-4.126%202.798c1.129-.668%201.904-1.125%202.497-1.37c.592-.243.787-.182.884-.126c.095.054.243.185.326.813c.083.63.072%201.521.052%202.825l-.012.78c-.01.608-.019%201.126.18%201.595c.2.473.58.819%201.016%201.218l.086.078l.476.436c.937.859%201.573%201.444%201.96%201.927c.38.472.387.682.355.822c-.034.149-.147.351-.71.645c-.57.298-1.412.595-2.641%201.026l-.733.256c-.579.202-1.063.371-1.442.718c-.377.346-.592.814-.85%201.378l-.328.714c-.55%201.198-.93%202.02-1.282%202.567c-.35.545-.559.63-.695.648c-.123.015-.32-.004-.743-.439c-.431-.442-.937-1.147-1.679-2.186l-.376-.526l-.069-.097c-.342-.482-.641-.902-1.086-1.156c-.443-.254-.958-.3-1.55-.354l-.12-.01l-.647-.06c-1.278-.117-2.148-.198-2.752-.348c-.595-.147-.707-.307-.752-.413c-.05-.118-.083-.335.219-.91c.302-.576.83-1.313%201.602-2.384l.461-.639c.363-.503.665-.92.779-1.42s.02-1.004-.093-1.6l-.143-.758c-.238-1.271-.4-2.141-.424-2.778c-.024-.626.094-.822.21-.928c.11-.101.305-.2.908-.11c.616.09%201.447.344%202.666.72l.729.224c.568.176%201.057.327%201.568.263c.505-.063.95-.328%201.477-.64z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Wand2 outline icon — Reicon · IconsDB