Tap Tap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tap Tap 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/348224.svg" alt="Tap Tap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348224.svg" alt="Tap Tap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348224.svg" alt="Tap Tap icon" :width="24" :height="24" />
CSS background
.icon-tap-tap {
background-image: url('https://proicons.com/icon/348224.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M21.4429,29.8271v5.487c-2.1129-1.22-9.03-1.8194-5.5713,2.2735S20.9888,43.5,22.3521,43.5H33.1536c2.0465,0,1.9325-5.7983,2.5016-7.6178s.5681-3.6388-1.4784-4.434c-1.3107-.51-2.912-1.7609-4.7235-2.5977"/><path class="a" d="M16.61,17.2924a7.3908,7.3908,0,1,1,9.6077,7.014v3.73a7.7456,7.7456,0,0,1,3.2353.8131,12.7724,12.7724,0,1,0-8.0124.9766V24.2a7.3725,7.3725,0,0,1-4.8316-6.9088Z"/><path class="a" d="M31.3917,17.2924a7.3907,7.3907,0,1,0-9.95,6.9089v-5.146a2.394,2.394,0,1,1,4.7751,0v5.2521a7.3658,7.3658,0,0,0,5.1737-7.014Z"/><path class="a" d="M26.218,24.3074V19.0553a2.394,2.394,0,1,0-4.7751,0v5.146"/></svg>
Copied!