Uber Driver Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uber Driver 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/348995.svg" alt="Uber Driver icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348995.svg" alt="Uber Driver icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348995.svg" alt="Uber Driver icon" :width="24" :height="24" />
CSS background
.icon-uber-driver {
background-image: url('https://proicons.com/icon/348995.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="M38.4999,42.5001H9.4999c-2.2091,0-4-1.7909-4-4V9.5001c0-2.2091,1.7909-4,4-4h29c2.2091,0,4,1.7909,4,4v29c0,2.2091-1.7909,4-4,4Z"/><path class="b" d="M35.7856,18.9562c0-1.501,1.2134-2.7196,2.7144-2.726"/><line class="b" x1="35.7856" y1="16.2302" x2="35.7856" y2="23.4338"/><path class="b" d="M32.6072,22.065c-.4781.8332-1.3595,1.3532-2.32,1.3688-1.4982.0513-2.7544-1.1218-2.8056-2.62-.0011-.0315-.0016-.0629-.0016-.0944v-1.7632c0-1.501,1.2134-2.7196,2.7144-2.726,1.4991,0,2.7144,1.2153,2.7144,2.7144,0,.0039,0,.0078,0,.0116v.8816h-5.4288"/><path class="b" d="M9.5,12.5646v7.2732c.1129,1.9892,1.8171,3.5102,3.8063,3.3973,1.8315-.104,3.2933-1.5658,3.3973-3.3973v-7.2732"/><path class="b" d="M19.4992,18.9562c0-1.501,1.2134-2.7196,2.7144-2.726,1.501.0064,2.7144,1.225,2.7144,2.726v1.7632c0,1.4991-1.2153,2.7144-2.7144,2.7144h0c-1.4991,0-2.7144-1.2153-2.7144-2.7144h0"/><line class="b" x1="19.4992" y1="23.4338" x2="19.4992" y2="12.5646"/><path class="b" d="M5.5,33.009c5.8143.001,11.628.001,17.44,0l-4.0311-4.0311"/><path class="b" d="M22.94,33.009l-4.0311,4.0311"/></svg>
Copied!