gitlab icon
gitlab from Lucide by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- gitlab
- Set
- Lucide
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
The same icon in other sets
gitlab-fillAkar Iconsgitlab-filledAnt Design IconsgitlabBootstrap IconsgitlabBoxicons BrandsgitlabCatppuccin IconsgitlabCoreUI BrandsgitlabDevicongitlabFont Awesome 6 BrandsgitlabFont Awesome BrandsgitlabFeather Iconsgitlab-solidFlowbite IconsgitlabHuge IconsgitlabIconParkgitlabIconPark OutlinegitlabIconPark SolidgitlabIconPark TwoTonegitlabJam IconsgitlabLine AwesomegitlabSVG LogosgitlabMaterial Icon ThemegitlabMaterial SymbolsgitlabMaterial Symbols LightgitlabMaterial Design IconsgitlabMyna UI Icons
Use the gitlab icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m22 13.29l-3.33-10a.4.4 0 0 0-.14-.18a.38.38 0 0 0-.22-.11a.4.4 0 0 0-.23.07a.4.4 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.4.4 0 0 0-.1-.18a.38.38 0 0 0-.26-.08a.4.4 0 0 0-.23.07a.4.4 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83"/></svg>
React
import type { SVGProps } from "react";
export function LucideGitlab(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m22 13.29l-3.33-10a.4.4 0 0 0-.14-.18a.38.38 0 0 0-.22-.11a.4.4 0 0 0-.23.07a.4.4 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.4.4 0 0 0-.1-.18a.38.38 0 0 0-.26-.08a.4.4 0 0 0-.23.07a.4.4 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m22 13.29l-3.33-10a.4.4 0 0 0-.14-.18a.38.38 0 0 0-.22-.11a.4.4 0 0 0-.23.07a.4.4 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.4.4 0 0 0-.1-.18a.38.38 0 0 0-.26-.08a.4.4 0 0 0-.23.07a.4.4 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83"/></svg> </template>
CSS
.icon-gitlab {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m22%2013.29l-3.33-10a.4.4%200%200%200-.14-.18a.38.38%200%200%200-.22-.11a.4.4%200%200%200-.23.07a.4.4%200%200%200-.14.18l-2.26%206.67H8.32L6.1%203.26a.4.4%200%200%200-.1-.18a.38.38%200%200%200-.26-.08a.4.4%200%200%200-.23.07a.4.4%200%200%200-.14.18L2%2013.29a.74.74%200%200%200%20.27.83L12%2021l9.69-6.88a.71.71%200%200%200%20.31-.83%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m22%2013.29l-3.33-10a.4.4%200%200%200-.14-.18a.38.38%200%200%200-.22-.11a.4.4%200%200%200-.23.07a.4.4%200%200%200-.14.18l-2.26%206.67H8.32L6.1%203.26a.4.4%200%200%200-.1-.18a.38.38%200%200%200-.26-.08a.4.4%200%200%200-.23.07a.4.4%200%200%200-.14.18L2%2013.29a.74.74%200%200%200%20.27.83L12%2021l9.69-6.88a.71.71%200%200%200%20.31-.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide/gitlab.svg?color=%231a73e8&size=48