magic wand icon
magic-wand-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- magic-wand-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
magic-wandBoxIcons v2 Solidmagic-wandCarbonmagic-wand-outlineFlowbite Iconsmagic-wand-20-regularFluent UI System Iconsmagic-wandFluent Emojimagic-wandFluent Emoji Flatmagic-wandFluent Emoji High Contrastmagic-wandHealth Iconsmagic-wandIconParkmagic-wandIconPark Outlinemagic-wandIconoirmagic-wandNoto Emojimagic-wandOpenMojimagic-wandRadix Iconsmagic-wand-boldSolarmagic-wandTwitter Emoji
Use the magic wand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 152a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0v-20h-20a4 4 0 0 1 0-8h20v-20a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4M56 68h20v20a4 4 0 0 0 8 0V68h20a4 4 0 0 0 0-8H84V40a4 4 0 0 0-8 0v20H56a4 4 0 0 0 0 8m128 128h-12v-12a4 4 0 0 0-8 0v12h-12a4 4 0 0 0 0 8h12v12a4 4 0 0 0 8 0v-12h12a4 4 0 0 0 0-8m32.48-118.83L77.17 216.49a12 12 0 0 1-17 0L39.51 195.8a12 12 0 0 1 0-17L178.83 39.51a12 12 0 0 1 17 0l20.65 20.69a12 12 0 0 1 0 16.97M170.34 112L144 85.66l-98.83 98.83a4 4 0 0 0 0 5.65l20.68 20.69a4 4 0 0 0 5.66 0Zm40.49-46.14l-20.69-20.69a4 4 0 0 0-5.66 0L149.65 80L176 106.34l34.83-34.83a4 4 0 0 0 0-5.65"/></svg>
React
import type { SVGProps } from "react";
export function PhMagicWandThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 152a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0v-20h-20a4 4 0 0 1 0-8h20v-20a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4M56 68h20v20a4 4 0 0 0 8 0V68h20a4 4 0 0 0 0-8H84V40a4 4 0 0 0-8 0v20H56a4 4 0 0 0 0 8m128 128h-12v-12a4 4 0 0 0-8 0v12h-12a4 4 0 0 0 0 8h12v12a4 4 0 0 0 8 0v-12h12a4 4 0 0 0 0-8m32.48-118.83L77.17 216.49a12 12 0 0 1-17 0L39.51 195.8a12 12 0 0 1 0-17L178.83 39.51a12 12 0 0 1 17 0l20.65 20.69a12 12 0 0 1 0 16.97M170.34 112L144 85.66l-98.83 98.83a4 4 0 0 0 0 5.65l20.68 20.69a4 4 0 0 0 5.66 0Zm40.49-46.14l-20.69-20.69a4 4 0 0 0-5.66 0L149.65 80L176 106.34l34.83-34.83a4 4 0 0 0 0-5.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 152a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0v-20h-20a4 4 0 0 1 0-8h20v-20a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4M56 68h20v20a4 4 0 0 0 8 0V68h20a4 4 0 0 0 0-8H84V40a4 4 0 0 0-8 0v20H56a4 4 0 0 0 0 8m128 128h-12v-12a4 4 0 0 0-8 0v12h-12a4 4 0 0 0 0 8h12v12a4 4 0 0 0 8 0v-12h12a4 4 0 0 0 0-8m32.48-118.83L77.17 216.49a12 12 0 0 1-17 0L39.51 195.8a12 12 0 0 1 0-17L178.83 39.51a12 12 0 0 1 17 0l20.65 20.69a12 12 0 0 1 0 16.97M170.34 112L144 85.66l-98.83 98.83a4 4 0 0 0 0 5.65l20.68 20.69a4 4 0 0 0 5.66 0Zm40.49-46.14l-20.69-20.69a4 4 0 0 0-5.66 0L149.65 80L176 106.34l34.83-34.83a4 4 0 0 0 0-5.65"/></svg> </template>
CSS
.icon-magic-wand-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M244%20152a4%204%200%200%201-4%204h-20v20a4%204%200%200%201-8%200v-20h-20a4%204%200%200%201%200-8h20v-20a4%204%200%200%201%208%200v20h20a4%204%200%200%201%204%204M56%2068h20v20a4%204%200%200%200%208%200V68h20a4%204%200%200%200%200-8H84V40a4%204%200%200%200-8%200v20H56a4%204%200%200%200%200%208m128%20128h-12v-12a4%204%200%200%200-8%200v12h-12a4%204%200%200%200%200%208h12v12a4%204%200%200%200%208%200v-12h12a4%204%200%200%200%200-8m32.48-118.83L77.17%20216.49a12%2012%200%200%201-17%200L39.51%20195.8a12%2012%200%200%201%200-17L178.83%2039.51a12%2012%200%200%201%2017%200l20.65%2020.69a12%2012%200%200%201%200%2016.97M170.34%20112L144%2085.66l-98.83%2098.83a4%204%200%200%200%200%205.65l20.68%2020.69a4%204%200%200%200%205.66%200Zm40.49-46.14l-20.69-20.69a4%204%200%200%200-5.66%200L149.65%2080L176%20106.34l34.83-34.83a4%204%200%200%200%200-5.65%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M244%20152a4%204%200%200%201-4%204h-20v20a4%204%200%200%201-8%200v-20h-20a4%204%200%200%201%200-8h20v-20a4%204%200%200%201%208%200v20h20a4%204%200%200%201%204%204M56%2068h20v20a4%204%200%200%200%208%200V68h20a4%204%200%200%200%200-8H84V40a4%204%200%200%200-8%200v20H56a4%204%200%200%200%200%208m128%20128h-12v-12a4%204%200%200%200-8%200v12h-12a4%204%200%200%200%200%208h12v12a4%204%200%200%200%208%200v-12h12a4%204%200%200%200%200-8m32.48-118.83L77.17%20216.49a12%2012%200%200%201-17%200L39.51%20195.8a12%2012%200%200%201%200-17L178.83%2039.51a12%2012%200%200%201%2017%200l20.65%2020.69a12%2012%200%200%201%200%2016.97M170.34%20112L144%2085.66l-98.83%2098.83a4%204%200%200%200%200%205.65l20.68%2020.69a4%204%200%200%200%205.66%200Zm40.49-46.14l-20.69-20.69a4%204%200%200%200-5.66%200L149.65%2080L176%20106.34l34.83-34.83a4%204%200%200%200%200-5.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/magic-wand-thin.svg?color=%231a73e8&size=48