wand icon
wand-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- wand-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
- Aliases
- magic-wand-28-regular
9 other variants in Fluent UI System Icons
The same icon in other sets
Use the wand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.75 3a.75.75 0 0 1 .75.75V5h1.25a.75.75 0 0 1 0 1.5H22.5v1.25a.75.75 0 0 1-1.5 0V6.5h-1.25a.75.75 0 0 1 0-1.5H21V3.75a.75.75 0 0 1 .75-.75M8.5 6.25a.75.75 0 1 0-1.5 0V7.5H5.75a.75.75 0 1 0 0 1.5H7v1.25a.75.75 0 0 0 1.5 0V9h1.25a.75.75 0 0 0 0-1.5H8.5zm12 11.5a.75.75 0 0 0-1.5 0V19h-1.25a.75.75 0 0 0 0 1.5H19v1.25a.75.75 0 0 0 1.5 0V20.5h1.25a.75.75 0 0 0 0-1.5H20.5zm-.866-8.272a2.875 2.875 0 0 0-4.54-.636L2.806 21.088a2.88 2.88 0 1 0 4.068 4.079l12.279-12.254a2.875 2.875 0 0 0 .48-3.435m-3.482.426a1.375 1.375 0 0 1 1.942 1.947l-.842.84l-1.945-1.945zm-1.907 1.902l1.945 1.945L5.815 24.105a1.38 1.38 0 1 1-1.949-1.954z"/></svg>
React
import type { SVGProps } from "react";
export function FluentWand28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.75 3a.75.75 0 0 1 .75.75V5h1.25a.75.75 0 0 1 0 1.5H22.5v1.25a.75.75 0 0 1-1.5 0V6.5h-1.25a.75.75 0 0 1 0-1.5H21V3.75a.75.75 0 0 1 .75-.75M8.5 6.25a.75.75 0 1 0-1.5 0V7.5H5.75a.75.75 0 1 0 0 1.5H7v1.25a.75.75 0 0 0 1.5 0V9h1.25a.75.75 0 0 0 0-1.5H8.5zm12 11.5a.75.75 0 0 0-1.5 0V19h-1.25a.75.75 0 0 0 0 1.5H19v1.25a.75.75 0 0 0 1.5 0V20.5h1.25a.75.75 0 0 0 0-1.5H20.5zm-.866-8.272a2.875 2.875 0 0 0-4.54-.636L2.806 21.088a2.88 2.88 0 1 0 4.068 4.079l12.279-12.254a2.875 2.875 0 0 0 .48-3.435m-3.482.426a1.375 1.375 0 0 1 1.942 1.947l-.842.84l-1.945-1.945zm-1.907 1.902l1.945 1.945L5.815 24.105a1.38 1.38 0 1 1-1.949-1.954z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.75 3a.75.75 0 0 1 .75.75V5h1.25a.75.75 0 0 1 0 1.5H22.5v1.25a.75.75 0 0 1-1.5 0V6.5h-1.25a.75.75 0 0 1 0-1.5H21V3.75a.75.75 0 0 1 .75-.75M8.5 6.25a.75.75 0 1 0-1.5 0V7.5H5.75a.75.75 0 1 0 0 1.5H7v1.25a.75.75 0 0 0 1.5 0V9h1.25a.75.75 0 0 0 0-1.5H8.5zm12 11.5a.75.75 0 0 0-1.5 0V19h-1.25a.75.75 0 0 0 0 1.5H19v1.25a.75.75 0 0 0 1.5 0V20.5h1.25a.75.75 0 0 0 0-1.5H20.5zm-.866-8.272a2.875 2.875 0 0 0-4.54-.636L2.806 21.088a2.88 2.88 0 1 0 4.068 4.079l12.279-12.254a2.875 2.875 0 0 0 .48-3.435m-3.482.426a1.375 1.375 0 0 1 1.942 1.947l-.842.84l-1.945-1.945zm-1.907 1.902l1.945 1.945L5.815 24.105a1.38 1.38 0 1 1-1.949-1.954z"/></svg> </template>
CSS
.icon-wand-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.75%203a.75.75%200%200%201%20.75.75V5h1.25a.75.75%200%200%201%200%201.5H22.5v1.25a.75.75%200%200%201-1.5%200V6.5h-1.25a.75.75%200%200%201%200-1.5H21V3.75a.75.75%200%200%201%20.75-.75M8.5%206.25a.75.75%200%201%200-1.5%200V7.5H5.75a.75.75%200%201%200%200%201.5H7v1.25a.75.75%200%200%200%201.5%200V9h1.25a.75.75%200%200%200%200-1.5H8.5zm12%2011.5a.75.75%200%200%200-1.5%200V19h-1.25a.75.75%200%200%200%200%201.5H19v1.25a.75.75%200%200%200%201.5%200V20.5h1.25a.75.75%200%200%200%200-1.5H20.5zm-.866-8.272a2.875%202.875%200%200%200-4.54-.636L2.806%2021.088a2.88%202.88%200%201%200%204.068%204.079l12.279-12.254a2.875%202.875%200%200%200%20.48-3.435m-3.482.426a1.375%201.375%200%200%201%201.942%201.947l-.842.84l-1.945-1.945zm-1.907%201.902l1.945%201.945L5.815%2024.105a1.38%201.38%200%201%201-1.949-1.954z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.75%203a.75.75%200%200%201%20.75.75V5h1.25a.75.75%200%200%201%200%201.5H22.5v1.25a.75.75%200%200%201-1.5%200V6.5h-1.25a.75.75%200%200%201%200-1.5H21V3.75a.75.75%200%200%201%20.75-.75M8.5%206.25a.75.75%200%201%200-1.5%200V7.5H5.75a.75.75%200%201%200%200%201.5H7v1.25a.75.75%200%200%200%201.5%200V9h1.25a.75.75%200%200%200%200-1.5H8.5zm12%2011.5a.75.75%200%200%200-1.5%200V19h-1.25a.75.75%200%200%200%200%201.5H19v1.25a.75.75%200%200%200%201.5%200V20.5h1.25a.75.75%200%200%200%200-1.5H20.5zm-.866-8.272a2.875%202.875%200%200%200-4.54-.636L2.806%2021.088a2.88%202.88%200%201%200%204.068%204.079l12.279-12.254a2.875%202.875%200%200%200%20.48-3.435m-3.482.426a1.375%201.375%200%200%201%201.942%201.947l-.842.84l-1.945-1.945zm-1.907%201.902l1.945%201.945L5.815%2024.105a1.38%201.38%200%201%201-1.949-1.954z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/wand-28-regular.svg?color=%231a73e8&size=48