Uba Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uba Mobile 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/348991.svg" alt="Uba Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348991.svg" alt="Uba Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348991.svg" alt="Uba Mobile icon" :width="24" :height="24" />
CSS background
.icon-uba-mobile {
background-image: url('https://proicons.com/icon/348991.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="g" d="M14.27300048,11.50599957l9.9649992,19.7339983c3.27099991,6.47800064,1.4659996,11.26000214-6.08600044,11.26000214H7.27500081l6.99799967-30.99400043Z"/><path id="f" class="g" d="M33.72700191,36.49399948l-9.96500206-19.73399925c-3.27199936-6.47800064-1.4659996-11.26000023,6.08600044-11.26000023h10.8769989l-6.99799728,30.99399948Z"/></svg>
Copied!