Taptap Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Taptap Alt 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/348242.svg" alt="Taptap Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348242.svg" alt="Taptap Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348242.svg" alt="Taptap Alt icon" :width="24" :height="24" />
CSS background
.icon-taptap-alt {
background-image: url('https://proicons.com/icon/348242.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M20.0207,29.9771c-4.5178.8038-10.8373.4158-13.803-7.733s3.7308-14.2876,11.4471-15.3828c8.5922-1.2195,18.3485-.3603,19.6512,8.8971.806,5.7274-.8813,8.2403-2.6396,9.5536"/><path class="c" d="M20.0207,29.9771c-.958.9-.7761,12.5834,12.0845,11.5302s10.8096-10.8096,9.202-12.9715-3.3815-3.9912-7.8993-3.0211-11.5579,2.744-13.3872,4.4624Z"/><path class="c" d="M22.0312,38.1761s-1.4284,2.1949-6.1125,2.6106-7.5113-2.1065-7.3727-5.2662,1.5959-5.0203,5.2881-5.6283"/><path class="c" d="M27.7537,30.5037c1.7462,1.6353,3.6863,3.2983,3.6863,3.2983-1.8293.3326-3.132,1.4136-3.132,1.4136"/><path class="c" d="M39.866,32.1113c-1.3858,1.2195-3.4923,2.4391-3.4923,2.4391.8315.7484,1.469,1.9125,1.469,1.9125"/><line class="c" x1="23.5408" y1="14.7329" x2="29.9157" y2="13.4302"/><line class="c" x1="12.2046" y1="16.4513" x2="18.5795" y2="17.3937"/><path class="c" d="M26.9777,16.4513c.2217,1.1918.388,2.2728.4158,3.3815"/><path class="c" d="M15.5979,16.9529s.099,2.3532.293,3.8776"/><path class="c" d="M15.8909,34.0238s.7761.6929,2.1896,1.7184"/><path class="c" d="M17.6787,33.7328s-1.178,1.6769-1.5244,2.0095"/><path class="c" d="M10.8603,34.4673c.4712.5128,1.8016,1.6492,1.8016,1.6492"/><path class="c" d="M12.4263,34.2594c-.4158.8731-1.3997,2.1065-1.3997,2.1065"/></svg>
Copied!