Tap And Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tap And Go 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/333664.svg" alt="Tap And Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333664.svg" alt="Tap And Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333664.svg" alt="Tap And Go icon" :width="24" :height="24" />
CSS background
.icon-tap-and-go {
background-image: url('https://proicons.com/icon/333664.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M32.851,27.301c.3186-1.1179-.3293-2.2824-1.4472-2.601-.2591-.0738-.5299-.0973-.7978-.069-1.5353.1804-2.7884,1.3124-3.1235,2.8215l-.5258,2.4779c-.3193,1.1135.3244,2.275,1.4379,2.5943.2153.0617.439.0886.6628.0796,1.5552-.0673,2.8766-1.1592,3.2357-2.6739h-2.6682"/><line class="b" x1="9.5" y1="15.294" x2="14.785" y2="15.294"/><line class="b" x1="10.45" y1="23.271" x2="12.142" y2="15.294"/><path class="b" d="M35.763,32.706c-.8641.0359-1.5938-.6354-1.6297-1.4996-.007-.167.0129-.334.0587-.4947l.2751-1.2962c.2691-1.1306,1.2563-1.945,2.4174-1.9943.8641-.0359,1.5938.6354,1.6297,1.4996.007.167-.0129.334-.0587.4947l-.2751,1.2962c-.2691,1.1306-1.2563,1.945-2.4174,1.9943Z"/><path class="b" d="M17.154,21.277c-.2691,1.1306-1.2562,1.945-2.4174,1.9943-.8641.036-1.5937-.6352-1.6298-1.4993-.007-.1671.0129-.3342.0588-.495l.275-1.2962c.2691-1.1306,1.2564-1.945,2.4175-1.9942.8641-.036,1.5937.6353,1.6297,1.4993.007.167-.0129.3341-.0587.4949"/><line class="b" x1="16.73" y1="23.271" x2="17.852" y2="17.987"/><path class="b" d="M19.4,21.277c-.2373.8317.2446,1.6983,1.0763,1.9356.1607.0459.3278.0657.4947.0587,1.1612-.0493,2.1484-.8637,2.4175-1.9943l.2751-1.2962c.2373-.8316-.2445-1.6982-1.0761-1.9355-.1608-.0459-.3279-.0657-.495-.0587-1.1611.0492-2.1483.8636-2.4174,1.9942"/><line class="b" x1="20.098" y1="17.987" x2="18.406" y2="25.964"/><path class="b" d="M24.5628,32.7057h-.674c-.4179.0166-.8087-.2065-1.0069-.5748l-1.96-3.8032c-.4478-.5612-.6492-1.2798-.5583-1.9919.2293-.9287,1.0536-1.5878,2.01-1.6071.6921-.0398,1.2854.4889,1.3253,1.181.0083.1438-.0083.2879-.0489.4261-.367,1.0979-1.3593,1.8665-2.514,1.9473-1.43.1074-2.6345,1.1101-2.9994,2.4969-.2358,1.1113.2918,1.926,1.6923,1.926,1.8409,0,3.2949-1.7457,5.3505-3.8911"/></svg>
Copied!