magic wand icon
magic-wand-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- magic-wand-light
- Set
- Phosphor
- Style
- Light
- 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="M246 152a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18v-18a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6M56 70h18v18a6 6 0 0 0 12 0V70h18a6 6 0 0 0 0-12H86V40a6 6 0 0 0-12 0v18H56a6 6 0 0 0 0 12m128 124h-10v-10a6 6 0 0 0-12 0v10h-10a6 6 0 0 0 0 12h10v10a6 6 0 0 0 12 0v-10h10a6 6 0 0 0 0-12m33.9-115.41L78.58 217.9a14 14 0 0 1-19.8 0l-20.69-20.69a14 14 0 0 1 0-19.8L177.41 38.1a14 14 0 0 1 19.8 0l20.69 20.69a14 14 0 0 1 0 19.8M167.51 112L144 88.49L46.58 185.9a2 2 0 0 0 0 2.83l20.69 20.68a2 2 0 0 0 2.82 0Zm41.9-44.73l-20.68-20.68a2 2 0 0 0-2.83 0L152.48 80L176 103.52l33.41-33.42a2 2 0 0 0 0-2.83"/></svg>
React
import type { SVGProps } from "react";
export function PhMagicWandLight(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="M246 152a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18v-18a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6M56 70h18v18a6 6 0 0 0 12 0V70h18a6 6 0 0 0 0-12H86V40a6 6 0 0 0-12 0v18H56a6 6 0 0 0 0 12m128 124h-10v-10a6 6 0 0 0-12 0v10h-10a6 6 0 0 0 0 12h10v10a6 6 0 0 0 12 0v-10h10a6 6 0 0 0 0-12m33.9-115.41L78.58 217.9a14 14 0 0 1-19.8 0l-20.69-20.69a14 14 0 0 1 0-19.8L177.41 38.1a14 14 0 0 1 19.8 0l20.69 20.69a14 14 0 0 1 0 19.8M167.51 112L144 88.49L46.58 185.9a2 2 0 0 0 0 2.83l20.69 20.68a2 2 0 0 0 2.82 0Zm41.9-44.73l-20.68-20.68a2 2 0 0 0-2.83 0L152.48 80L176 103.52l33.41-33.42a2 2 0 0 0 0-2.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 152a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18v-18a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6M56 70h18v18a6 6 0 0 0 12 0V70h18a6 6 0 0 0 0-12H86V40a6 6 0 0 0-12 0v18H56a6 6 0 0 0 0 12m128 124h-10v-10a6 6 0 0 0-12 0v10h-10a6 6 0 0 0 0 12h10v10a6 6 0 0 0 12 0v-10h10a6 6 0 0 0 0-12m33.9-115.41L78.58 217.9a14 14 0 0 1-19.8 0l-20.69-20.69a14 14 0 0 1 0-19.8L177.41 38.1a14 14 0 0 1 19.8 0l20.69 20.69a14 14 0 0 1 0 19.8M167.51 112L144 88.49L46.58 185.9a2 2 0 0 0 0 2.83l20.69 20.68a2 2 0 0 0 2.82 0Zm41.9-44.73l-20.68-20.68a2 2 0 0 0-2.83 0L152.48 80L176 103.52l33.41-33.42a2 2 0 0 0 0-2.83"/></svg> </template>
CSS
.icon-magic-wand-light {
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%22M246%20152a6%206%200%200%201-6%206h-18v18a6%206%200%200%201-12%200v-18h-18a6%206%200%200%201%200-12h18v-18a6%206%200%200%201%2012%200v18h18a6%206%200%200%201%206%206M56%2070h18v18a6%206%200%200%200%2012%200V70h18a6%206%200%200%200%200-12H86V40a6%206%200%200%200-12%200v18H56a6%206%200%200%200%200%2012m128%20124h-10v-10a6%206%200%200%200-12%200v10h-10a6%206%200%200%200%200%2012h10v10a6%206%200%200%200%2012%200v-10h10a6%206%200%200%200%200-12m33.9-115.41L78.58%20217.9a14%2014%200%200%201-19.8%200l-20.69-20.69a14%2014%200%200%201%200-19.8L177.41%2038.1a14%2014%200%200%201%2019.8%200l20.69%2020.69a14%2014%200%200%201%200%2019.8M167.51%20112L144%2088.49L46.58%20185.9a2%202%200%200%200%200%202.83l20.69%2020.68a2%202%200%200%200%202.82%200Zm41.9-44.73l-20.68-20.68a2%202%200%200%200-2.83%200L152.48%2080L176%20103.52l33.41-33.42a2%202%200%200%200%200-2.83%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%22M246%20152a6%206%200%200%201-6%206h-18v18a6%206%200%200%201-12%200v-18h-18a6%206%200%200%201%200-12h18v-18a6%206%200%200%201%2012%200v18h18a6%206%200%200%201%206%206M56%2070h18v18a6%206%200%200%200%2012%200V70h18a6%206%200%200%200%200-12H86V40a6%206%200%200%200-12%200v18H56a6%206%200%200%200%200%2012m128%20124h-10v-10a6%206%200%200%200-12%200v10h-10a6%206%200%200%200%200%2012h10v10a6%206%200%200%200%2012%200v-10h10a6%206%200%200%200%200-12m33.9-115.41L78.58%20217.9a14%2014%200%200%201-19.8%200l-20.69-20.69a14%2014%200%200%201%200-19.8L177.41%2038.1a14%2014%200%200%201%2019.8%200l20.69%2020.69a14%2014%200%200%201%200%2019.8M167.51%20112L144%2088.49L46.58%20185.9a2%202%200%200%200%200%202.83l20.69%2020.68a2%202%200%200%200%202.82%200Zm41.9-44.73l-20.68-20.68a2%202%200%200%200-2.83%200L152.48%2080L176%20103.52l33.41-33.42a2%202%200%200%200%200-2.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/magic-wand-light.svg?color=%231a73e8&size=48