vercel-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.

Name
vercel-wordmark
Set
Devicon
Style
Wordmark
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the vercel logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="M64.144 56.789c-4.976 0-8.563 3.245-8.563 8.112s4.034 8.113 9.014 8.113c3.006 0 5.656-1.19 7.297-3.195l-3.448-1.992c-.91.996-2.294 1.577-3.849 1.577c-2.159 0-3.993-1.127-4.674-2.93H72.55a8 8 0 0 0 .158-1.577c0-4.863-3.583-8.108-8.564-8.108m-4.259 6.535c.563-1.798 2.105-2.93 4.26-2.93c2.158 0 3.7 1.132 4.259 2.93zm-1.019-11.493L46.377 73.465L33.884 51.83h4.683l7.806 13.521l7.806-13.521zm-42.212-2.253l16.653 28.845H0Zm74.172 15.324c0 2.704 1.767 4.507 4.507 4.507c1.857 0 3.25-.843 3.966-2.218l3.462 1.997c-1.434 2.388-4.12 3.826-7.428 3.826c-4.98 0-8.563-3.245-8.563-8.112c0-4.868 3.587-8.113 8.563-8.113c3.308 0 5.99 1.438 7.428 3.826l-3.462 1.997c-.716-1.375-2.109-2.218-3.966-2.218c-2.736 0-4.507 1.803-4.507 4.508M128 51.83v20.732h-4.056V51.831Zm-15.324 4.958c-4.976 0-8.563 3.245-8.563 8.112s4.038 8.113 9.014 8.113c3.006 0 5.656-1.19 7.297-3.195l-3.448-1.992c-.91.996-2.294 1.577-3.85 1.577c-2.158 0-3.992-1.127-4.673-2.93h12.629a8 8 0 0 0 .157-1.577c0-4.863-3.583-8.108-8.563-8.108m-4.26 6.535c.564-1.798 2.101-2.93 4.26-2.93s3.7 1.132 4.26 2.93zm-22.999-6.085v4.368a5.2 5.2 0 0 0-1.442-.221c-2.618 0-4.507 1.803-4.507 4.507v6.67h-4.056V57.24h4.056v4.147c0-2.29 2.664-4.147 5.95-4.147z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconVercelWordmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="M64.144 56.789c-4.976 0-8.563 3.245-8.563 8.112s4.034 8.113 9.014 8.113c3.006 0 5.656-1.19 7.297-3.195l-3.448-1.992c-.91.996-2.294 1.577-3.849 1.577c-2.159 0-3.993-1.127-4.674-2.93H72.55a8 8 0 0 0 .158-1.577c0-4.863-3.583-8.108-8.564-8.108m-4.259 6.535c.563-1.798 2.105-2.93 4.26-2.93c2.158 0 3.7 1.132 4.259 2.93zm-1.019-11.493L46.377 73.465L33.884 51.83h4.683l7.806 13.521l7.806-13.521zm-42.212-2.253l16.653 28.845H0Zm74.172 15.324c0 2.704 1.767 4.507 4.507 4.507c1.857 0 3.25-.843 3.966-2.218l3.462 1.997c-1.434 2.388-4.12 3.826-7.428 3.826c-4.98 0-8.563-3.245-8.563-8.112c0-4.868 3.587-8.113 8.563-8.113c3.308 0 5.99 1.438 7.428 3.826l-3.462 1.997c-.716-1.375-2.109-2.218-3.966-2.218c-2.736 0-4.507 1.803-4.507 4.508M128 51.83v20.732h-4.056V51.831Zm-15.324 4.958c-4.976 0-8.563 3.245-8.563 8.112s4.038 8.113 9.014 8.113c3.006 0 5.656-1.19 7.297-3.195l-3.448-1.992c-.91.996-2.294 1.577-3.85 1.577c-2.158 0-3.992-1.127-4.673-2.93h12.629a8 8 0 0 0 .157-1.577c0-4.863-3.583-8.108-8.563-8.108m-4.26 6.535c.564-1.798 2.101-2.93 4.26-2.93s3.7 1.132 4.26 2.93zm-22.999-6.085v4.368a5.2 5.2 0 0 0-1.442-.221c-2.618 0-4.507 1.803-4.507 4.507v6.67h-4.056V57.24h4.056v4.147c0-2.29 2.664-4.147 5.95-4.147z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="M64.144 56.789c-4.976 0-8.563 3.245-8.563 8.112s4.034 8.113 9.014 8.113c3.006 0 5.656-1.19 7.297-3.195l-3.448-1.992c-.91.996-2.294 1.577-3.849 1.577c-2.159 0-3.993-1.127-4.674-2.93H72.55a8 8 0 0 0 .158-1.577c0-4.863-3.583-8.108-8.564-8.108m-4.259 6.535c.563-1.798 2.105-2.93 4.26-2.93c2.158 0 3.7 1.132 4.259 2.93zm-1.019-11.493L46.377 73.465L33.884 51.83h4.683l7.806 13.521l7.806-13.521zm-42.212-2.253l16.653 28.845H0Zm74.172 15.324c0 2.704 1.767 4.507 4.507 4.507c1.857 0 3.25-.843 3.966-2.218l3.462 1.997c-1.434 2.388-4.12 3.826-7.428 3.826c-4.98 0-8.563-3.245-8.563-8.112c0-4.868 3.587-8.113 8.563-8.113c3.308 0 5.99 1.438 7.428 3.826l-3.462 1.997c-.716-1.375-2.109-2.218-3.966-2.218c-2.736 0-4.507 1.803-4.507 4.508M128 51.83v20.732h-4.056V51.831Zm-15.324 4.958c-4.976 0-8.563 3.245-8.563 8.112s4.038 8.113 9.014 8.113c3.006 0 5.656-1.19 7.297-3.195l-3.448-1.992c-.91.996-2.294 1.577-3.85 1.577c-2.158 0-3.992-1.127-4.673-2.93h12.629a8 8 0 0 0 .157-1.577c0-4.863-3.583-8.108-8.563-8.108m-4.26 6.535c.564-1.798 2.101-2.93 4.26-2.93s3.7 1.132 4.26 2.93zm-22.999-6.085v4.368a5.2 5.2 0 0 0-1.442-.221c-2.618 0-4.507 1.803-4.507 4.507v6.67h-4.056V57.24h4.056v4.147c0-2.29 2.664-4.147 5.95-4.147z"/></svg>
</template>

CSS

.icon-vercel-wordmark {
  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%20128%20128%22%3E%3Cpath%20d%3D%22M64.144%2056.789c-4.976%200-8.563%203.245-8.563%208.112s4.034%208.113%209.014%208.113c3.006%200%205.656-1.19%207.297-3.195l-3.448-1.992c-.91.996-2.294%201.577-3.849%201.577c-2.159%200-3.993-1.127-4.674-2.93H72.55a8%208%200%200%200%20.158-1.577c0-4.863-3.583-8.108-8.564-8.108m-4.259%206.535c.563-1.798%202.105-2.93%204.26-2.93c2.158%200%203.7%201.132%204.259%202.93zm-1.019-11.493L46.377%2073.465L33.884%2051.83h4.683l7.806%2013.521l7.806-13.521zm-42.212-2.253l16.653%2028.845H0Zm74.172%2015.324c0%202.704%201.767%204.507%204.507%204.507c1.857%200%203.25-.843%203.966-2.218l3.462%201.997c-1.434%202.388-4.12%203.826-7.428%203.826c-4.98%200-8.563-3.245-8.563-8.112c0-4.868%203.587-8.113%208.563-8.113c3.308%200%205.99%201.438%207.428%203.826l-3.462%201.997c-.716-1.375-2.109-2.218-3.966-2.218c-2.736%200-4.507%201.803-4.507%204.508M128%2051.83v20.732h-4.056V51.831Zm-15.324%204.958c-4.976%200-8.563%203.245-8.563%208.112s4.038%208.113%209.014%208.113c3.006%200%205.656-1.19%207.297-3.195l-3.448-1.992c-.91.996-2.294%201.577-3.85%201.577c-2.158%200-3.992-1.127-4.673-2.93h12.629a8%208%200%200%200%20.157-1.577c0-4.863-3.583-8.108-8.563-8.108m-4.26%206.535c.564-1.798%202.101-2.93%204.26-2.93s3.7%201.132%204.26%202.93zm-22.999-6.085v4.368a5.2%205.2%200%200%200-1.442-.221c-2.618%200-4.507%201.803-4.507%204.507v6.67h-4.056V57.24h4.056v4.147c0-2.29%202.664-4.147%205.95-4.147z%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%20128%20128%22%3E%3Cpath%20d%3D%22M64.144%2056.789c-4.976%200-8.563%203.245-8.563%208.112s4.034%208.113%209.014%208.113c3.006%200%205.656-1.19%207.297-3.195l-3.448-1.992c-.91.996-2.294%201.577-3.849%201.577c-2.159%200-3.993-1.127-4.674-2.93H72.55a8%208%200%200%200%20.158-1.577c0-4.863-3.583-8.108-8.564-8.108m-4.259%206.535c.563-1.798%202.105-2.93%204.26-2.93c2.158%200%203.7%201.132%204.259%202.93zm-1.019-11.493L46.377%2073.465L33.884%2051.83h4.683l7.806%2013.521l7.806-13.521zm-42.212-2.253l16.653%2028.845H0Zm74.172%2015.324c0%202.704%201.767%204.507%204.507%204.507c1.857%200%203.25-.843%203.966-2.218l3.462%201.997c-1.434%202.388-4.12%203.826-7.428%203.826c-4.98%200-8.563-3.245-8.563-8.112c0-4.868%203.587-8.113%208.563-8.113c3.308%200%205.99%201.438%207.428%203.826l-3.462%201.997c-.716-1.375-2.109-2.218-3.966-2.218c-2.736%200-4.507%201.803-4.507%204.508M128%2051.83v20.732h-4.056V51.831Zm-15.324%204.958c-4.976%200-8.563%203.245-8.563%208.112s4.038%208.113%209.014%208.113c3.006%200%205.656-1.19%207.297-3.195l-3.448-1.992c-.91.996-2.294%201.577-3.85%201.577c-2.158%200-3.992-1.127-4.673-2.93h12.629a8%208%200%200%200%20.157-1.577c0-4.863-3.583-8.108-8.563-8.108m-4.26%206.535c.564-1.798%202.101-2.93%204.26-2.93s3.7%201.132%204.26%202.93zm-22.999-6.085v4.368a5.2%205.2%200%200%200-1.442-.221c-2.618%200-4.507%201.803-4.507%204.507v6.67h-4.056V57.24h4.056v4.147c0-2.29%202.664-4.147%205.95-4.147z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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