magic stick 2 icon

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

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

3 other variants in Solar

Related icons in Solar

Use the magic stick 2 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.923 8c.015.206.048.368.112.52c.136.32.397.559.919 1.037l.475.435c1.837 1.683 2.756 2.524 2.54 3.47c-.215.944-1.422 1.366-3.835 2.212l-.624.218c-.686.24-1.028.36-1.291.601c-.264.24-.417.575-.724 1.243l-.28.609c-1.079 2.351-1.619 3.527-2.565 3.646c-.947.118-1.673-.899-3.125-2.934l-.376-.526c-.413-.578-.62-.867-.917-1.038c-.298-.17-.654-.203-1.365-.268l-.648-.06c-2.505-.228-3.757-.343-4.126-1.214c-.37-.872.388-1.923 1.903-4.026l.392-.544c.43-.597.646-.896.725-1.242s.012-.7-.12-1.409l-.122-.645c-.468-2.493-.702-3.74.016-4.397s1.913-.29 4.302.445l.618.19c.678.21 1.018.314 1.365.27c.346-.043.661-.23 1.29-.602l.574-.34c2.215-1.311 3.322-1.967 4.136-1.502c.492.282.68.861.741 1.842"/><path fill="currentColor" d="M17.53 16.47a.75.75 0 1 0-1.06 1.06zm2.94 5.06a.75.75 0 1 0 1.06-1.06zm-4-4l4 4l1.06-1.06l-4-4z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMagicStick2Broken(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.923 8c.015.206.048.368.112.52c.136.32.397.559.919 1.037l.475.435c1.837 1.683 2.756 2.524 2.54 3.47c-.215.944-1.422 1.366-3.835 2.212l-.624.218c-.686.24-1.028.36-1.291.601c-.264.24-.417.575-.724 1.243l-.28.609c-1.079 2.351-1.619 3.527-2.565 3.646c-.947.118-1.673-.899-3.125-2.934l-.376-.526c-.413-.578-.62-.867-.917-1.038c-.298-.17-.654-.203-1.365-.268l-.648-.06c-2.505-.228-3.757-.343-4.126-1.214c-.37-.872.388-1.923 1.903-4.026l.392-.544c.43-.597.646-.896.725-1.242s.012-.7-.12-1.409l-.122-.645c-.468-2.493-.702-3.74.016-4.397s1.913-.29 4.302.445l.618.19c.678.21 1.018.314 1.365.27c.346-.043.661-.23 1.29-.602l.574-.34c2.215-1.311 3.322-1.967 4.136-1.502c.492.282.68.861.741 1.842"/><path fill="currentColor" d="M17.53 16.47a.75.75 0 1 0-1.06 1.06zm2.94 5.06a.75.75 0 1 0 1.06-1.06zm-4-4l4 4l1.06-1.06l-4-4z"/></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.923 8c.015.206.048.368.112.52c.136.32.397.559.919 1.037l.475.435c1.837 1.683 2.756 2.524 2.54 3.47c-.215.944-1.422 1.366-3.835 2.212l-.624.218c-.686.24-1.028.36-1.291.601c-.264.24-.417.575-.724 1.243l-.28.609c-1.079 2.351-1.619 3.527-2.565 3.646c-.947.118-1.673-.899-3.125-2.934l-.376-.526c-.413-.578-.62-.867-.917-1.038c-.298-.17-.654-.203-1.365-.268l-.648-.06c-2.505-.228-3.757-.343-4.126-1.214c-.37-.872.388-1.923 1.903-4.026l.392-.544c.43-.597.646-.896.725-1.242s.012-.7-.12-1.409l-.122-.645c-.468-2.493-.702-3.74.016-4.397s1.913-.29 4.302.445l.618.19c.678.21 1.018.314 1.365.27c.346-.043.661-.23 1.29-.602l.574-.34c2.215-1.311 3.322-1.967 4.136-1.502c.492.282.68.861.741 1.842"/><path fill="currentColor" d="M17.53 16.47a.75.75 0 1 0-1.06 1.06zm2.94 5.06a.75.75 0 1 0 1.06-1.06zm-4-4l4 4l1.06-1.06l-4-4z"/></g></svg>
</template>

CSS

.icon-magic-stick-2-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.923%208c.015.206.048.368.112.52c.136.32.397.559.919%201.037l.475.435c1.837%201.683%202.756%202.524%202.54%203.47c-.215.944-1.422%201.366-3.835%202.212l-.624.218c-.686.24-1.028.36-1.291.601c-.264.24-.417.575-.724%201.243l-.28.609c-1.079%202.351-1.619%203.527-2.565%203.646c-.947.118-1.673-.899-3.125-2.934l-.376-.526c-.413-.578-.62-.867-.917-1.038c-.298-.17-.654-.203-1.365-.268l-.648-.06c-2.505-.228-3.757-.343-4.126-1.214c-.37-.872.388-1.923%201.903-4.026l.392-.544c.43-.597.646-.896.725-1.242s.012-.7-.12-1.409l-.122-.645c-.468-2.493-.702-3.74.016-4.397s1.913-.29%204.302.445l.618.19c.678.21%201.018.314%201.365.27c.346-.043.661-.23%201.29-.602l.574-.34c2.215-1.311%203.322-1.967%204.136-1.502c.492.282.68.861.741%201.842%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.53%2016.47a.75.75%200%201%200-1.06%201.06zm2.94%205.06a.75.75%200%201%200%201.06-1.06zm-4-4l4%204l1.06-1.06l-4-4z%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.923%208c.015.206.048.368.112.52c.136.32.397.559.919%201.037l.475.435c1.837%201.683%202.756%202.524%202.54%203.47c-.215.944-1.422%201.366-3.835%202.212l-.624.218c-.686.24-1.028.36-1.291.601c-.264.24-.417.575-.724%201.243l-.28.609c-1.079%202.351-1.619%203.527-2.565%203.646c-.947.118-1.673-.899-3.125-2.934l-.376-.526c-.413-.578-.62-.867-.917-1.038c-.298-.17-.654-.203-1.365-.268l-.648-.06c-2.505-.228-3.757-.343-4.126-1.214c-.37-.872.388-1.923%201.903-4.026l.392-.544c.43-.597.646-.896.725-1.242s.012-.7-.12-1.409l-.122-.645c-.468-2.493-.702-3.74.016-4.397s1.913-.29%204.302.445l.618.19c.678.21%201.018.314%201.365.27c.346-.043.661-.23%201.29-.602l.574-.34c2.215-1.311%203.322-1.967%204.136-1.502c.492.282.68.861.741%201.842%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.53%2016.47a.75.75%200%201%200-1.06%201.06zm2.94%205.06a.75.75%200%201%200%201.06-1.06zm-4-4l4%204l1.06-1.06l-4-4z%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-2-broken.svg?color=%231a73e8&size=48