Mobily Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobily 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/343998.svg" alt="Mobily icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343998.svg" alt="Mobily icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343998.svg" alt="Mobily icon" :width="24" :height="24" />
CSS background
.icon-mobily {
background-image: url('https://proicons.com/icon/343998.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.5,29.161V9.8986c0-1.4027,1.1371-2.5399,2.5399-2.5399h31.9202c1.4027,0,2.5399,1.1371,2.5399,2.5399v20.6197c0,.7365-.783,1.2091-1.4346.8658l-6.4123-3.3775c-.7046-.3711-1.1456-1.1019-1.1456-1.8983v-8.2126c0-.8909-.7222-1.6132-1.6132-1.6132h-15.5139c-.8909,0-1.6132.7222-1.6132,1.6132v8.5464l26.8169,12.3897c1.0508.4855.4767,2.0716-.6414,1.7721L7.3827,31.6144c-1.1105-.2975-1.8827-1.3038-1.8827-2.4534Z"/></svg>
Copied!