Skiplagged Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skiplagged 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/347394.svg" alt="Skiplagged icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347394.svg" alt="Skiplagged icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347394.svg" alt="Skiplagged icon" :width="24" :height="24" />
CSS background
.icon-skiplagged {
background-image: url('https://proicons.com/icon/347394.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m27.1363,34.3344l11.247,6.153c.8192.4604,1.7571-.377,1.3922-1.2429l-12.2671-29.1083c-1.8745-3.8739-5.4146-3.4654-7.0167,0l-12.2671,29.1083c-.3649.8659.5729,1.7033,1.3922,1.2429,0,0,10.9821-5.7706,14.1767-8.3644,1.4164-1.1501,5.4698-4.4838,4.7655-5.3384-1.1183-1.3569-9.6062,2.6621-10.5124,1.5447-.3572-.4404,2.3851-5.2773,9.1311-9.1685"/></svg>
Copied!