Wiz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wiz 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/335210.svg" alt="Wiz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335210.svg" alt="Wiz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335210.svg" alt="Wiz icon" :width="24" :height="24" />
CSS background
.icon-wiz {
background-image: url('https://proicons.com/icon/335210.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M9.5,20.6531l2.3415,7.986c.1321.4506.6045.7087,1.0551.5766.2609-.0765.4695-.2732.5612-.5292l1.8933-5.2891c.1543-.4309.6287-.6552,1.0596-.5009.2537.0908.4473.2993.5193.5589l1.4339,5.1732c.1224.4416.5796.7004,1.0212.578.2598-.072.4684-.2657.5594-.5195l3.5648-9.9374"/><path class="b" d="M25.5466,29.2365v-4.4132"/><path class="b" d="M27.7883,20.7492h6.7986c.698,0,1.2638.5658,1.2639,1.2638,0,.433-.2217.8359-.5875,1.0677l-6.0369,3.8247c-.5896.3735-.7648,1.1543-.3913,1.744.2317.3658.6346.5875,1.0677.5875h8.5972"/><circle class="c" cx="25.5466" cy="22.562" r=".75"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!