Tapster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tapster 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/348239.svg" alt="Tapster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348239.svg" alt="Tapster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348239.svg" alt="Tapster icon" :width="24" :height="24" />
CSS background
.icon-tapster {
background-image: url('https://proicons.com/icon/348239.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 class="e" d="M15.11628008,20.85172827v-6.99187133h2.28900208c1.2940654,0,2.34311267,1.05131051,2.34311267,2.34816775s-1.04904728,2.34816775-2.34311267,2.34816775h-2.28900208"/><path class="e" d="M38.86788524,20.85172827v-6.99187133h2.28900208c1.2940654,0,2.34311267,1.05131051,2.34311267,2.34816775s-1.04904728,2.34816775-2.34311267,2.34816775h-2.28900208"/><line class="e" x1="41.15688733" y1="18.55619243" x2="43.44568603" y2="20.84997081"/><line class="e" x1="4.5" y1="13.85985694" x2="9.13211476" y2="13.85985694"/><line class="e" x1="6.81605738" y1="20.85172827" x2="6.81605738" y2="13.85985694"/><line class="e" x1="27.3240477" y1="13.85985694" x2="31.95616245" y2="13.85985694"/><line class="e" x1="29.64010508" y1="20.85172827" x2="29.64010508" y2="13.85985694"/><path class="e" d="M21.48180454,20.0856428c.42874381.55817709.96636718.76608527,1.71432492.76608547l1.03512519-.00000014c.96329676-.00000013,1.74420301-.78090649,1.74420302-1.74420325v-.00752926c0-.96329672-.78090627-1.74420301-1.74420299-1.74420301h-1.14182719c-.96433587-.00000002-1.74608455-.7817487-1.74608456-1.74608457v-.0000035c0-.96641412.78343343-1.74984755,1.74984755-1.74984754h1.02948072c.74795775.00000024,1.28558111.20790844,1.71432489.76608555"/><line class="e" x1="33.66195138" y1="17.3557926" x2="35.94126572" y2="17.3557926"/><polyline class="e" points="37.15788704 20.85172827 33.66195138 20.85172827 33.66195138 13.85985694 37.15788704 13.85985694"/><line class="e" x1="12.62686934" y1="18.5356302" x2="9.52916063" y2="18.5356302"/><polyline class="e" points="8.76195761 20.85172827 11.07801499 13.85981625 13.39407236 20.85172827"/><path class="e" d="M32.1034717,32.06453087c-2.4026066,1.32221891-5.16062787,2.07565288-8.1034717,2.07565288s-5.7008651-.75343397-8.1034717-2.07565288"/><path class="e" d="M17.61676304,29.40608819c1.9050226,1.00937765,4.08016035,1.57804111,6.38324737,1.57804111s4.47822477-.56866346,6.38324737-1.57804111"/><path class="e" d="M19.3511866,26.73336991c1.39322548.71082933,2.98548318,1.10889375,4.64882381,1.10889375s3.25559833-.39806442,4.64882381-1.10889375"/><path class="e" d="M21.07138664,24.06067246c.96532914.47515886,1.95694993.69946231,2.92861336.63976375,1.03778305,0,2.03298229-.22750356,2.92862725-.63978458"/></svg>
Copied!