wand icon
wand from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- wand
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
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 16 16"><path fill="currentColor" d="M13.5 1a.5.5 0 0 1 .5.5V2h.5a.5.5 0 0 1 0 1H14v.5a.5.5 0 0 1-1 0V3h-.5a.5.5 0 0 1 0-1h.5v-.5a.5.5 0 0 1 .5-.5m-10 2a.5.5 0 0 1 .5.5V4h.5a.5.5 0 1 1 0 1H4v.5a.5.5 0 1 1-1 0V5h-.5a.5.5 0 0 1 0-1H3v-.5a.5.5 0 0 1 .5-.5m9 9a.5.5 0 0 0 0-1H12v-.5a.5.5 0 0 0-1 0v.5h-.5a.5.5 0 0 0 0 1h.5v.5a.5.5 0 0 0 1 0V12zM8.73 4.563a1.914 1.914 0 0 1 2.707 2.708l-7.17 7.17a1.914 1.914 0 0 1-2.707-2.708zm-.48 1.894L2.267 12.44a.914.914 0 0 0 1.293 1.293L9.543 7.75zm2 .586l.48-.48a.914.914 0 1 0-1.293-1.292l-.48.48z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconWand(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 1a.5.5 0 0 1 .5.5V2h.5a.5.5 0 0 1 0 1H14v.5a.5.5 0 0 1-1 0V3h-.5a.5.5 0 0 1 0-1h.5v-.5a.5.5 0 0 1 .5-.5m-10 2a.5.5 0 0 1 .5.5V4h.5a.5.5 0 1 1 0 1H4v.5a.5.5 0 1 1-1 0V5h-.5a.5.5 0 0 1 0-1H3v-.5a.5.5 0 0 1 .5-.5m9 9a.5.5 0 0 0 0-1H12v-.5a.5.5 0 0 0-1 0v.5h-.5a.5.5 0 0 0 0 1h.5v.5a.5.5 0 0 0 1 0V12zM8.73 4.563a1.914 1.914 0 0 1 2.707 2.708l-7.17 7.17a1.914 1.914 0 0 1-2.707-2.708zm-.48 1.894L2.267 12.44a.914.914 0 0 0 1.293 1.293L9.543 7.75zm2 .586l.48-.48a.914.914 0 1 0-1.293-1.292l-.48.48z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 1a.5.5 0 0 1 .5.5V2h.5a.5.5 0 0 1 0 1H14v.5a.5.5 0 0 1-1 0V3h-.5a.5.5 0 0 1 0-1h.5v-.5a.5.5 0 0 1 .5-.5m-10 2a.5.5 0 0 1 .5.5V4h.5a.5.5 0 1 1 0 1H4v.5a.5.5 0 1 1-1 0V5h-.5a.5.5 0 0 1 0-1H3v-.5a.5.5 0 0 1 .5-.5m9 9a.5.5 0 0 0 0-1H12v-.5a.5.5 0 0 0-1 0v.5h-.5a.5.5 0 0 0 0 1h.5v.5a.5.5 0 0 0 1 0V12zM8.73 4.563a1.914 1.914 0 0 1 2.707 2.708l-7.17 7.17a1.914 1.914 0 0 1-2.707-2.708zm-.48 1.894L2.267 12.44a.914.914 0 0 0 1.293 1.293L9.543 7.75zm2 .586l.48-.48a.914.914 0 1 0-1.293-1.292l-.48.48z"/></svg> </template>
CSS
.icon-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%201a.5.5%200%200%201%20.5.5V2h.5a.5.5%200%200%201%200%201H14v.5a.5.5%200%200%201-1%200V3h-.5a.5.5%200%200%201%200-1h.5v-.5a.5.5%200%200%201%20.5-.5m-10%202a.5.5%200%200%201%20.5.5V4h.5a.5.5%200%201%201%200%201H4v.5a.5.5%200%201%201-1%200V5h-.5a.5.5%200%200%201%200-1H3v-.5a.5.5%200%200%201%20.5-.5m9%209a.5.5%200%200%200%200-1H12v-.5a.5.5%200%200%200-1%200v.5h-.5a.5.5%200%200%200%200%201h.5v.5a.5.5%200%200%200%201%200V12zM8.73%204.563a1.914%201.914%200%200%201%202.707%202.708l-7.17%207.17a1.914%201.914%200%200%201-2.707-2.708zm-.48%201.894L2.267%2012.44a.914.914%200%200%200%201.293%201.293L9.543%207.75zm2%20.586l.48-.48a.914.914%200%201%200-1.293-1.292l-.48.48z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%201a.5.5%200%200%201%20.5.5V2h.5a.5.5%200%200%201%200%201H14v.5a.5.5%200%200%201-1%200V3h-.5a.5.5%200%200%201%200-1h.5v-.5a.5.5%200%200%201%20.5-.5m-10%202a.5.5%200%200%201%20.5.5V4h.5a.5.5%200%201%201%200%201H4v.5a.5.5%200%201%201-1%200V5h-.5a.5.5%200%200%201%200-1H3v-.5a.5.5%200%200%201%20.5-.5m9%209a.5.5%200%200%200%200-1H12v-.5a.5.5%200%200%200-1%200v.5h-.5a.5.5%200%200%200%200%201h.5v.5a.5.5%200%200%200%201%200V12zM8.73%204.563a1.914%201.914%200%200%201%202.707%202.708l-7.17%207.17a1.914%201.914%200%200%201-2.707-2.708zm-.48%201.894L2.267%2012.44a.914.914%200%200%200%201.293%201.293L9.543%207.75zm2%20.586l.48-.48a.914.914%200%201%200-1.293-1.292l-.48.48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/wand.svg?color=%231a73e8&size=48