Walk Band Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Walk Band 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/349506.svg" alt="Walk Band icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349506.svg" alt="Walk Band icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349506.svg" alt="Walk Band icon" :width="24" :height="24" />
CSS background
.icon-walk-band {
background-image: url('https://proicons.com/icon/349506.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m25.466,41.9305c-1.3287.3779-2.7034.5695-4.0848.5695-4.2485,0-8.2958-1.8098-11.1285-4.9762m0,0c-2.4489-2.7374-3.8028-6.2814-3.8031-9.9544,0-8.2465,6.6851-14.9315,14.9315-14.9315h0c3.4193.0001,6.735,1.1738,9.3929,3.3248m2.0153,1.9742c2.2746,2.6942,3.5224,6.1065,3.5223,9.6325-.0003,6.6726-4.4277,12.5351-10.8457,14.361m8.2719-32.2634l1.3606,1.0688m-2.3763-.2015l1.3606,1.0688m1.5862-3.7389l1.3606,1.0688m-2.3763-.2015l1.3606,1.0688m1.7216-3.6938l1.3606,1.0688m-2.3763-.2005l1.3606,1.0678m-27.8287,29.478c1.5551-1.0398,2.9679-2.3302,3.0842-5.6048.1003-2.8014,1.9251-5.7723,4.2643-5.9096.7149-.0421,1.4839.4271.5374,2.4645-1.123,2.4144,1.7617,4.7596,3.3158,2.2911l11.5045-18.2774c-.2647-.5535-.8422-1.0287.1735-1.877l5.7853-4.8268c.5735-.4793,1.9652-.361,2.3943.4783.6928,1.3516-.1464,2.9378-2.1587,2.8094l-1.1891,3.008c-.1725.4352-.369.7791-.9024.7219-1.0127-.1063-1.6263.4642-2.0655,1.2333l-12.072,21.2041c.4211,1.9822,2.266,2.5096,4.544.6718,1.5962-1.2884,2.1577-.0351,1.8559,1.7446-.3309,1.9512-1.7647,2.63-3.3388,3.76-.2139.1498-.4056.329-.5695.5324"/></svg>
Copied!