John KuehJohn Kueh

magic wand icon

Phosphor · magic-wand · MIT

Download SVG

The Phosphor magic wand icon depicts a classic wizard's wand, commonly used in UI to represent actions related to creation, transformation, or applying special effects.

Common uses

  • Applying filters or effects
  • Activating a special feature
  • Initiating a creation wizard

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { MagicWand } from '@phosphor-icons/react';

<MagicWand size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<MagicWand size={24} />
thin
<MagicWand size={24} weight="thin" />
light
<MagicWand size={24} weight="light" />
bold
<MagicWand size={24} weight="bold" />
fill
<MagicWand size={24} weight="fill" />
duotone
<MagicWand size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
design
Keywords
selectionwizardgamesdesignobjectsmagicwandselection tool

FAQ

What does the magic wand icon represent?
It represents actions like creation, transformation, or applying special effects, often associated with magic or advanced tools.
How do I use the magic wand icon in React?
Import it from the library and use it as a component: import { MagicWand } from '@phosphor-icons/react'; <MagicWand />.
What is the license for this icon?
The Phosphor icon library, including the magic wand icon, is available under the MIT license.

Looking for something else? Search Phosphor and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →