Lemuroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lemuroid 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/328267.svg" alt="Lemuroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328267.svg" alt="Lemuroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328267.svg" alt="Lemuroid icon" :width="24" :height="24" />
CSS background
.icon-lemuroid {
background-image: url('https://proicons.com/icon/328267.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,.b,.c{fill:none;stroke:#000;}.a{stroke-linecap:round;}.a,.c{stroke-linejoin:round;}</style></defs><circle class="a" cx="36" cy="19.05" r="7.5"/><circle class="a" cx="12" cy="19.05" r="7.5"/><path class="a" d="M23.2,27.25h1.7a4.59,4.59,0,0,1,4.6,4.6h0a4.59,4.59,0,0,1-4.6,4.6H23.2a4.59,4.59,0,0,1-4.6-4.6h0A4.65,4.65,0,0,1,23.2,27.25Z"/><circle class="a" cx="35.9" cy="16.35" r="1"/><circle class="a" cx="35.9" cy="21.25" r="1"/><circle class="a" cx="33.5" cy="18.85" r="1"/><circle class="a" cx="38.4" cy="18.85" r="1"/><path class="b" d="M10.7,15.15v2.4H8.2v2.7h2.5v2.4h2.5v-2.4h2.5v-2.7H13.2v-2.4Z"/><path class="c" d="M24,33.85l2.9-3.3H21Z"/></svg>
Copied!