Walkr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Walkr 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/334948.svg" alt="Walkr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334948.svg" alt="Walkr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334948.svg" alt="Walkr icon" :width="24" :height="24" />
CSS background
.icon-walkr {
background-image: url('https://proicons.com/icon/334948.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12.3156,15.7926a2.4385,2.4385,0,0,0,1.7164.7035h.0021A2.448,2.448,0,0,0,14.032,11.6h0a2.4386,2.4386,0,0,0-2.4292,2.448A2.3826,2.3826,0,0,0,12.3156,15.7926ZM6.838,7.5107a.6755.6755,0,0,1,.2064-.4784.807.807,0,0,1,.5158-.197,23.8629,23.8629,0,0,1,9.1261,1.51,24.8746,24.8746,0,0,1,7.6255,5.4869c1.1536,1.1537,2.3917,2.5325,3.7517,4.1457L36.12,18.4a.8065.8065,0,0,1,.5533.347l4.7648,8.16a.6565.6565,0,0,1-.1032.8253l-1.3694,1.3507a.6757.6757,0,0,1-.4877.1876h-.197L33.4566,27.47l-5.9652,5.9747,1.8008,5.8714a.6847.6847,0,0,1-.16.6754l-1.3693,1.36a.75.75,0,0,1-.4784.1969.6457.6457,0,0,1-.347-.0938l-8.16-4.7553a.7409.7409,0,0,1-.3376-.5534l-.4221-8.0568q-2.42-2.0166-4.1457-3.7518a24.3862,24.3862,0,0,1-5.4306-7.6535A24.0572,24.0572,0,0,1,6.838,7.4825Z"/><path class="a" d="M10.8828,6.9637a21.4977,21.4977,0,1,1-3.8864,3.8768"/><path class="a" d="M26.7573,2.6632A5.5949,5.5949,0,1,0,37.0944,6.947"/><path class="a" d="M14.3628,43.2241A7.3193,7.3193,0,0,0,4.4513,32.9818"/></svg>
Copied!