Oroaming Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oroaming 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/330797.svg" alt="Oroaming icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330797.svg" alt="Oroaming icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330797.svg" alt="Oroaming icon" :width="24" :height="24" />
CSS background
.icon-oroaming {
background-image: url('https://proicons.com/icon/330797.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M41.8973,33.2825V28.2072l-14.625-9.8341V7.7723a3.2723,3.2723,0,0,0-6.5446,0V18.3731L6.1027,28.2072v5.0753l14.625-5.1686v8.7028l-4.875,4.2124V43.5H32.1473V41.0291l-4.875-4.2124V28.1139Z"/></svg>
Copied!