magic stick 3 icon

magic-stick-3-bold-duotone from Solar by 480 Design · Bold Duotone · CC-BY-4.0 Attribution required.

Name
magic-stick-3-bold-duotone
Set
Solar
Style
Bold Duotone
Viewbox
24×24
License
CC BY 4.0

Related icons in Solar

Use the magic stick 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.845 3.845a2.883 2.883 0 0 0 0 4.077L5.432 9.51c.012-.014.555.503.568.49l4-4c.013-.013-.504-.556-.49-.568L7.922 3.845a2.883 2.883 0 0 0-4.077 0m1.288 11.462a.483.483 0 0 1 .9 0l.157.4a.48.48 0 0 0 .272.273l.398.157a.486.486 0 0 1 0 .903l-.398.158a.48.48 0 0 0-.272.273l-.157.4a.483.483 0 0 1-.9 0l-.157-.4a.48.48 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.903l.398-.157a.48.48 0 0 0 .272-.274z" opacity=".5"/><path fill="currentColor" d="M19.967 9.13a.483.483 0 0 1 .9 0l.156.399c.05.125.148.224.273.273l.398.158a.486.486 0 0 1 0 .902l-.398.158a.5.5 0 0 0-.273.273l-.156.4a.483.483 0 0 1-.9 0l-.157-.4a.5.5 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.902l.398-.158a.5.5 0 0 0 .272-.273z" opacity=".2"/><path fill="currentColor" d="M16.1 2.307a.483.483 0 0 1 .9 0l.43 1.095a.48.48 0 0 0 .272.274l1.091.432a.486.486 0 0 1 0 .903l-1.09.432a.5.5 0 0 0-.273.273L17 6.81a.483.483 0 0 1-.9 0l-.43-1.095a.5.5 0 0 0-.273-.273l-1.09-.432a.486.486 0 0 1 0-.903l1.09-.432a.5.5 0 0 0 .273-.274z" opacity=".7"/><path fill="currentColor" d="M10.568 6.49c-.012.014-.555-.503-.568-.49l-4 4c-.013.013.504.556.49.568l9.588 9.587a2.883 2.883 0 1 0 4.078-4.077z"/></svg>

React

import type { SVGProps } from "react";

export function SolarMagicStick3BoldDuotone(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" d="M3.845 3.845a2.883 2.883 0 0 0 0 4.077L5.432 9.51c.012-.014.555.503.568.49l4-4c.013-.013-.504-.556-.49-.568L7.922 3.845a2.883 2.883 0 0 0-4.077 0m1.288 11.462a.483.483 0 0 1 .9 0l.157.4a.48.48 0 0 0 .272.273l.398.157a.486.486 0 0 1 0 .903l-.398.158a.48.48 0 0 0-.272.273l-.157.4a.483.483 0 0 1-.9 0l-.157-.4a.48.48 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.903l.398-.157a.48.48 0 0 0 .272-.274z" opacity=".5"/><path fill="currentColor" d="M19.967 9.13a.483.483 0 0 1 .9 0l.156.399c.05.125.148.224.273.273l.398.158a.486.486 0 0 1 0 .902l-.398.158a.5.5 0 0 0-.273.273l-.156.4a.483.483 0 0 1-.9 0l-.157-.4a.5.5 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.902l.398-.158a.5.5 0 0 0 .272-.273z" opacity=".2"/><path fill="currentColor" d="M16.1 2.307a.483.483 0 0 1 .9 0l.43 1.095a.48.48 0 0 0 .272.274l1.091.432a.486.486 0 0 1 0 .903l-1.09.432a.5.5 0 0 0-.273.273L17 6.81a.483.483 0 0 1-.9 0l-.43-1.095a.5.5 0 0 0-.273-.273l-1.09-.432a.486.486 0 0 1 0-.903l1.09-.432a.5.5 0 0 0 .273-.274z" opacity=".7"/><path fill="currentColor" d="M10.568 6.49c-.012.014-.555-.503-.568-.49l-4 4c-.013.013.504.556.49.568l9.588 9.587a2.883 2.883 0 1 0 4.078-4.077z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.845 3.845a2.883 2.883 0 0 0 0 4.077L5.432 9.51c.012-.014.555.503.568.49l4-4c.013-.013-.504-.556-.49-.568L7.922 3.845a2.883 2.883 0 0 0-4.077 0m1.288 11.462a.483.483 0 0 1 .9 0l.157.4a.48.48 0 0 0 .272.273l.398.157a.486.486 0 0 1 0 .903l-.398.158a.48.48 0 0 0-.272.273l-.157.4a.483.483 0 0 1-.9 0l-.157-.4a.48.48 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.903l.398-.157a.48.48 0 0 0 .272-.274z" opacity=".5"/><path fill="currentColor" d="M19.967 9.13a.483.483 0 0 1 .9 0l.156.399c.05.125.148.224.273.273l.398.158a.486.486 0 0 1 0 .902l-.398.158a.5.5 0 0 0-.273.273l-.156.4a.483.483 0 0 1-.9 0l-.157-.4a.5.5 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.902l.398-.158a.5.5 0 0 0 .272-.273z" opacity=".2"/><path fill="currentColor" d="M16.1 2.307a.483.483 0 0 1 .9 0l.43 1.095a.48.48 0 0 0 .272.274l1.091.432a.486.486 0 0 1 0 .903l-1.09.432a.5.5 0 0 0-.273.273L17 6.81a.483.483 0 0 1-.9 0l-.43-1.095a.5.5 0 0 0-.273-.273l-1.09-.432a.486.486 0 0 1 0-.903l1.09-.432a.5.5 0 0 0 .273-.274z" opacity=".7"/><path fill="currentColor" d="M10.568 6.49c-.012.014-.555-.503-.568-.49l-4 4c-.013.013.504.556.49.568l9.588 9.587a2.883 2.883 0 1 0 4.078-4.077z"/></svg>
</template>

CSS

.icon-magic-stick-3-bold-duotone {
  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%20d%3D%22M3.845%203.845a2.883%202.883%200%200%200%200%204.077L5.432%209.51c.012-.014.555.503.568.49l4-4c.013-.013-.504-.556-.49-.568L7.922%203.845a2.883%202.883%200%200%200-4.077%200m1.288%2011.462a.483.483%200%200%201%20.9%200l.157.4a.48.48%200%200%200%20.272.273l.398.157a.486.486%200%200%201%200%20.903l-.398.158a.48.48%200%200%200-.272.273l-.157.4a.483.483%200%200%201-.9%200l-.157-.4a.48.48%200%200%200-.272-.273l-.398-.158a.486.486%200%200%201%200-.903l.398-.157a.48.48%200%200%200%20.272-.274z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.967%209.13a.483.483%200%200%201%20.9%200l.156.399c.05.125.148.224.273.273l.398.158a.486.486%200%200%201%200%20.902l-.398.158a.5.5%200%200%200-.273.273l-.156.4a.483.483%200%200%201-.9%200l-.157-.4a.5.5%200%200%200-.272-.273l-.398-.158a.486.486%200%200%201%200-.902l.398-.158a.5.5%200%200%200%20.272-.273z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.1%202.307a.483.483%200%200%201%20.9%200l.43%201.095a.48.48%200%200%200%20.272.274l1.091.432a.486.486%200%200%201%200%20.903l-1.09.432a.5.5%200%200%200-.273.273L17%206.81a.483.483%200%200%201-.9%200l-.43-1.095a.5.5%200%200%200-.273-.273l-1.09-.432a.486.486%200%200%201%200-.903l1.09-.432a.5.5%200%200%200%20.273-.274z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.568%206.49c-.012.014-.555-.503-.568-.49l-4%204c-.013.013.504.556.49.568l9.588%209.587a2.883%202.883%200%201%200%204.078-4.077z%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%20d%3D%22M3.845%203.845a2.883%202.883%200%200%200%200%204.077L5.432%209.51c.012-.014.555.503.568.49l4-4c.013-.013-.504-.556-.49-.568L7.922%203.845a2.883%202.883%200%200%200-4.077%200m1.288%2011.462a.483.483%200%200%201%20.9%200l.157.4a.48.48%200%200%200%20.272.273l.398.157a.486.486%200%200%201%200%20.903l-.398.158a.48.48%200%200%200-.272.273l-.157.4a.483.483%200%200%201-.9%200l-.157-.4a.48.48%200%200%200-.272-.273l-.398-.158a.486.486%200%200%201%200-.903l.398-.157a.48.48%200%200%200%20.272-.274z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.967%209.13a.483.483%200%200%201%20.9%200l.156.399c.05.125.148.224.273.273l.398.158a.486.486%200%200%201%200%20.902l-.398.158a.5.5%200%200%200-.273.273l-.156.4a.483.483%200%200%201-.9%200l-.157-.4a.5.5%200%200%200-.272-.273l-.398-.158a.486.486%200%200%201%200-.902l.398-.158a.5.5%200%200%200%20.272-.273z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.1%202.307a.483.483%200%200%201%20.9%200l.43%201.095a.48.48%200%200%200%20.272.274l1.091.432a.486.486%200%200%201%200%20.903l-1.09.432a.5.5%200%200%200-.273.273L17%206.81a.483.483%200%200%201-.9%200l-.43-1.095a.5.5%200%200%200-.273-.273l-1.09-.432a.486.486%200%200%201%200-.903l1.09-.432a.5.5%200%200%200%20.273-.274z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.568%206.49c-.012.014-.555-.503-.568-.49l-4%204c-.013.013.504.556.49.568l9.588%209.587a2.883%202.883%200%201%200%204.078-4.077z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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