S Mobiili Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The S Mobiili 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/332309.svg" alt="S Mobiili icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332309.svg" alt="S Mobiili icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332309.svg" alt="S Mobiili icon" :width="24" :height="24" />
CSS background
.icon-s-mobiili {
background-image: url('https://proicons.com/icon/332309.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="M11.8626,43.5H14.397A15.8847,15.8847,0,0,0,30.2817,27.6153V21.7937A4.5385,4.5385,0,0,1,34.82,17.2552h.8059V10.2884H34.2116A10.2116,10.2116,0,0,0,24,20.5v7A10.2116,10.2116,0,0,1,13.7884,37.7116H12.3739V30.7448H13.18a4.5385,4.5385,0,0,0,4.5385-4.5385V20.3847A15.8847,15.8847,0,0,1,33.603,4.5h0A15.8847,15.8847,0,0,0,17.7183,20.3847v5.8216A4.5385,4.5385,0,0,1,13.18,30.7448h-.8059v6.9668h1.4145A10.2116,10.2116,0,0,0,24,27.5"/></svg>
Copied!