Tapscanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tapscanner 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/333678.svg" alt="Tapscanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333678.svg" alt="Tapscanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333678.svg" alt="Tapscanner icon" :width="24" :height="24" />
CSS background
.icon-tapscanner {
background-image: url('https://proicons.com/icon/333678.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="b" d="m40.6464,23.9992c.26.09.26.12.26,2.9299v2.8299s-.71.68-.71.68c-.3769.2935-.6558.6945-.8,1.15-.12.45-.83,1.17-4.9998,4.9998l-5.6598,5.2298c-.5505.6053-1.2082,1.1037-1.9399,1.4699-.5192.1527-1.059.2235-1.5999.21-1.12.01-1.3399-.03-9.0696-1.6499l-3.9998-.84c-3.7098-.75-3.9398-.83-4.0898-1.4199-.06-.24-.24-.35-.8-.48-1.2599-.3-1.3199-.43-1.4399-3.1199-.0662-.8821-.0662-1.7678,0-2.6499.07-.23,2.6399-2.1799,7.8797-5.9997,4.2798-3.1099,8.9796-6.5697,9.1596-6.6697m0,0c-.16-.14-2.4999-3.3799-4.6798-6.2697-5.5298-7.4197-6.1697-8.2397-6.1697-8.5996s.96-1.1999,1.4799-1.2999h0c1.2759.0381,2.5483.155,3.8098.35l7.1097.92c6.0797.78,6.5297.86,7.2397,1.2199.94.48,1.4099,1.01,4.0698,4.8198l4.3598,6.2297c1.1,1.5299,2.0099,2.9099,2.0999,3.0699.3556,1.2126-.3115,2.4892-1.5099,2.8899"/><path class="b" d="m40.8464,24.1692l-14.6694,13.2494c-.2277.2128-.546.299-.85.23l-19.5292-4.3598"/><line class="b" x1="22.8371" y1="20.6693" x2="40.6464" y2="24.0392"/></g><path class="b" d="m35.0088,25.943l-10.1723,8.6458c-.1339.1252-.3212.1759-.5.1353l-12.3489-2.6395,11.3397-8.4118,11.6815,2.2701Z"/></svg>
Copied!