Taptap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Taptap 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/348241.svg" alt="Taptap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348241.svg" alt="Taptap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348241.svg" alt="Taptap icon" :width="24" :height="24" />
CSS background
.icon-taptap {
background-image: url('https://proicons.com/icon/348241.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M34.8244,18.8848c.306-.3521.8712-.698,1.301-.9018,2.1516-1.0208,4.9729-.4103,6.3773,1.5536,1.6587,2.3194,1.1434,5.7189-.7701,7.7313-1.6099,1.6931-3.9757,2.5115-6.2739,2.5735-.0143.9857.0735,1.9783-.0248,2.9583-.0772.7696-.8896,1.1388-1.6064,1.1591-.8093.0229-1.6187.2707-2.4232.1961-.6188-.0573-.8224-.7483-.8137-1.319.0632-4.1604-.0638-8.3226-.0114-12.483.0121-.9578-.3496-1.2122-.707-1.3309,1.0567-1.0018,2.8797-1.1693,4.2173-.6613.2455.0932.5455.3417.7349.5241ZM28.5482,19.9209c.0074,2.5214-.0174,5.5105.0121,7.5643.0158,1.0983.4169,1.1562.7253,1.3425-1.0981.9383-2.801,1.1238-4.1074.6944-.3454-.1135-.5514-.2338-.8431-.5855-.1247-.0057.0105.0414-.412.383-1.7997,1.455-4.9119,1.3524-6.6972-.3451-1.6865-1.6037-1.9694-4.2394-1.1362-6.3266.7414-1.9154,2.4213-3.3529,4.3354-4.027,2.2072-.8246,4.6962-.8246,6.9326-.1138.6109.2167,1.2201.7017,1.1904,1.4138ZM11.3062,30.8624c.69-.0365,1.4099-.0345,2.053-.3004.6904-.2855.7633-1.084.7633-1.7535v-10.084c1.0598-.1198,2.1365-.1373,3.1825-.3407.7639-.1485,1.064-.9964,1.004-1.7162-.0531-.6376.0927-1.2972-.0501-1.9208-.1457-.6367-.8796-.7297-1.4587-.6613-2.9558.3492-5.9214.6194-8.8872.8646-.8516.0704-1.9819-.1503-2.2122-1.1189-1.071,1.1264-1.5434,2.9211-.9262,4.371.4069.9558,1.5255,1.2191,2.4977,1.1939.9819-.0254,1.7796-.2544,1.7793-.0241-.004,3.5669-.0308,7.1343.0057,10.7008.0025.248.1488.4802.3872.6587s.8635.1837,1.8617.1309ZM36.3917,21.1253c-.5864.3038-.9051.9589-.9272,1.6007-.0275.4453-.0082.9163-.0139,1.3742.0011.7448-.0022,1.4896.0017,2.2343.0146.2186.2435.3459.4453.3104.7038-.06,1.3035-.524,1.7475-1.045.7873-.9544,1.0938-2.2787.8416-3.4857-.1089-.5599-.5583-1.0549-1.1358-1.1341-.3241-.0535-.6681-.0116-.9592.1452h0ZM22.7553,26.7135c.5893-.2964.9048-.9537.9272-1.5927-.0042-.6993-.0015-1.4292-.0023-2.1416-.0043-.5.0087-1.001-.0066-1.5003-.0509-.2854-.3931-.3228-.6238-.2568-.7557.1652-1.3752.7168-1.7982,1.3445-.6049.9172-.8243,2.0835-.5993,3.1581.1085.5614.5607,1.0558,1.1388,1.1345.3265.058.6699.0082.9642-.1457Z"/></svg>
Copied!