Srk Touch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Srk Touch 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/347813.svg" alt="Srk Touch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347813.svg" alt="Srk Touch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347813.svg" alt="Srk Touch icon" :width="24" :height="24" />
CSS background
.icon-srk-touch {
background-image: url('https://proicons.com/icon/347813.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5"/><path class="f" d="M21.2362,23.9707v-10.0346h3.3622c1.9008,0,3.4417,1.5088,3.4417,3.3701s-1.5409,3.3701-3.4417,3.3701h-3.3622M24.5984,20.6762l3.3619,3.292M12.2016,22.8712c.6298.8011,1.4195,1.0995,2.5181,1.0995h1.5204c1.4149,0,2.562-1.1207,2.562-2.5033v-.0108c0-1.3825-1.1471-2.5033-2.562-2.5033h-1.6772c-1.4165,0-2.5647-1.122-2.5647-2.506h0c0-1.387,1.1507-2.5114,2.5703-2.5114h1.5122c1.0987,0,1.8883.2984,2.5181,1.0995M30.4779,13.9361v10.0346M30.4779,20.4756l5.5202-6.5058M35.9981,23.9707l-4.2286-5.0173M11.8168,28.8626h3.3343M13.484,34.0545v-5.1919M32.8489,28.8626v5.1919M36.1832,28.8626v5.1919M32.8489,31.4488h3.3343M30.9291,32.3134v.0213c0,.9498-.7464,1.7198-1.6672,1.7198h0c-.9208,0-1.6672-.77-1.6672-1.7198v-1.7523c0-.9498.7464-1.7198,1.6672-1.7198h0c.9208,0,1.6672.77,1.6672,1.7198v.0213M18.7381,28.8626c.9236,0,1.6672.767,1.6672,1.7198v1.7523c0,.9528-.7436,1.7198-1.6672,1.7198h0c-.9236,0-1.6672-.767-1.6672-1.7198v-1.7523c0-.9528.7436-1.7198,1.6672-1.7198M22.3328,28.8626v3.4721c0,.9498.7464,1.7198,1.6672,1.7198s1.6672-.77,1.6672-1.7198v-3.4721"/></svg>
Copied!