Uq Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uq 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/334578.svg" alt="Uq Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334578.svg" alt="Uq Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334578.svg" alt="Uq Mobile icon" :width="24" :height="24" />
CSS background
.icon-uq-mobile {
background-image: url('https://proicons.com/icon/334578.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path id="b" class="c" d="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><path class="c" d="M9.5,27.6394c9.4991-2.1289,19.5009-2.1289,29,0"/><path class="c" d="M13.036,12.7019v9.0915c0,2.4871,1.9865,4.5033,4.4371,4.5033s4.4371-2.016,4.4371-4.5033v-9.0915"/><path class="c" d="M30.5296,12.7019h0c2.4505,0,4.4371,1.9911,4.4371,4.4473v4.6995c0,2.4562-1.9865,4.4473-4.4371,4.4473h0c-2.4505,0-4.4371-1.9911-4.4371-4.4473v-4.6995c0-2.4562,1.9865-4.4473,4.4371-4.4473Z"/><path class="c" d="M30.53,23.8432l2.9853,4.5596"/><path class="c" d="M11.5,32.6791c0-.8766.7107-1.5873,1.5873-1.5873h0c.8766,0,1.5873.7107,1.5873,1.5873v2.619"/><line class="c" x1="11.5" y1="31.0918" x2="11.5" y2="35.2981"/><path class="c" d="M14.6746,32.6791c0-.8766.7107-1.5873,1.5873-1.5873h0c.8766,0,1.5873.7107,1.5873,1.5873v2.619"/><circle class="d" cx="29.3071" cy="29.1474" r=".75"/><line class="c" x1="29.3071" y1="31.0918" x2="29.3071" y2="35.2981"/><path class="c" d="M30.9692,28.949v5.5555c0,.4383.3553.7936.7936.7936h.2381"/><path class="c" d="M36.2919,34.4971c-.2734.4785-.7886.801-1.3792.801h0c-.8766,0-1.5873-.7107-1.5873-1.5873v-1.0317c0-.8766.7107-1.5873,1.5873-1.5873h0c.8766,0,1.5873.7107,1.5873,1.5873v.5159s-3.1746,0-3.1746,0"/><path class="c" d="M24.4923,32.6791c0-.8766.7107-1.5873,1.5873-1.5873h0c.8766,0,1.5873.7107,1.5873,1.5873v1.0317c0,.8766-.7107,1.5873-1.5873,1.5873h0c-.8766,0-1.5873-.7107-1.5873-1.5873"/><line class="c" x1="24.4923" y1="35.2981" x2="24.4923" y2="28.949"/><path class="c" d="M19.616,32.6791c0-.8766.7107-1.5873,1.5873-1.5873s1.5873.7107,1.5873,1.5873v1.0317c0,.8766-.7107,1.5873-1.5873,1.5873s-1.5873-.7107-1.5873-1.5873v-1.0317Z"/></svg>
Copied!