gitlab from Material Symbols Light by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
gitlab
Set
Material Symbols Light
Style
Regular
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the gitlab icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.577 19.485l-5.898-4.443q-1.083-.815-1.44-2.115t.128-2.57l2.158-5.612q.064-.17.212-.265t.317-.095q.173 0 .336.103t.225.313L9.071 9.25h5.866l1.448-4.449q.063-.21.226-.313t.335-.103q.17 0 .317.095q.148.095.211.265l2.134 5.611q.486 1.271.129 2.571t-1.44 2.115l-5.905 4.443q-.18.13-.407.13t-.408-.13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGitlab(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.577 19.485l-5.898-4.443q-1.083-.815-1.44-2.115t.128-2.57l2.158-5.612q.064-.17.212-.265t.317-.095q.173 0 .336.103t.225.313L9.071 9.25h5.866l1.448-4.449q.063-.21.226-.313t.335-.103q.17 0 .317.095q.148.095.211.265l2.134 5.611q.486 1.271.129 2.571t-1.44 2.115l-5.905 4.443q-.18.13-.407.13t-.408-.13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.577 19.485l-5.898-4.443q-1.083-.815-1.44-2.115t.128-2.57l2.158-5.612q.064-.17.212-.265t.317-.095q.173 0 .336.103t.225.313L9.071 9.25h5.866l1.448-4.449q.063-.21.226-.313t.335-.103q.17 0 .317.095q.148.095.211.265l2.134 5.611q.486 1.271.129 2.571t-1.44 2.115l-5.905 4.443q-.18.13-.407.13t-.408-.13"/></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%22currentColor%22%20d%3D%22m11.577%2019.485l-5.898-4.443q-1.083-.815-1.44-2.115t.128-2.57l2.158-5.612q.064-.17.212-.265t.317-.095q.173%200%20.336.103t.225.313L9.071%209.25h5.866l1.448-4.449q.063-.21.226-.313t.335-.103q.17%200%20.317.095q.148.095.211.265l2.134%205.611q.486%201.271.129%202.571t-1.44%202.115l-5.905%204.443q-.18.13-.407.13t-.408-.13%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%22currentColor%22%20d%3D%22m11.577%2019.485l-5.898-4.443q-1.083-.815-1.44-2.115t.128-2.57l2.158-5.612q.064-.17.212-.265t.317-.095q.173%200%20.336.103t.225.313L9.071%209.25h5.866l1.448-4.449q.063-.21.226-.313t.335-.103q.17%200%20.317.095q.148.095.211.265l2.134%205.611q.486%201.271.129%202.571t-1.44%202.115l-5.905%204.443q-.18.13-.407.13t-.408-.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/gitlab.svg?color=%231a73e8&size=48