magic stick icon

magic-stick-broken from Solar by 480 Design · Broken · CC-BY-4.0 Attribution required.

Name
magic-stick-broken
Set
Solar
Style
Broken
Viewbox
24×24
License
CC BY 4.0

3 other variants in Solar

The same icon in other sets

Related icons in Solar

Use the magic stick icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M17.713 8c.024.158.06.29.12.413c.148.311.42.538.963.992l.495.413c1.911 1.598 2.867 2.397 2.688 3.342c-.18.946-1.374 1.412-3.765 2.344l-.618.241c-.68.265-1.02.398-1.274.647c-.255.249-.395.586-.677 1.261l-.257.614c-.992 2.375-1.488 3.563-2.434 3.717c-.946.155-1.715-.826-3.254-2.788l-.398-.507c-.438-.558-.656-.836-.962-.994c-.306-.157-.665-.176-1.382-.213l-.654-.033c-2.524-.13-3.786-.195-4.192-1.045c-.405-.85.314-1.922 1.753-4.067l.373-.555c.408-.61.613-.914.679-1.26c.065-.347-.016-.696-.177-1.393l-.147-.635C4.024 6.039 3.74 4.81 4.436 4.13c.695-.68 1.91-.362 4.338.275l.628.164c.69.181 1.035.271 1.382.215c.346-.057.655-.254 1.272-.648l.563-.36c2.173-1.387 3.26-2.08 4.095-1.65c.518.266.727.857.825 1.873"/><path fill="currentColor" d="M19.53 18.47a.75.75 0 1 0-1.06 1.06zm.94 3.06a.75.75 0 1 0 1.06-1.06zm-2-2l2 2l1.06-1.06l-2-2z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMagicStickBroken(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"><path stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M17.713 8c.024.158.06.29.12.413c.148.311.42.538.963.992l.495.413c1.911 1.598 2.867 2.397 2.688 3.342c-.18.946-1.374 1.412-3.765 2.344l-.618.241c-.68.265-1.02.398-1.274.647c-.255.249-.395.586-.677 1.261l-.257.614c-.992 2.375-1.488 3.563-2.434 3.717c-.946.155-1.715-.826-3.254-2.788l-.398-.507c-.438-.558-.656-.836-.962-.994c-.306-.157-.665-.176-1.382-.213l-.654-.033c-2.524-.13-3.786-.195-4.192-1.045c-.405-.85.314-1.922 1.753-4.067l.373-.555c.408-.61.613-.914.679-1.26c.065-.347-.016-.696-.177-1.393l-.147-.635C4.024 6.039 3.74 4.81 4.436 4.13c.695-.68 1.91-.362 4.338.275l.628.164c.69.181 1.035.271 1.382.215c.346-.057.655-.254 1.272-.648l.563-.36c2.173-1.387 3.26-2.08 4.095-1.65c.518.266.727.857.825 1.873"/><path fill="currentColor" d="M19.53 18.47a.75.75 0 1 0-1.06 1.06zm.94 3.06a.75.75 0 1 0 1.06-1.06zm-2-2l2 2l1.06-1.06l-2-2z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M17.713 8c.024.158.06.29.12.413c.148.311.42.538.963.992l.495.413c1.911 1.598 2.867 2.397 2.688 3.342c-.18.946-1.374 1.412-3.765 2.344l-.618.241c-.68.265-1.02.398-1.274.647c-.255.249-.395.586-.677 1.261l-.257.614c-.992 2.375-1.488 3.563-2.434 3.717c-.946.155-1.715-.826-3.254-2.788l-.398-.507c-.438-.558-.656-.836-.962-.994c-.306-.157-.665-.176-1.382-.213l-.654-.033c-2.524-.13-3.786-.195-4.192-1.045c-.405-.85.314-1.922 1.753-4.067l.373-.555c.408-.61.613-.914.679-1.26c.065-.347-.016-.696-.177-1.393l-.147-.635C4.024 6.039 3.74 4.81 4.436 4.13c.695-.68 1.91-.362 4.338.275l.628.164c.69.181 1.035.271 1.382.215c.346-.057.655-.254 1.272-.648l.563-.36c2.173-1.387 3.26-2.08 4.095-1.65c.518.266.727.857.825 1.873"/><path fill="currentColor" d="M19.53 18.47a.75.75 0 1 0-1.06 1.06zm.94 3.06a.75.75 0 1 0 1.06-1.06zm-2-2l2 2l1.06-1.06l-2-2z"/></g></svg>
</template>

CSS

.icon-magic-stick-broken {
  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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.713%208c.024.158.06.29.12.413c.148.311.42.538.963.992l.495.413c1.911%201.598%202.867%202.397%202.688%203.342c-.18.946-1.374%201.412-3.765%202.344l-.618.241c-.68.265-1.02.398-1.274.647c-.255.249-.395.586-.677%201.261l-.257.614c-.992%202.375-1.488%203.563-2.434%203.717c-.946.155-1.715-.826-3.254-2.788l-.398-.507c-.438-.558-.656-.836-.962-.994c-.306-.157-.665-.176-1.382-.213l-.654-.033c-2.524-.13-3.786-.195-4.192-1.045c-.405-.85.314-1.922%201.753-4.067l.373-.555c.408-.61.613-.914.679-1.26c.065-.347-.016-.696-.177-1.393l-.147-.635C4.024%206.039%203.74%204.81%204.436%204.13c.695-.68%201.91-.362%204.338.275l.628.164c.69.181%201.035.271%201.382.215c.346-.057.655-.254%201.272-.648l.563-.36c2.173-1.387%203.26-2.08%204.095-1.65c.518.266.727.857.825%201.873%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.53%2018.47a.75.75%200%201%200-1.06%201.06zm.94%203.06a.75.75%200%201%200%201.06-1.06zm-2-2l2%202l1.06-1.06l-2-2z%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.713%208c.024.158.06.29.12.413c.148.311.42.538.963.992l.495.413c1.911%201.598%202.867%202.397%202.688%203.342c-.18.946-1.374%201.412-3.765%202.344l-.618.241c-.68.265-1.02.398-1.274.647c-.255.249-.395.586-.677%201.261l-.257.614c-.992%202.375-1.488%203.563-2.434%203.717c-.946.155-1.715-.826-3.254-2.788l-.398-.507c-.438-.558-.656-.836-.962-.994c-.306-.157-.665-.176-1.382-.213l-.654-.033c-2.524-.13-3.786-.195-4.192-1.045c-.405-.85.314-1.922%201.753-4.067l.373-.555c.408-.61.613-.914.679-1.26c.065-.347-.016-.696-.177-1.393l-.147-.635C4.024%206.039%203.74%204.81%204.436%204.13c.695-.68%201.91-.362%204.338.275l.628.164c.69.181%201.035.271%201.382.215c.346-.057.655-.254%201.272-.648l.563-.36c2.173-1.387%203.26-2.08%204.095-1.65c.518.266.727.857.825%201.873%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.53%2018.47a.75.75%200%201%200-1.06%201.06zm.94%203.06a.75.75%200%201%200%201.06-1.06zm-2-2l2%202l1.06-1.06l-2-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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