lyft from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
lyft
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the lyft logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M32 14.828v-4.682h-1.672c-.698-3.677-4.563-6.099-8.453-4.641c-2.167.807-3.922 3.391-3.922 5.708v10.641h.197a4.67 4.67 0 0 0 3.177-1.438a4.66 4.66 0 0 0 1.307-3.24h1.948v-4.688h-1.948v-1.292c0-.5.266-.964.703-1.208c1.198-.667 2.417.193 2.417 1.328v4.292c0 1.698.641 3.276 1.807 4.443c1.109 1.109 2.615 1.75 4.234 1.802h.198v-4.682a1.56 1.56 0 0 1-1.557-1.563v-.781zM4.682 17.953V5.463H0v11.708c0 3.214 2.125 4.682 4.099 4.682c.589 0 1.177-.141 1.703-.385c.078-.036.203-.115.203-.115s-.12-.125-.167-.177c-.75-.854-1.156-1.964-1.156-3.229zm7.417-1.453c0 .193-.094.38-.255.49c-.63.443-1.307 0-1.307-.599v-6.245H5.855v7.807a3.905 3.905 0 0 0 3.901 3.901c.932 0 1.833-.333 2.536-.938c-.073.578-.391 1.057-.922 1.385c-.495.313-1.141.479-1.87.479c-.75 0-1.51-.177-2.198-.51c0 0-.125-.057-.281-.146v4.161a8.9 8.9 0 0 0 3.286.641c1.75 0 3.344-.547 4.495-1.542c1.292-1.109 1.979-2.74 1.979-4.698V10.15h-4.688z"/></svg>

React

import type { SVGProps } from "react";

export function CibLyft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M32 14.828v-4.682h-1.672c-.698-3.677-4.563-6.099-8.453-4.641c-2.167.807-3.922 3.391-3.922 5.708v10.641h.197a4.67 4.67 0 0 0 3.177-1.438a4.66 4.66 0 0 0 1.307-3.24h1.948v-4.688h-1.948v-1.292c0-.5.266-.964.703-1.208c1.198-.667 2.417.193 2.417 1.328v4.292c0 1.698.641 3.276 1.807 4.443c1.109 1.109 2.615 1.75 4.234 1.802h.198v-4.682a1.56 1.56 0 0 1-1.557-1.563v-.781zM4.682 17.953V5.463H0v11.708c0 3.214 2.125 4.682 4.099 4.682c.589 0 1.177-.141 1.703-.385c.078-.036.203-.115.203-.115s-.12-.125-.167-.177c-.75-.854-1.156-1.964-1.156-3.229zm7.417-1.453c0 .193-.094.38-.255.49c-.63.443-1.307 0-1.307-.599v-6.245H5.855v7.807a3.905 3.905 0 0 0 3.901 3.901c.932 0 1.833-.333 2.536-.938c-.073.578-.391 1.057-.922 1.385c-.495.313-1.141.479-1.87.479c-.75 0-1.51-.177-2.198-.51c0 0-.125-.057-.281-.146v4.161a8.9 8.9 0 0 0 3.286.641c1.75 0 3.344-.547 4.495-1.542c1.292-1.109 1.979-2.74 1.979-4.698V10.15h-4.688z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M32 14.828v-4.682h-1.672c-.698-3.677-4.563-6.099-8.453-4.641c-2.167.807-3.922 3.391-3.922 5.708v10.641h.197a4.67 4.67 0 0 0 3.177-1.438a4.66 4.66 0 0 0 1.307-3.24h1.948v-4.688h-1.948v-1.292c0-.5.266-.964.703-1.208c1.198-.667 2.417.193 2.417 1.328v4.292c0 1.698.641 3.276 1.807 4.443c1.109 1.109 2.615 1.75 4.234 1.802h.198v-4.682a1.56 1.56 0 0 1-1.557-1.563v-.781zM4.682 17.953V5.463H0v11.708c0 3.214 2.125 4.682 4.099 4.682c.589 0 1.177-.141 1.703-.385c.078-.036.203-.115.203-.115s-.12-.125-.167-.177c-.75-.854-1.156-1.964-1.156-3.229zm7.417-1.453c0 .193-.094.38-.255.49c-.63.443-1.307 0-1.307-.599v-6.245H5.855v7.807a3.905 3.905 0 0 0 3.901 3.901c.932 0 1.833-.333 2.536-.938c-.073.578-.391 1.057-.922 1.385c-.495.313-1.141.479-1.87.479c-.75 0-1.51-.177-2.198-.51c0 0-.125-.057-.281-.146v4.161a8.9 8.9 0 0 0 3.286.641c1.75 0 3.344-.547 4.495-1.542c1.292-1.109 1.979-2.74 1.979-4.698V10.15h-4.688z"/></svg>
</template>

CSS

.icon-lyft {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2014.828v-4.682h-1.672c-.698-3.677-4.563-6.099-8.453-4.641c-2.167.807-3.922%203.391-3.922%205.708v10.641h.197a4.67%204.67%200%200%200%203.177-1.438a4.66%204.66%200%200%200%201.307-3.24h1.948v-4.688h-1.948v-1.292c0-.5.266-.964.703-1.208c1.198-.667%202.417.193%202.417%201.328v4.292c0%201.698.641%203.276%201.807%204.443c1.109%201.109%202.615%201.75%204.234%201.802h.198v-4.682a1.56%201.56%200%200%201-1.557-1.563v-.781zM4.682%2017.953V5.463H0v11.708c0%203.214%202.125%204.682%204.099%204.682c.589%200%201.177-.141%201.703-.385c.078-.036.203-.115.203-.115s-.12-.125-.167-.177c-.75-.854-1.156-1.964-1.156-3.229zm7.417-1.453c0%20.193-.094.38-.255.49c-.63.443-1.307%200-1.307-.599v-6.245H5.855v7.807a3.905%203.905%200%200%200%203.901%203.901c.932%200%201.833-.333%202.536-.938c-.073.578-.391%201.057-.922%201.385c-.495.313-1.141.479-1.87.479c-.75%200-1.51-.177-2.198-.51c0%200-.125-.057-.281-.146v4.161a8.9%208.9%200%200%200%203.286.641c1.75%200%203.344-.547%204.495-1.542c1.292-1.109%201.979-2.74%201.979-4.698V10.15h-4.688z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2014.828v-4.682h-1.672c-.698-3.677-4.563-6.099-8.453-4.641c-2.167.807-3.922%203.391-3.922%205.708v10.641h.197a4.67%204.67%200%200%200%203.177-1.438a4.66%204.66%200%200%200%201.307-3.24h1.948v-4.688h-1.948v-1.292c0-.5.266-.964.703-1.208c1.198-.667%202.417.193%202.417%201.328v4.292c0%201.698.641%203.276%201.807%204.443c1.109%201.109%202.615%201.75%204.234%201.802h.198v-4.682a1.56%201.56%200%200%201-1.557-1.563v-.781zM4.682%2017.953V5.463H0v11.708c0%203.214%202.125%204.682%204.099%204.682c.589%200%201.177-.141%201.703-.385c.078-.036.203-.115.203-.115s-.12-.125-.167-.177c-.75-.854-1.156-1.964-1.156-3.229zm7.417-1.453c0%20.193-.094.38-.255.49c-.63.443-1.307%200-1.307-.599v-6.245H5.855v7.807a3.905%203.905%200%200%200%203.901%203.901c.932%200%201.833-.333%202.536-.938c-.073.578-.391%201.057-.922%201.385c-.495.313-1.141.479-1.87.479c-.75%200-1.51-.177-2.198-.51c0%200-.125-.057-.281-.146v4.161a8.9%208.9%200%200%200%203.286.641c1.75%200%203.344-.547%204.495-1.542c1.292-1.109%201.979-2.74%201.979-4.698V10.15h-4.688z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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