magic-wand from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
magic-wand
Set
Fluent Emoji High Contrast
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji High Contrast

Use the magic wand emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" 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.887.742a.9.9 0 0 0 .458.438l.864.36c.26.117.26.457 0 .574l-.864.36a.85.85 0 0 0-.458.438l-.676 1.49c-.125.233-.49.233-.614 0l-.676-1.49a.9.9 0 0 0-.458-.438l-.864-.36a.309.309 0 0 1 0-.574l.864-.36a.85.85 0 0 0 .458-.438l.676-1.49c.125-.233.49-.233.614 0zM4 26l-1.662 1.627a1.146 1.146 0 0 0 0 1.625l.41.41c.44.452 1.17.452 1.61-.01L6 28.007l-.003-.003L20 14l1.674-1.667c.435-.445.435-1.24 0-1.675l-.33-.331C20.9 9.89 20 10 19.5 10.5zm21.95-9.702a.95.95 0 0 1-.46-.48l-.685-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"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastMagicWand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" 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.887.742a.9.9 0 0 0 .458.438l.864.36c.26.117.26.457 0 .574l-.864.36a.85.85 0 0 0-.458.438l-.676 1.49c-.125.233-.49.233-.614 0l-.676-1.49a.9.9 0 0 0-.458-.438l-.864-.36a.309.309 0 0 1 0-.574l.864-.36a.85.85 0 0 0 .458-.438l.676-1.49c.125-.233.49-.233.614 0zM4 26l-1.662 1.627a1.146 1.146 0 0 0 0 1.625l.41.41c.44.452 1.17.452 1.61-.01L6 28.007l-.003-.003L20 14l1.674-1.667c.435-.445.435-1.24 0-1.675l-.33-.331C20.9 9.89 20 10 19.5 10.5zm21.95-9.702a.95.95 0 0 1-.46-.48l-.685-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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" 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.887.742a.9.9 0 0 0 .458.438l.864.36c.26.117.26.457 0 .574l-.864.36a.85.85 0 0 0-.458.438l-.676 1.49c-.125.233-.49.233-.614 0l-.676-1.49a.9.9 0 0 0-.458-.438l-.864-.36a.309.309 0 0 1 0-.574l.864-.36a.85.85 0 0 0 .458-.438l.676-1.49c.125-.233.49-.233.614 0zM4 26l-1.662 1.627a1.146 1.146 0 0 0 0 1.625l.41.41c.44.452 1.17.452 1.61-.01L6 28.007l-.003-.003L20 14l1.674-1.667c.435-.445.435-1.24 0-1.675l-.33-.331C20.9 9.89 20 10 19.5 10.5zm21.95-9.702a.95.95 0 0 1-.46-.48l-.685-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"/></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%3Cpath%20fill%3D%22currentColor%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.887.742a.9.9%200%200%200%20.458.438l.864.36c.26.117.26.457%200%20.574l-.864.36a.85.85%200%200%200-.458.438l-.676%201.49c-.125.233-.49.233-.614%200l-.676-1.49a.9.9%200%200%200-.458-.438l-.864-.36a.309.309%200%200%201%200-.574l.864-.36a.85.85%200%200%200%20.458-.438l.676-1.49c.125-.233.49-.233.614%200zM4%2026l-1.662%201.627a1.146%201.146%200%200%200%200%201.625l.41.41c.44.452%201.17.452%201.61-.01L6%2028.007l-.003-.003L20%2014l1.674-1.667c.435-.445.435-1.24%200-1.675l-.33-.331C20.9%209.89%2020%2010%2019.5%2010.5zm21.95-9.702a.95.95%200%200%201-.46-.48l-.685-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%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%3Cpath%20fill%3D%22currentColor%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.887.742a.9.9%200%200%200%20.458.438l.864.36c.26.117.26.457%200%20.574l-.864.36a.85.85%200%200%200-.458.438l-.676%201.49c-.125.233-.49.233-.614%200l-.676-1.49a.9.9%200%200%200-.458-.438l-.864-.36a.309.309%200%200%201%200-.574l.864-.36a.85.85%200%200%200%20.458-.438l.676-1.49c.125-.233.49-.233.614%200zM4%2026l-1.662%201.627a1.146%201.146%200%200%200%200%201.625l.41.41c.44.452%201.17.452%201.61-.01L6%2028.007l-.003-.003L20%2014l1.674-1.667c.435-.445.435-1.24%200-1.675l-.33-.331C20.9%209.89%2020%2010%2019.5%2010.5zm21.95-9.702a.95.95%200%200%201-.46-.48l-.685-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%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/magic-wand.svg?color=%231a73e8&size=48