Imo Beta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Imo Beta 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/341926.svg" alt="Imo Beta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341926.svg" alt="Imo Beta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341926.svg" alt="Imo Beta icon" :width="24" :height="24" />
CSS background
.icon-imo-beta {
background-image: url('https://proicons.com/icon/341926.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>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m43.3266,33.4309c1.3921-2.8474,2.1734-6.0479,2.1734-9.4309,0-11.8741-9.6259-21.5-21.5-21.5S2.5,12.1259,2.5,24c0,5.4902,2.0752,10.4837,5.4617,14.2834-.971,2.8007-2.9933,3.6747-5.4617,4.5671,2.2605,2.1812,6.6677,2.7591,10.6226-.3278,3.1938,1.8799,6.9033,2.9773,10.8774,2.9773,3.3848,0,6.5869-.7822,9.4355-2.1756"/><g><rect class="d" x="31.6398" y="19.8877" width="5.8181" height="7.709" rx="2.909" ry="2.909"/><g><path class="d" d="m16.9179,22.7967c0-1.6066,1.3024-2.909,2.909-2.909h0c1.6066,0,2.909,1.3024,2.909,2.909v4.7999"/><line class="d" x1="16.9179" y1="19.8877" x2="16.9179" y2="27.5967"/><path class="d" d="m22.736,22.7967c0-1.6066,1.3024-2.909,2.909-2.909h0c1.6066,0,2.909,1.3024,2.909,2.909v4.7999"/></g><g><circle class="c" cx="13.5602" cy="17.1792" r=".75"/><line class="d" x1="13.5602" y1="19.8877" x2="13.5602" y2="27.5967"/></g></g><circle class="d" cx="38.5" cy="38.5" r="7"/><g><path class="d" d="m39.5357,38.5c1.1046,0,2,.8954,2,2s-.8954,2-2,2h-3.3v-8h3.3c1.1046,0,2,.8954,2,2s-.8954,2-2,2h0Z"/><line class="d" x1="39.5357" y1="38.5" x2="36.2357" y2="38.5"/></g></svg>
Copied!