Wand Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wand icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/349540.svg" alt="Wand icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349540.svg" alt="Wand icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349540.svg" alt="Wand icon" :width="24" :height="24" />
CSS background
.icon-wand {
background-image: url('https://proicons.com/icon/349540.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.a{fill-rule:evenodd;}</style></defs><polyline class="a" points="4.5 8.13 14.78 36.24 24.05 8.13 33.29 36.26 43.5 8.33"/><line class="b" x1="4.5" y1="39.87" x2="43.5" y2="39.87"/></svg>
Copied!