magic wand emoji
magic-wand from Fluent Emoji Flat by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- magic-wand
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
magic-wandBoxIcons v2 Solidmagic-wandCarbonmagic-wand-outlineFlowbite Iconsmagic-wand-20-regularFluent UI System Iconsmagic-wandFluent Emojimagic-wandFluent Emoji High Contrastmagic-wandHealth Iconsmagic-wandIconParkmagic-wandIconPark Outlinemagic-wandIconoirmagic-wandNoto Emojimagic-wandOpenMojimagic-wandPhosphormagic-wandRadix Iconsmagic-wand-boldSolarmagic-wandTwitter Emoji
More activities icons from Fluent Emoji Flat
Use the magic wand emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#433b6b" d="m5 29l-2-2l16-16l2 2z"/><path fill="#f4f4f4" d="m18 12l2 2l1.674-1.667c.435-.445.435-1.24 0-1.675l-.33-.331C20.9 9.89 20 10 19.5 10.5zM2.338 29.252l.41.41c.44.452 1.17.452 1.61-.01L6 28.007L4 26l-1.662 1.627a1.146 1.146 0 0 0 0 1.625"/><path fill="#f9c23c" d="M27.87 4.423c.131.284.352.508.644.635l1.215.527a.453.453 0 0 1 0 .83l-1.205.527a1.22 1.22 0 0 0-.643.635l-.954 2.167c-.17.341-.683.341-.854 0l-.954-2.167a1.26 1.26 0 0 0-.643-.635l-1.205-.527a.453.453 0 0 1 0-.83l1.205-.527a1.22 1.22 0 0 0 .643-.635l.954-2.167c.17-.341.683-.341.854 0zm-11.429 1.18a.88.88 0 0 1-.458-.438l-.676-1.49c-.125-.233-.49-.233-.614 0l-.676 1.49a.85.85 0 0 1-.458.438l-.864.36a.309.309 0 0 0 0 .574l.864.36a.9.9 0 0 1 .458.438l.676 1.49c.125.233.49.233.614 0l.676-1.49a.85.85 0 0 1 .458-.438l.864-.36a.309.309 0 0 0 0-.574zm9.51 10.695a.95.95 0 0 1-.46-.48l-.686-1.622c-.128-.261-.492-.261-.61 0l-.685 1.623a.95.95 0 0 1-.46.479l-.857.392c-.257.13-.257.5 0 .62l.856.392a.95.95 0 0 1 .46.48l.686 1.622c.128.261.492.261.61 0l.685-1.622a.95.95 0 0 1 .46-.48l.857-.392c.257-.13.257-.5 0-.62zM12 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2m18-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0M19 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 17a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatMagicWand(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#433b6b" d="m5 29l-2-2l16-16l2 2z"/><path fill="#f4f4f4" d="m18 12l2 2l1.674-1.667c.435-.445.435-1.24 0-1.675l-.33-.331C20.9 9.89 20 10 19.5 10.5zM2.338 29.252l.41.41c.44.452 1.17.452 1.61-.01L6 28.007L4 26l-1.662 1.627a1.146 1.146 0 0 0 0 1.625"/><path fill="#f9c23c" d="M27.87 4.423c.131.284.352.508.644.635l1.215.527a.453.453 0 0 1 0 .83l-1.205.527a1.22 1.22 0 0 0-.643.635l-.954 2.167c-.17.341-.683.341-.854 0l-.954-2.167a1.26 1.26 0 0 0-.643-.635l-1.205-.527a.453.453 0 0 1 0-.83l1.205-.527a1.22 1.22 0 0 0 .643-.635l.954-2.167c.17-.341.683-.341.854 0zm-11.429 1.18a.88.88 0 0 1-.458-.438l-.676-1.49c-.125-.233-.49-.233-.614 0l-.676 1.49a.85.85 0 0 1-.458.438l-.864.36a.309.309 0 0 0 0 .574l.864.36a.9.9 0 0 1 .458.438l.676 1.49c.125.233.49.233.614 0l.676-1.49a.85.85 0 0 1 .458-.438l.864-.36a.309.309 0 0 0 0-.574zm9.51 10.695a.95.95 0 0 1-.46-.48l-.686-1.622c-.128-.261-.492-.261-.61 0l-.685 1.623a.95.95 0 0 1-.46.479l-.857.392c-.257.13-.257.5 0 .62l.856.392a.95.95 0 0 1 .46.48l.686 1.622c.128.261.492.261.61 0l.685-1.622a.95.95 0 0 1 .46-.48l.857-.392c.257-.13.257-.5 0-.62zM12 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2m18-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0M19 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 17a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#433b6b" d="m5 29l-2-2l16-16l2 2z"/><path fill="#f4f4f4" d="m18 12l2 2l1.674-1.667c.435-.445.435-1.24 0-1.675l-.33-.331C20.9 9.89 20 10 19.5 10.5zM2.338 29.252l.41.41c.44.452 1.17.452 1.61-.01L6 28.007L4 26l-1.662 1.627a1.146 1.146 0 0 0 0 1.625"/><path fill="#f9c23c" d="M27.87 4.423c.131.284.352.508.644.635l1.215.527a.453.453 0 0 1 0 .83l-1.205.527a1.22 1.22 0 0 0-.643.635l-.954 2.167c-.17.341-.683.341-.854 0l-.954-2.167a1.26 1.26 0 0 0-.643-.635l-1.205-.527a.453.453 0 0 1 0-.83l1.205-.527a1.22 1.22 0 0 0 .643-.635l.954-2.167c.17-.341.683-.341.854 0zm-11.429 1.18a.88.88 0 0 1-.458-.438l-.676-1.49c-.125-.233-.49-.233-.614 0l-.676 1.49a.85.85 0 0 1-.458.438l-.864.36a.309.309 0 0 0 0 .574l.864.36a.9.9 0 0 1 .458.438l.676 1.49c.125.233.49.233.614 0l.676-1.49a.85.85 0 0 1 .458-.438l.864-.36a.309.309 0 0 0 0-.574zm9.51 10.695a.95.95 0 0 1-.46-.48l-.686-1.622c-.128-.261-.492-.261-.61 0l-.685 1.623a.95.95 0 0 1-.46.479l-.857.392c-.257.13-.257.5 0 .62l.856.392a.95.95 0 0 1 .46.48l.686 1.622c.128.261.492.261.61 0l.685-1.622a.95.95 0 0 1 .46-.48l.857-.392c.257-.13.257-.5 0-.62zM12 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2m18-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0M19 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 17a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg> </template>
CSS
.icon-magic-wand {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23433b6b%22%20d%3D%22m5%2029l-2-2l16-16l2%202z%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22m18%2012l2%202l1.674-1.667c.435-.445.435-1.24%200-1.675l-.33-.331C20.9%209.89%2020%2010%2019.5%2010.5zM2.338%2029.252l.41.41c.44.452%201.17.452%201.61-.01L6%2028.007L4%2026l-1.662%201.627a1.146%201.146%200%200%200%200%201.625%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M27.87%204.423c.131.284.352.508.644.635l1.215.527a.453.453%200%200%201%200%20.83l-1.205.527a1.22%201.22%200%200%200-.643.635l-.954%202.167c-.17.341-.683.341-.854%200l-.954-2.167a1.26%201.26%200%200%200-.643-.635l-1.205-.527a.453.453%200%200%201%200-.83l1.205-.527a1.22%201.22%200%200%200%20.643-.635l.954-2.167c.17-.341.683-.341.854%200zm-11.429%201.18a.88.88%200%200%201-.458-.438l-.676-1.49c-.125-.233-.49-.233-.614%200l-.676%201.49a.85.85%200%200%201-.458.438l-.864.36a.309.309%200%200%200%200%20.574l.864.36a.9.9%200%200%201%20.458.438l.676%201.49c.125.233.49.233.614%200l.676-1.49a.85.85%200%200%201%20.458-.438l.864-.36a.309.309%200%200%200%200-.574zm9.51%2010.695a.95.95%200%200%201-.46-.48l-.686-1.622c-.128-.261-.492-.261-.61%200l-.685%201.623a.95.95%200%200%201-.46.479l-.857.392c-.257.13-.257.5%200%20.62l.856.392a.95.95%200%200%201%20.46.48l.686%201.622c.128.261.492.261.61%200l.685-1.622a.95.95%200%200%201%20.46-.48l.857-.392c.257-.13.257-.5%200-.62zM12%2014a1%201%200%201%200%200-2a1%201%200%200%200%200%202m18-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200M19%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%2017a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23433b6b%22%20d%3D%22m5%2029l-2-2l16-16l2%202z%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22m18%2012l2%202l1.674-1.667c.435-.445.435-1.24%200-1.675l-.33-.331C20.9%209.89%2020%2010%2019.5%2010.5zM2.338%2029.252l.41.41c.44.452%201.17.452%201.61-.01L6%2028.007L4%2026l-1.662%201.627a1.146%201.146%200%200%200%200%201.625%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M27.87%204.423c.131.284.352.508.644.635l1.215.527a.453.453%200%200%201%200%20.83l-1.205.527a1.22%201.22%200%200%200-.643.635l-.954%202.167c-.17.341-.683.341-.854%200l-.954-2.167a1.26%201.26%200%200%200-.643-.635l-1.205-.527a.453.453%200%200%201%200-.83l1.205-.527a1.22%201.22%200%200%200%20.643-.635l.954-2.167c.17-.341.683-.341.854%200zm-11.429%201.18a.88.88%200%200%201-.458-.438l-.676-1.49c-.125-.233-.49-.233-.614%200l-.676%201.49a.85.85%200%200%201-.458.438l-.864.36a.309.309%200%200%200%200%20.574l.864.36a.9.9%200%200%201%20.458.438l.676%201.49c.125.233.49.233.614%200l.676-1.49a.85.85%200%200%201%20.458-.438l.864-.36a.309.309%200%200%200%200-.574zm9.51%2010.695a.95.95%200%200%201-.46-.48l-.686-1.622c-.128-.261-.492-.261-.61%200l-.685%201.623a.95.95%200%200%201-.46.479l-.857.392c-.257.13-.257.5%200%20.62l.856.392a.95.95%200%200%201%20.46.48l.686%201.622c.128.261.492.261.61%200l.685-1.622a.95.95%200%200%201%20.46-.48l.857-.392c.257-.13.257-.5%200-.62zM12%2014a1%201%200%201%200%200-2a1%201%200%200%200%200%202m18-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200M19%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%2017a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/magic-wand.svg?color=%231a73e8&size=48