Lemming Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lemming 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/342820.svg" alt="Lemming icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342820.svg" alt="Lemming icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342820.svg" alt="Lemming icon" :width="24" :height="24" />
CSS background
.icon-lemming {
background-image: url('https://proicons.com/icon/342820.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m26.0761,20.8688c0,3.5671,2.8917,6.4589,6.4589,6.4589,3.5671,0,6.4589-2.8917,6.4589-6.4589s-2.8917-6.4589-6.4589-6.4589c-3.5671,0-6.4589,2.8917-6.4589,6.4589h0Zm3.8974-9.6923c.699-1.2416,1.717-2.3428,3.1462-3.3418l6.3786,4.5202c4.0398,2.8614,1.5565,5.9053-1.4643,5.13m-16.1101,3.3839c0,3.5671-2.8917,6.4589-6.4589,6.4589h0c-3.5671,0-6.4589-2.8917-6.4589-6.4589h0c0-3.5671,2.8917-6.4589,6.4589-6.4589h0c3.5671,0,6.4589,2.8917,6.4589,6.4589h0Zm-3.8974-9.6923c-.699-1.2416-1.717-2.3428-3.1462-3.3418l-6.3786,4.5202c-4.0438,2.8644-1.5515,5.9113,1.4743,5.128m14.2115,22.6823c13.6068-.339,15.6698-7.0677,15.8283-11.8246.0717-2.2958-.3002-4.5838-1.0952-6.7387m-4.5192-6.9172c-2.8062-2.6698-6.4448-4.3417-10.4014-4.3417s-7.5972,1.6719-10.4044,4.3447m-4.5363,6.9704c-.7812,2.1386-1.1461,4.4068-1.0751,6.6825.1585,4.7569,2.2215,11.4856,15.8293,11.8246m16.411-20.3746l-1.3309.0822m3.6838,7.188c-1.8554-.0993-3.2936-.2066-4.9134-.0602m5.1952,2.3248c-4.5132-1.0671-8.8599-1.0992-13.7913-.2387m14.4322,3.5383c-4.453-1.7952-9.4436-1.9878-14.3941-2.1162m-5.125,1.2607c-2.2777-.339-2.6979-1.2537-2.7781-2.5665-.1163-1.9126,1.3861-1.7993,2.7972-1.7993s2.9135-.1133,2.7982,1.7993c-.0802,1.3128-.5376,2.2275-2.8162,2.5665-.008,1.6137-1.2537,2.8985-4.102,2.7129m4.1361-2.7129c.008,1.6137,1.2537,2.8985,4.102,2.7129m6.489-15.1493c.0317.1177.0479.2391.0481.3611h0c-.0006.7723-.6268,1.3981-1.3991,1.3981-.7727,0-1.3991-.6264-1.3991-1.3991h0c.0004-.661.4635-1.2315,1.1102-1.368m1.6408,1.0089c.3288.4441.5064.9819.5065,1.5345h0c0,1.4246-1.1549,2.5795-2.5795,2.5795s-2.5795-1.1549-2.5795-2.5795h0c.0006-1.4242,1.1553-2.5785,2.5795-2.5785.1431-.0002.2861.0116.4272.0351m-15.4251,1.0079c.0317.1177.0479.2391.0481.3611h0c-.0006.7723-.6268,1.3981-1.3991,1.3981-.7727,0-1.3991-.6264-1.3991-1.3991h0c.0004-.661.4635-1.2315,1.1102-1.368m1.6408,1.0089c.3288.4441.5064.9819.5065,1.5345h0c0,1.4246-1.1549,2.5795-2.5795,2.5795h0c-1.4246,0-2.5795-1.1549-2.5795-2.5795h0c.0006-1.4242,1.1553-2.5785,2.5795-2.5785.1431-.0002.2861.0116.4272.0351m6.4087,1.717h3.3989m-17.9244-.2507l1.3309.0812m-3.6838,7.188c1.8554-.0993,3.2936-.2066,4.9134-.0602m-5.1952,2.3248c4.5132-1.0671,8.8599-1.0992,13.7913-.2387m-14.4322,3.5383c4.453-1.7952,9.4436-1.9878,14.3941-2.1162"/></svg>
Copied!