# GitlabIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated gitlab icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/gitlab

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/gitlab.json"
```

## Usage

```tsx
import { GitlabIcon } from "@/components/icons/gitlab";

export function Demo() {
  return <GitlabIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- git
- gitlab
- version control
- repository

## Similar icons

- [FolderGitIcon](https://lucide-animated.com/icons/folder-git.md)
- [FolderGit2Icon](https://lucide-animated.com/icons/folder-git-2.md)
- [GitBranchIcon](https://lucide-animated.com/icons/git-branch.md)
- [GitCompareIcon](https://lucide-animated.com/icons/git-compare.md)
- [GitCompareArrowsIcon](https://lucide-animated.com/icons/git-compare-arrows.md)
- [GitForkIcon](https://lucide-animated.com/icons/git-fork.md)
