Wiz V2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wiz V2 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/349770.svg" alt="Wiz V2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349770.svg" alt="Wiz V2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349770.svg" alt="Wiz V2 icon" :width="24" :height="24" />
CSS background
.icon-wiz-v2 {
background-image: url('https://proicons.com/icon/349770.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="m27.9603,43.5l-7.0324-.1305"/><path id="c" class="e" d="m27.8946,39.9756l-7.2953-.1305c-2.3916-.0428-2.4412-3.7474,0-3.7202l5.8494.0653c1.4046.0157,2.1306-.7456,2.2147-3.4591.2037-6.5722,2.7116-9.6156,4.8177-14.0322H13.6101C10.0982.7219,34.894.0916,34.7298,15.2397"/><path id="d" class="e" d="m15.8015,22.0537c2.5152,3.3064,3.055,7.1359,2.9575,11.1342"/></svg>
Copied!