gitpod logo
gitpod from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- gitpod
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
Use the gitpod logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M8.7 3.27L4.68 5.79a.38.38 0 0 0-.18.33v3.96c0 .14.07.26.18.33l3.14 2c.11.06.25.06.36 0l3.14-2a.4.4 0 0 0 .18-.33V7.5L8.7 9.4c-.33.19-.72.23-1.08.13s-.67-.36-.85-.7a1.52 1.52 0 0 1 .54-2.02l4.27-2.54c.61-.35 1.35-.35 1.96.02c.6.37.96 1.04.96 1.77v4.32c0 1.01-.51 1.95-1.35 2.45l-3.82 2.3c-.82.5-1.84.5-2.66 0l-3.82-2.3a2.85 2.85 0 0 1-1.35-2.45V5.82c0-1.01.51-1.95 1.35-2.45L7.3.7c.33-.2.71-.25 1.07-.15s.67.36.85.7c.39.7.16 1.61-.52 2.02"/></svg>
React
import type { SVGProps } from "react";
export function CatppuccinGitpod(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5a97f" strokeLinecap="round" strokeLinejoin="round" d="M8.7 3.27L4.68 5.79a.38.38 0 0 0-.18.33v3.96c0 .14.07.26.18.33l3.14 2c.11.06.25.06.36 0l3.14-2a.4.4 0 0 0 .18-.33V7.5L8.7 9.4c-.33.19-.72.23-1.08.13s-.67-.36-.85-.7a1.52 1.52 0 0 1 .54-2.02l4.27-2.54c.61-.35 1.35-.35 1.96.02c.6.37.96 1.04.96 1.77v4.32c0 1.01-.51 1.95-1.35 2.45l-3.82 2.3c-.82.5-1.84.5-2.66 0l-3.82-2.3a2.85 2.85 0 0 1-1.35-2.45V5.82c0-1.01.51-1.95 1.35-2.45L7.3.7c.33-.2.71-.25 1.07-.15s.67.36.85.7c.39.7.16 1.61-.52 2.02"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="M8.7 3.27L4.68 5.79a.38.38 0 0 0-.18.33v3.96c0 .14.07.26.18.33l3.14 2c.11.06.25.06.36 0l3.14-2a.4.4 0 0 0 .18-.33V7.5L8.7 9.4c-.33.19-.72.23-1.08.13s-.67-.36-.85-.7a1.52 1.52 0 0 1 .54-2.02l4.27-2.54c.61-.35 1.35-.35 1.96.02c.6.37.96 1.04.96 1.77v4.32c0 1.01-.51 1.95-1.35 2.45l-3.82 2.3c-.82.5-1.84.5-2.66 0l-3.82-2.3a2.85 2.85 0 0 1-1.35-2.45V5.82c0-1.01.51-1.95 1.35-2.45L7.3.7c.33-.2.71-.25 1.07-.15s.67.36.85.7c.39.7.16 1.61-.52 2.02"/></svg> </template>
CSS
.icon-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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.7%203.27L4.68%205.79a.38.38%200%200%200-.18.33v3.96c0%20.14.07.26.18.33l3.14%202c.11.06.25.06.36%200l3.14-2a.4.4%200%200%200%20.18-.33V7.5L8.7%209.4c-.33.19-.72.23-1.08.13s-.67-.36-.85-.7a1.52%201.52%200%200%201%20.54-2.02l4.27-2.54c.61-.35%201.35-.35%201.96.02c.6.37.96%201.04.96%201.77v4.32c0%201.01-.51%201.95-1.35%202.45l-3.82%202.3c-.82.5-1.84.5-2.66%200l-3.82-2.3a2.85%202.85%200%200%201-1.35-2.45V5.82c0-1.01.51-1.95%201.35-2.45L7.3.7c.33-.2.71-.25%201.07-.15s.67.36.85.7c.39.7.16%201.61-.52%202.02%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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f5a97f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.7%203.27L4.68%205.79a.38.38%200%200%200-.18.33v3.96c0%20.14.07.26.18.33l3.14%202c.11.06.25.06.36%200l3.14-2a.4.4%200%200%200%20.18-.33V7.5L8.7%209.4c-.33.19-.72.23-1.08.13s-.67-.36-.85-.7a1.52%201.52%200%200%201%20.54-2.02l4.27-2.54c.61-.35%201.35-.35%201.96.02c.6.37.96%201.04.96%201.77v4.32c0%201.01-.51%201.95-1.35%202.45l-3.82%202.3c-.82.5-1.84.5-2.66%200l-3.82-2.3a2.85%202.85%200%200%201-1.35-2.45V5.82c0-1.01.51-1.95%201.35-2.45L7.3.7c.33-.2.71-.25%201.07-.15s.67.36.85.7c.39.7.16%201.61-.52%202.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/gitpod.svg?color=%231a73e8&size=48