uber from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
uber
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the uber logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.66 10.34c-.27 0-.51.06-.71.18q-.3.18-.48.48v-.61h-.98v4.97h.98v-2.83c0-.39.1-.7.31-.93s.47-.34.8-.34h.41v-.92h-.34Zm-15.28 2.4c0 .27-.04.52-.13.74q-.12.33-.36.57c-.15.16-.33.28-.54.37c-.2.09-.42.13-.66.13s-.46-.04-.67-.13c-.2-.08-.38-.21-.53-.37s-.27-.35-.35-.58a2.2 2.2 0 0 1-.13-.75V8.51H1.99v4.27c0 .4.07.77.2 1.1a2.45 2.45 0 0 0 1.37 1.38c.32.13.65.19 1.02.19s.69-.07 1-.2s.58-.32.8-.56v.63h1.01V8.49H6.37v4.21Zm11.87-1.72c-.22-.23-.48-.41-.79-.54s-.64-.2-.99-.2s-.7.07-1.01.2c-.31.14-.58.32-.81.56s-.41.51-.54.82s-.2.64-.2.99c0 .37.07.71.2 1.03c.14.32.32.59.56.82a2.66 2.66 0 0 0 1.88.75c.46 0 .86-.09 1.23-.28c.36-.19.67-.45.92-.78l-.71-.53c-.36.49-.84.73-1.43.73a1.67 1.67 0 0 1-1.09-.41c-.15-.13-.27-.28-.37-.45s-.16-.36-.2-.56h4.05v-.32c0-.37-.06-.71-.19-1.03c-.12-.32-.3-.59-.52-.82Zm-3.33 1.39c.09-.38.27-.69.55-.92s.6-.35.97-.35s.69.12.97.35s.46.54.54.92zm-2.13-1.38c-.23-.23-.51-.42-.83-.56s-.66-.2-1.02-.2s-.68.07-.98.2s-.56.31-.79.54V8.52h-.98v6.83h.98v-.62c.23.23.49.41.79.54s.63.2.98.2s.71-.07 1.02-.2a2.64 2.64 0 0 0 1.39-1.38c.14-.31.2-.65.2-1.01s-.07-.7-.2-1.01s-.32-.59-.56-.83Zm-.35 2.52c-.09.21-.21.39-.37.55c-.15.16-.33.28-.54.37s-.43.14-.66.14s-.46-.05-.67-.14a1.72 1.72 0 0 1-.92-.92c-.09-.21-.13-.43-.13-.67s.05-.47.14-.68s.21-.39.37-.55s.34-.28.55-.37s.43-.13.66-.13s.46.04.66.13s.39.21.54.37s.27.34.37.55c.09.21.14.44.14.68s-.05.46-.14.67" class="b"/></svg>

React

import type { SVGProps } from "react";

export function BxlUber(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.66 10.34c-.27 0-.51.06-.71.18q-.3.18-.48.48v-.61h-.98v4.97h.98v-2.83c0-.39.1-.7.31-.93s.47-.34.8-.34h.41v-.92h-.34Zm-15.28 2.4c0 .27-.04.52-.13.74q-.12.33-.36.57c-.15.16-.33.28-.54.37c-.2.09-.42.13-.66.13s-.46-.04-.67-.13c-.2-.08-.38-.21-.53-.37s-.27-.35-.35-.58a2.2 2.2 0 0 1-.13-.75V8.51H1.99v4.27c0 .4.07.77.2 1.1a2.45 2.45 0 0 0 1.37 1.38c.32.13.65.19 1.02.19s.69-.07 1-.2s.58-.32.8-.56v.63h1.01V8.49H6.37v4.21Zm11.87-1.72c-.22-.23-.48-.41-.79-.54s-.64-.2-.99-.2s-.7.07-1.01.2c-.31.14-.58.32-.81.56s-.41.51-.54.82s-.2.64-.2.99c0 .37.07.71.2 1.03c.14.32.32.59.56.82a2.66 2.66 0 0 0 1.88.75c.46 0 .86-.09 1.23-.28c.36-.19.67-.45.92-.78l-.71-.53c-.36.49-.84.73-1.43.73a1.67 1.67 0 0 1-1.09-.41c-.15-.13-.27-.28-.37-.45s-.16-.36-.2-.56h4.05v-.32c0-.37-.06-.71-.19-1.03c-.12-.32-.3-.59-.52-.82Zm-3.33 1.39c.09-.38.27-.69.55-.92s.6-.35.97-.35s.69.12.97.35s.46.54.54.92zm-2.13-1.38c-.23-.23-.51-.42-.83-.56s-.66-.2-1.02-.2s-.68.07-.98.2s-.56.31-.79.54V8.52h-.98v6.83h.98v-.62c.23.23.49.41.79.54s.63.2.98.2s.71-.07 1.02-.2a2.64 2.64 0 0 0 1.39-1.38c.14-.31.2-.65.2-1.01s-.07-.7-.2-1.01s-.32-.59-.56-.83Zm-.35 2.52c-.09.21-.21.39-.37.55c-.15.16-.33.28-.54.37s-.43.14-.66.14s-.46-.05-.67-.14a1.72 1.72 0 0 1-.92-.92c-.09-.21-.13-.43-.13-.67s.05-.47.14-.68s.21-.39.37-.55s.34-.28.55-.37s.43-.13.66-.13s.46.04.66.13s.39.21.54.37s.27.34.37.55c.09.21.14.44.14.68s-.05.46-.14.67" className="b"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.66 10.34c-.27 0-.51.06-.71.18q-.3.18-.48.48v-.61h-.98v4.97h.98v-2.83c0-.39.1-.7.31-.93s.47-.34.8-.34h.41v-.92h-.34Zm-15.28 2.4c0 .27-.04.52-.13.74q-.12.33-.36.57c-.15.16-.33.28-.54.37c-.2.09-.42.13-.66.13s-.46-.04-.67-.13c-.2-.08-.38-.21-.53-.37s-.27-.35-.35-.58a2.2 2.2 0 0 1-.13-.75V8.51H1.99v4.27c0 .4.07.77.2 1.1a2.45 2.45 0 0 0 1.37 1.38c.32.13.65.19 1.02.19s.69-.07 1-.2s.58-.32.8-.56v.63h1.01V8.49H6.37v4.21Zm11.87-1.72c-.22-.23-.48-.41-.79-.54s-.64-.2-.99-.2s-.7.07-1.01.2c-.31.14-.58.32-.81.56s-.41.51-.54.82s-.2.64-.2.99c0 .37.07.71.2 1.03c.14.32.32.59.56.82a2.66 2.66 0 0 0 1.88.75c.46 0 .86-.09 1.23-.28c.36-.19.67-.45.92-.78l-.71-.53c-.36.49-.84.73-1.43.73a1.67 1.67 0 0 1-1.09-.41c-.15-.13-.27-.28-.37-.45s-.16-.36-.2-.56h4.05v-.32c0-.37-.06-.71-.19-1.03c-.12-.32-.3-.59-.52-.82Zm-3.33 1.39c.09-.38.27-.69.55-.92s.6-.35.97-.35s.69.12.97.35s.46.54.54.92zm-2.13-1.38c-.23-.23-.51-.42-.83-.56s-.66-.2-1.02-.2s-.68.07-.98.2s-.56.31-.79.54V8.52h-.98v6.83h.98v-.62c.23.23.49.41.79.54s.63.2.98.2s.71-.07 1.02-.2a2.64 2.64 0 0 0 1.39-1.38c.14-.31.2-.65.2-1.01s-.07-.7-.2-1.01s-.32-.59-.56-.83Zm-.35 2.52c-.09.21-.21.39-.37.55c-.15.16-.33.28-.54.37s-.43.14-.66.14s-.46-.05-.67-.14a1.72 1.72 0 0 1-.92-.92c-.09-.21-.13-.43-.13-.67s.05-.47.14-.68s.21-.39.37-.55s.34-.28.55-.37s.43-.13.66-.13s.46.04.66.13s.39.21.54.37s.27.34.37.55c.09.21.14.44.14.68s-.05.46-.14.67" class="b"/></svg>
</template>

CSS

.icon-uber {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.66%2010.34c-.27%200-.51.06-.71.18q-.3.18-.48.48v-.61h-.98v4.97h.98v-2.83c0-.39.1-.7.31-.93s.47-.34.8-.34h.41v-.92h-.34Zm-15.28%202.4c0%20.27-.04.52-.13.74q-.12.33-.36.57c-.15.16-.33.28-.54.37c-.2.09-.42.13-.66.13s-.46-.04-.67-.13c-.2-.08-.38-.21-.53-.37s-.27-.35-.35-.58a2.2%202.2%200%200%201-.13-.75V8.51H1.99v4.27c0%20.4.07.77.2%201.1a2.45%202.45%200%200%200%201.37%201.38c.32.13.65.19%201.02.19s.69-.07%201-.2s.58-.32.8-.56v.63h1.01V8.49H6.37v4.21Zm11.87-1.72c-.22-.23-.48-.41-.79-.54s-.64-.2-.99-.2s-.7.07-1.01.2c-.31.14-.58.32-.81.56s-.41.51-.54.82s-.2.64-.2.99c0%20.37.07.71.2%201.03c.14.32.32.59.56.82a2.66%202.66%200%200%200%201.88.75c.46%200%20.86-.09%201.23-.28c.36-.19.67-.45.92-.78l-.71-.53c-.36.49-.84.73-1.43.73a1.67%201.67%200%200%201-1.09-.41c-.15-.13-.27-.28-.37-.45s-.16-.36-.2-.56h4.05v-.32c0-.37-.06-.71-.19-1.03c-.12-.32-.3-.59-.52-.82Zm-3.33%201.39c.09-.38.27-.69.55-.92s.6-.35.97-.35s.69.12.97.35s.46.54.54.92zm-2.13-1.38c-.23-.23-.51-.42-.83-.56s-.66-.2-1.02-.2s-.68.07-.98.2s-.56.31-.79.54V8.52h-.98v6.83h.98v-.62c.23.23.49.41.79.54s.63.2.98.2s.71-.07%201.02-.2a2.64%202.64%200%200%200%201.39-1.38c.14-.31.2-.65.2-1.01s-.07-.7-.2-1.01s-.32-.59-.56-.83Zm-.35%202.52c-.09.21-.21.39-.37.55c-.15.16-.33.28-.54.37s-.43.14-.66.14s-.46-.05-.67-.14a1.72%201.72%200%200%201-.92-.92c-.09-.21-.13-.43-.13-.67s.05-.47.14-.68s.21-.39.37-.55s.34-.28.55-.37s.43-.13.66-.13s.46.04.66.13s.39.21.54.37s.27.34.37.55c.09.21.14.44.14.68s-.05.46-.14.67%22%20class%3D%22b%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.66%2010.34c-.27%200-.51.06-.71.18q-.3.18-.48.48v-.61h-.98v4.97h.98v-2.83c0-.39.1-.7.31-.93s.47-.34.8-.34h.41v-.92h-.34Zm-15.28%202.4c0%20.27-.04.52-.13.74q-.12.33-.36.57c-.15.16-.33.28-.54.37c-.2.09-.42.13-.66.13s-.46-.04-.67-.13c-.2-.08-.38-.21-.53-.37s-.27-.35-.35-.58a2.2%202.2%200%200%201-.13-.75V8.51H1.99v4.27c0%20.4.07.77.2%201.1a2.45%202.45%200%200%200%201.37%201.38c.32.13.65.19%201.02.19s.69-.07%201-.2s.58-.32.8-.56v.63h1.01V8.49H6.37v4.21Zm11.87-1.72c-.22-.23-.48-.41-.79-.54s-.64-.2-.99-.2s-.7.07-1.01.2c-.31.14-.58.32-.81.56s-.41.51-.54.82s-.2.64-.2.99c0%20.37.07.71.2%201.03c.14.32.32.59.56.82a2.66%202.66%200%200%200%201.88.75c.46%200%20.86-.09%201.23-.28c.36-.19.67-.45.92-.78l-.71-.53c-.36.49-.84.73-1.43.73a1.67%201.67%200%200%201-1.09-.41c-.15-.13-.27-.28-.37-.45s-.16-.36-.2-.56h4.05v-.32c0-.37-.06-.71-.19-1.03c-.12-.32-.3-.59-.52-.82Zm-3.33%201.39c.09-.38.27-.69.55-.92s.6-.35.97-.35s.69.12.97.35s.46.54.54.92zm-2.13-1.38c-.23-.23-.51-.42-.83-.56s-.66-.2-1.02-.2s-.68.07-.98.2s-.56.31-.79.54V8.52h-.98v6.83h.98v-.62c.23.23.49.41.79.54s.63.2.98.2s.71-.07%201.02-.2a2.64%202.64%200%200%200%201.39-1.38c.14-.31.2-.65.2-1.01s-.07-.7-.2-1.01s-.32-.59-.56-.83Zm-.35%202.52c-.09.21-.21.39-.37.55c-.15.16-.33.28-.54.37s-.43.14-.66.14s-.46-.05-.67-.14a1.72%201.72%200%200%201-.92-.92c-.09-.21-.13-.43-.13-.67s.05-.47.14-.68s.21-.39.37-.55s.34-.28.55-.37s.43-.13.66-.13s.46.04.66.13s.39.21.54.37s.27.34.37.55c.09.21.14.44.14.68s-.05.46-.14.67%22%20class%3D%22b%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/uber.svg?color=%231a73e8&size=48