next-icons-logoNext IconsAll Icons
export type IconProps = {
  size?: number | string;
  color?: string;
  className?: string;
} & React.SVGProps<SVGSVGElement>;

export const UberIcon = ({
  size = 24,
  color = "currentColor",
  className,
  ...props
}: IconProps) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 24 24"
    width={size}
    height={size}
    fill={color}
    className={className}
    {...props}
  >
      <path 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.37-.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-.2.58-.32.8-.56v.63h1.01V8.49H6.37v4.21Zm11.87-1.72c-.22-.23-.48-.41-.79-.54s-.64-.2-.99-.2-.7.07-1.01.2c-.31.14-.58.32-.81.56s-.41.51-.54.82-.2.64-.2.99c0 .37.07.71.2 1.03.14.32.32.59.56.82a2.66 2.66 0 0 0 1.88.75c.46 0 .86-.09 1.23-.28.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.03-.12-.32-.3-.59-.52-.82Zm-3.33 1.39c.09-.38.27-.69.55-.92s.6-.35.97-.35.69.12.97.35.46.54.54.92zm-2.13-1.38c-.23-.23-.51-.42-.83-.56s-.66-.2-1.02-.2-.68.07-.98.2-.56.31-.79.54V8.52h-.98v6.83h.98v-.62c.23.23.49.41.79.54s.63.2.98.2.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.01-.32-.59-.56-.83Zm-.35 2.52c-.09.21-.21.39-.37.55-.15.16-.33.28-.54.37s-.43.14-.66.14-.46-.05-.67-.14a1.72 1.72 0 0 1-.92-.92c-.09-.21-.13-.43-.13-.67s.05-.47.14-.68.21-.39.37-.55.34-.28.55-.37.43-.13.66-.13.46.04.66.13.39.21.54.37.27.34.37.55c.09.21.14.44.14.68s-.05.46-.14.67" />
  </svg>
);

Icon

Uber

Category

brands

Use case

Use this icon in navbar items, social link groups, profile actions, settings rows, and call-to-action buttons.

Size

48px

Color

#18181b

Related brands icons

AdobeAirbnbAmazonAmexAppleAppleMusicAtlassianAutoDesk