Imo Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Imo Lite 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/327369.svg" alt="Imo Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327369.svg" alt="Imo Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327369.svg" alt="Imo Lite icon" :width="24" :height="24" />
CSS background
.icon-imo-lite {
background-image: url('https://proicons.com/icon/327369.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><polyline class="b" points="36.5 34.5 36.5 42.5 40.5 42.5"/><circle class="b" cx="38.5" cy="38.5" r="7"/><line class="b" x1="13.56" y1="19.888" x2="13.56" y2="27.597"/><circle class="c" cx="13.56" cy="17.179" r=".75"/><path class="b" d="m22.736,22.797c-.0006-1.6066,1.3014-2.9094,2.908-2.91h.001c1.6066,0,2.909,1.3024,2.909,2.909v4.801"/><line class="b" x1="16.918" y1="19.887" x2="16.918" y2="27.597"/><path class="b" d="m16.918,22.797c-.0006-1.6066,1.3014-2.9094,2.908-2.91h.001c1.6066,0,2.909,1.3024,2.909,2.909v4.801"/><path class="b" d="m34.549,19.887h0c1.6033-.0033,2.9057,1.2937,2.909,2.897,0,.0043,0,.0087,0,.013v1.89c.0039,1.6033-1.2927,2.9061-2.896,2.91-.0047,0-.0093,0-.014,0h0c-1.6033.0028-2.9052-1.2947-2.908-2.898,0-.004,0-.008,0-.012v-1.89c-.0039-1.6033,1.2927-2.9061,2.896-2.91.0043,0,.0087,0,.013,0Z"/><path class="b" d="m43.327,33.431c1.4346-2.9366,2.1779-6.1627,2.173-9.431,0-11.874-9.626-21.5-21.5-21.5S2.5,12.126,2.5,24c0,5.49,2.075,10.484,5.462,14.283-.971,2.801-2.994,3.675-5.462,4.567,2.26,2.182,6.668,2.76,10.623-.327,3.2937,1.9484,7.0502,2.9766,10.877,2.977,3.385,0,6.587-.782,9.435-2.176"/></svg>
Copied!