folder type vercel logo

folder-type-vercel from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
folder-type-vercel
Set
VSCode Icons
Style
Color
Viewbox
150×150
License
MIT

Related icons in VSCode Icons

Use the folder type vercel logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 150 150"><g fill="none"><defs><linearGradient id="SVGVsJwCeot" x1="219.28" x2="112.62" y1="236.67" y2="90.238" gradientTransform="translate(2.439 13.9)scale(.93116)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient></defs><path fill="#52525b" d="M128.3 25.879H84.707l-9.844 19.688H20.02v78.75h118.12V25.879zm0 19.688H89.863l5.156-9.844H128.3z"/><path fill="url(#SVGVsJwCeot)" fill-rule="evenodd" d="m103.18 66.045l39.283 69.837H63.896z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeVercel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 150 150"><g fill="none"><defs><linearGradient id="SVGVsJwCeot" x1="219.28" x2="112.62" y1="236.67" y2="90.238" gradientTransform="translate(2.439 13.9)scale(.93116)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stopColor="#fff"/></linearGradient></defs><path fill="#52525b" d="M128.3 25.879H84.707l-9.844 19.688H20.02v78.75h118.12V25.879zm0 19.688H89.863l5.156-9.844H128.3z"/><path fill="url(#SVGVsJwCeot)" fillRule="evenodd" d="m103.18 66.045l39.283 69.837H63.896z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 150 150"><g fill="none"><defs><linearGradient id="SVGVsJwCeot" x1="219.28" x2="112.62" y1="236.67" y2="90.238" gradientTransform="translate(2.439 13.9)scale(.93116)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient></defs><path fill="#52525b" d="M128.3 25.879H84.707l-9.844 19.688H20.02v78.75h118.12V25.879zm0 19.688H89.863l5.156-9.844H128.3z"/><path fill="url(#SVGVsJwCeot)" fill-rule="evenodd" d="m103.18 66.045l39.283 69.837H63.896z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-folder-type-vercel {
  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%20150%20150%22%3E%3Cg%20fill%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGVsJwCeot%22%20x1%3D%22219.28%22%20x2%3D%22112.62%22%20y1%3D%22236.67%22%20y2%3D%2290.238%22%20gradientTransform%3D%22translate(2.439%2013.9)scale(.93116)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2352525b%22%20d%3D%22M128.3%2025.879H84.707l-9.844%2019.688H20.02v78.75h118.12V25.879zm0%2019.688H89.863l5.156-9.844H128.3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGVsJwCeot)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m103.18%2066.045l39.283%2069.837H63.896z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%20150%20150%22%3E%3Cg%20fill%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGVsJwCeot%22%20x1%3D%22219.28%22%20x2%3D%22112.62%22%20y1%3D%22236.67%22%20y2%3D%2290.238%22%20gradientTransform%3D%22translate(2.439%2013.9)scale(.93116)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2352525b%22%20d%3D%22M128.3%2025.879H84.707l-9.844%2019.688H20.02v78.75h118.12V25.879zm0%2019.688H89.863l5.156-9.844H128.3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGVsJwCeot)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m103.18%2066.045l39.283%2069.837H63.896z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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