Tapster Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tapster 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/348240.svg" alt="Tapster Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348240.svg" alt="Tapster Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348240.svg" alt="Tapster Alt icon" :width="24" :height="24" />
CSS background
.icon-tapster-alt {
background-image: url('https://proicons.com/icon/348240.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="M42.5,30.76698776c-5.4850839,3.01858891-11.78156956,4.73865766-18.5,4.73865766s-13.0149161-1.72006874-18.5-4.73865766"/><path class="e" d="M9.42724796,24.69783722c4.34911349,2.30438103,9.31489233,3.60262386,14.57277581,3.60262386s10.22366232-1.29824283,14.57277581-3.60262386"/><path class="e" d="M13.38688861,18.5960959c3.18069494,1.62280354,6.81577488,2.53157353,10.61313517,2.53157353s7.43244022-.90876998,10.61313517-2.53157353"/><path class="e" d="M17.31405733,12.49440212c2.20381951,1.08477444,4.46766214,1.59685295,6.68594267,1.46056281,2.36922978,0,4.6412419-.5193843,6.68597437-1.46061035"/></svg>
Copied!