Jerboa For Lemmy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jerboa For Lemmy 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/327661.svg" alt="Jerboa For Lemmy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327661.svg" alt="Jerboa For Lemmy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327661.svg" alt="Jerboa For Lemmy icon" :width="24" :height="24" />
CSS background
.icon-jerboa-for-lemmy {
background-image: url('https://proicons.com/icon/327661.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;}.b{fill:#000;}</style></defs><path class="a" d="M36.473,18.7085l-2.5082-.044-3.2634-5.6012,7.76,4.27c.2919-1.22,1.4821-1.1144,2.2945-.9618,1.7094.321,2.7724,2.1808,3.7408,3.6323A2.8853,2.8853,0,0,1,42.97,21.713a2.9094,2.9094,0,0,1-1.5213-.1113c-1.0342.998-3.0569,1.0058-4.8145.6139m5.034,3.015c1.2658-1.1806-.8611-1.3721-1.98-1.3146-1.0222.0524-2.9719,1.37-3.634,1.5758l-2-2.0285"/><path class="a" d="M34.9624,24.3852,32.98,25.8525"/><path class="a" d="M31.682,22.9226s2.65,3.0681.4482,5.7283-7.418,3.5247-8.0925,5.8776H41.3223s-3.3268-2.5444-6.4189-1.7172-10.8657,1.7172-10.8657,1.7172"/><path class="a" d="M24.5007,33.6953s.9176-1.6065-.4809-2.3334-3.6929-.101-3.8979-1.7421-1.551-7.12,1.73-12.0572,11.3562-.1976,11.3562-.1976"/><path class="a" d="M20.1823,29.8962s-4.8675,5.0934-10.9446,5.04S1.59,28.9578,6.0643,26.9346s10.5521-3.9585,7.5073-6.7783-8.94-4.64-8.94-4.64,1.7614,4.2241,2.7524,4.315,5.3774-.3573,5.3774-.3573"/><circle class="b" cx="40.3331" cy="19.1382" r="0.75"/></svg>
Copied!