Gitlab Pixel Art Icon
GitLab's brand icon for CI/CD pipeline badges, repository links and DevOps platform integration menus.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Gitlab icon
The GitLab fox-head logo, representing the self-hosted and SaaS DevOps platform that combines version control, CI/CD, and issue tracking. Use it in a source-code hosting comparison table, a 'View on GitLab' repository badge, or a CI/CD integration list. Engineers distinguish it readily from GitHub's octocat. When a project hosts on both platforms, display both logos with labels so users can choose the mirror that fits their workflow.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/gitlab.svg" width="24" height="24" alt="Gitlab" />
<!-- React -->
import { Gitlab } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="gitlab.svg" width="48" height="48" style="image-rendering: pixelated" />