Tap Wizard 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tap Wizard 2 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/333666.svg" alt="Tap Wizard 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333666.svg" alt="Tap Wizard 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333666.svg" alt="Tap Wizard 2 icon" :width="24" :height="24" />
CSS background
.icon-tap-wizard-2 {
background-image: url('https://proicons.com/icon/333666.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>.h{fill:#000;}.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="i" d="M43.1607,42.5L24.6607,25.3214V5.5H8.8036"/><path id="d" class="i" d="M24.6607,25.3214H10.125v-2.6429"/><circle id="e" class="i" cx="13.4286" cy="15.4107" r="5.2857"/><circle id="f" class="h" cx="5.5" cy="9.4643" r=".75"/><path id="g" class="i" d="M6.1607,21.3571v1.3214"/></g></svg>
Copied!