Line Walk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Line Walk 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/343078.svg" alt="Line Walk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343078.svg" alt="Line Walk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343078.svg" alt="Line Walk icon" :width="24" :height="24" />
CSS background
.icon-line-walk {
background-image: url('https://proicons.com/icon/343078.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"><path d="M16.5127,16.953l3.239-3.239c1.7889-1.7889,4.6892-1.7889,6.478,0,1.7889,1.7889,1.7889,4.6892,0,6.478l-3.239,3.239-6.478-6.478Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M31.0877,34.767l4.0488-4.0488c1.3416-1.3416,3.5169-1.3416,4.8585,0,1.3416,1.3416,1.3416,3.5169,0,4.8585l-5.3983,5.3983c-1.0435,1.0435-2.7353,1.0435-3.7788,0L8.685,18.842c-1.0435-1.0435-1.0435-2.7353,0-3.7788l6.2081-6.2081c4.4721-4.4721,11.723-4.4721,16.195,0,4.4721,4.4721,4.4721,11.723,0,16.195l-3.239,3.239,4.8585,4.8585" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M13.8697,35.628v3.4355c0,1.8974-1.5381,3.4355-3.4355,3.4355s-3.4355-1.5381-3.4355-3.4355v-7.6344c0-1.4757,1.1963-2.672,2.672-2.672h4.1989c1.3376,0,2.6589-.2929,3.8712-.8581" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M22.7707,32.93c-2.6352,1.7591-5.7326,2.6979-8.901,2.6979h-2.2903" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!