Omo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Omo 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/330598.svg" alt="Omo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330598.svg" alt="Omo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330598.svg" alt="Omo icon" :width="24" :height="24" />
CSS background
.icon-omo {
background-image: url('https://proicons.com/icon/330598.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>.e{fill:#000;}.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="M40.105,14.9502l3.3947-1.88-.1345,3.6009M5.3946,34.2173c-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"/><circle id="d" class="e" cx="5.989" cy="37.9216" r=".9229"/></svg>
Copied!