file type gitpod logo
file-type-gitpod from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-gitpod
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type gitpod logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGvPXq7c0g" x1="22.069" x2="8.937" y1="27.785" y2="7.258" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffb45b"/><stop offset="1" stop-color="#ff8a00"/></linearGradient></defs><path fill="url(#SVGvPXq7c0g)" fill-rule="evenodd" d="M18.076 3.394a2.776 2.776 0 0 1-1.024 3.775l-8.2 4.713a.7.7 0 0 0-.35.608v7.4a.7.7 0 0 0 .35.608l6.492 3.731a.69.69 0 0 0 .689 0l6.491-3.729a.7.7 0 0 0 .35-.608v-4.6L17.039 18.6a2.74 2.74 0 0 1-3.747-1.05a2.776 2.776 0 0 1 1.044-3.769l8.349-4.738a3.816 3.816 0 0 1 5.69 3.342v8.067a5.27 5.27 0 0 1-2.638 4.572l-7.452 4.283a5.21 5.21 0 0 1-5.195 0l-7.452-4.284A5.27 5.27 0 0 1 3 20.451v-8.522a5.27 5.27 0 0 1 2.638-4.572l8.685-4.992a2.743 2.743 0 0 1 3.753 1.029"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeGitpod(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGvPXq7c0g" x1="22.069" x2="8.937" y1="27.785" y2="7.258" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#ffb45b"/><stop offset="1" stopColor="#ff8a00"/></linearGradient></defs><path fill="url(#SVGvPXq7c0g)" fillRule="evenodd" d="M18.076 3.394a2.776 2.776 0 0 1-1.024 3.775l-8.2 4.713a.7.7 0 0 0-.35.608v7.4a.7.7 0 0 0 .35.608l6.492 3.731a.69.69 0 0 0 .689 0l6.491-3.729a.7.7 0 0 0 .35-.608v-4.6L17.039 18.6a2.74 2.74 0 0 1-3.747-1.05a2.776 2.776 0 0 1 1.044-3.769l8.349-4.738a3.816 3.816 0 0 1 5.69 3.342v8.067a5.27 5.27 0 0 1-2.638 4.572l-7.452 4.283a5.21 5.21 0 0 1-5.195 0l-7.452-4.284A5.27 5.27 0 0 1 3 20.451v-8.522a5.27 5.27 0 0 1 2.638-4.572l8.685-4.992a2.743 2.743 0 0 1 3.753 1.029"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGvPXq7c0g" x1="22.069" x2="8.937" y1="27.785" y2="7.258" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffb45b"/><stop offset="1" stop-color="#ff8a00"/></linearGradient></defs><path fill="url(#SVGvPXq7c0g)" fill-rule="evenodd" d="M18.076 3.394a2.776 2.776 0 0 1-1.024 3.775l-8.2 4.713a.7.7 0 0 0-.35.608v7.4a.7.7 0 0 0 .35.608l6.492 3.731a.69.69 0 0 0 .689 0l6.491-3.729a.7.7 0 0 0 .35-.608v-4.6L17.039 18.6a2.74 2.74 0 0 1-3.747-1.05a2.776 2.776 0 0 1 1.044-3.769l8.349-4.738a3.816 3.816 0 0 1 5.69 3.342v8.067a5.27 5.27 0 0 1-2.638 4.572l-7.452 4.283a5.21 5.21 0 0 1-5.195 0l-7.452-4.284A5.27 5.27 0 0 1 3 20.451v-8.522a5.27 5.27 0 0 1 2.638-4.572l8.685-4.992a2.743 2.743 0 0 1 3.753 1.029"/></svg> </template>
CSS
.icon-file-type-gitpod {
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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGvPXq7c0g%22%20x1%3D%2222.069%22%20x2%3D%228.937%22%20y1%3D%2227.785%22%20y2%3D%227.258%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2034)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffb45b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff8a00%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGvPXq7c0g)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.076%203.394a2.776%202.776%200%200%201-1.024%203.775l-8.2%204.713a.7.7%200%200%200-.35.608v7.4a.7.7%200%200%200%20.35.608l6.492%203.731a.69.69%200%200%200%20.689%200l6.491-3.729a.7.7%200%200%200%20.35-.608v-4.6L17.039%2018.6a2.74%202.74%200%200%201-3.747-1.05a2.776%202.776%200%200%201%201.044-3.769l8.349-4.738a3.816%203.816%200%200%201%205.69%203.342v8.067a5.27%205.27%200%200%201-2.638%204.572l-7.452%204.283a5.21%205.21%200%200%201-5.195%200l-7.452-4.284A5.27%205.27%200%200%201%203%2020.451v-8.522a5.27%205.27%200%200%201%202.638-4.572l8.685-4.992a2.743%202.743%200%200%201%203.753%201.029%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGvPXq7c0g%22%20x1%3D%2222.069%22%20x2%3D%228.937%22%20y1%3D%2227.785%22%20y2%3D%227.258%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%2034)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffb45b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff8a00%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGvPXq7c0g)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.076%203.394a2.776%202.776%200%200%201-1.024%203.775l-8.2%204.713a.7.7%200%200%200-.35.608v7.4a.7.7%200%200%200%20.35.608l6.492%203.731a.69.69%200%200%200%20.689%200l6.491-3.729a.7.7%200%200%200%20.35-.608v-4.6L17.039%2018.6a2.74%202.74%200%200%201-3.747-1.05a2.776%202.776%200%200%201%201.044-3.769l8.349-4.738a3.816%203.816%200%200%201%205.69%203.342v8.067a5.27%205.27%200%200%201-2.638%204.572l-7.452%204.283a5.21%205.21%200%200%201-5.195%200l-7.452-4.284A5.27%205.27%200%200%201%203%2020.451v-8.522a5.27%205.27%200%200%201%202.638-4.572l8.685-4.992a2.743%202.743%200%200%201%203.753%201.029%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-gitpod.svg?color=%231a73e8&size=48