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

export const LyftIcon = ({
  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="M20.98 11.94v-.86h.93V8.07h-1.02a4.01 4.01 0 0 0-7.93.85v7.02c.63.09 1.38-.01 2.02-.54.66-.55.96-1.45.96-2.31v-.26h1.52V9.82h-1.52v-.91c0-.56.46-1.02 1.02-1.02s1.02.46 1.02 1.02v3.01c0 2.21 1.8 4.01 4.01 4.01v-2.99c-.56 0-1.02-.46-1.02-1.02Zm-11.5.55c0 .25-.21.45-.46.45s-.46-.2-.46-.45V8.08H5.55v5.19c0 .93.32 2.11 1.76 2.5 1.44.38 2.28-.41 2.28-.41-.08.52-.57.91-1.37.99-.6.06-1.37-.14-1.76-.3v2.75c.98.29 2.01.38 3.03.19 1.84-.36 3-1.89 3-3.94V8.09H9.48v4.41Z" />
      <path d="M5.04 13.32V5.17H2v8.12c0 .85.3 1.76.97 2.31 1.13.93 2.63.55 3.13.11-.47-.33-1.06-1.1-1.06-2.39" />
  </svg>
);

Icon

Lyft

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