Omoservice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Omoservice 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/345158.svg" alt="Omoservice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345158.svg" alt="Omoservice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345158.svg" alt="Omoservice icon" :width="24" :height="24" />
CSS background
.icon-omoservice {
background-image: url('https://proicons.com/icon/345158.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>.h{fill:#fff;}.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="h" cx="4.989" cy="34.7478" r=".9229"/><path id="d" class="i" d="M4.3946,31.0434c-1.0969-4.6133-1.8989-13.0117,2.0858-12.5067,3.4552.4379,8.5698,9.9166,12.0075,10.3785,2.3028.3094,2.7638-2.5689,2.6-7.4984-.2427-7.3033-.6014-14.8197,1.8661-15.403,3.2139-.7597,8.9409,12.1514,12.5804,13.2171,1.965.5754,2.9048-2.5555,6.9653-9.3346"/><path id="e" class="i" d="M39.105,11.7763l3.3947-1.88-.1345,3.6009"/><path id="f" class="i" d="M44.4997,35.0184c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7Z"/><path id="g" class="i" d="M35.0081,38.1419c.4906.6387,1.1057.8765,1.9615.8765h1.1844c1.1022,0,1.9957-.8935,1.9957-1.9957v-.0086c0-1.1022-.8935-1.9957-1.9957-1.9957h-1.3065c-1.1034,0-1.9978-.8945-1.9978-1.9978h0c0-1.1058.8964-2.0022,2.0022-2.0022h1.1779c.8558,0,1.471.2379,1.9615.8765"/></svg>
Copied!