Ptcltouch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ptcltouch 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/346246.svg" alt="Ptcltouch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346246.svg" alt="Ptcltouch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346246.svg" alt="Ptcltouch icon" :width="24" :height="24" />
CSS background
.icon-ptcltouch {
background-image: url('https://proicons.com/icon/346246.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M32.0626,28.0229c-1.3221,7.8789-10.418,10.965-16.8469,7.63a15.5478,15.5478,0,0,1-7.3192-8.37,18.9173,18.9173,0,0,1-1.1382-7.3359q.0162-.3778.0472-.7556a18.8333,18.8333,0,0,1,.4161-2.69A17.3964,17.3964,0,0,1,16.18,4.8907,19.92,19.92,0,0,1,30.5476,3.5341a20.7594,20.7594,0,0,1,12.3787,9.8514q.248.4382.4762.8863c4.0875,8.36,2.2469,20.6571-5.9262,26.6453-6.2223,4.4279-15.3684,5.7491-22.3865,2.48-4.5637-1.8731-9.3409-7.5287-11.2985-13.083a29.4472,29.4472,0,0,1-.9681-13.07"/><path class="a" d="M24.0046,19.02A4.305,4.305,0,1,1,19.7,23.3244,4.3047,4.3047,0,0,1,24.0046,19.02Z"/><path class="a" d="M32.0626,28.0229c-1.39,4.1564-5.6822,6.9109-10.3069,6.9109a10.4771,10.4771,0,1,1,3.2229-20.4495"/></svg>
Copied!