Tapnturn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tapnturn 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/348235.svg" alt="Tapnturn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348235.svg" alt="Tapnturn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348235.svg" alt="Tapnturn icon" :width="24" :height="24" />
CSS background
.icon-tapnturn {
background-image: url('https://proicons.com/icon/348235.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="M45.5,24A21.51,21.51,0,0,0,24,2.5h0l7.23,7.24,4.09-4M18.14,4.17a2.11,2.11,0,0,0-1.47.61L4.78,16.67a2.07,2.07,0,0,0,0,2.93L28.4,43.22a2.07,2.07,0,0,0,2.93,0L43.22,31.33a2.08,2.08,0,0,0,0-2.94L19.61,4.78A2.11,2.11,0,0,0,18.14,4.17ZM2.5,24A21.51,21.51,0,0,0,24,45.5l-7.23-7.24-4.09,4"/><line class="a" x1="6.91" y1="21.73" x2="21.73" y2="6.91"/><line class="a" x1="26.27" y1="41.09" x2="41.09" y2="26.26"/></svg>
Copied!