Omw Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Omw 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/330601.svg" alt="Omw icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330601.svg" alt="Omw icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330601.svg" alt="Omw icon" :width="24" :height="24" />
CSS background
.icon-omw {
background-image: url('https://proicons.com/icon/330601.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{fill:#000;}.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="37.04" cy="13.8" r="0.75"/><circle class="a" cx="40.64" cy="13.8" r="0.72"/><path class="b" d="M10.3,39.1H14l.9-2.3H9.4Z"/><path class="b" d="M34,39.1h3.7l.9-2.3H33Z"/><circle class="a" cx="37.04" cy="17.4" r="0.75"/><circle class="a" cx="37.04" cy="21.1" r="0.75"/><circle class="a" cx="37.04" cy="24.7" r="0.72"/><circle class="a" cx="40.64" cy="17.4" r="0.71"/><circle class="a" cx="40.64" cy="21" r="0.71"/><circle class="a" cx="40.64" cy="24.6" r="0.71"/><path class="b" d="M30.56,12.8V17l-2,2.8v6.3l2,2.3v4.3"/><rect class="b" x="8.2" y="12.8" width="26.2" height="19.9"/><rect class="b" x="36.79" y="29.8" width="4.1" height="3"/><rect class="b" x="4.5" y="8.9" width="39" height="27.9" rx="2"/></svg>
Copied!