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

Name
gitlab
Set
Material Symbols
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.5 20.85L4.525 15.6q-1.275-.95-1.7-2.5t.15-3.05l2.55-6.625q.075-.2.25-.312T6.15 3t.388.113t.262.362L8.525 8.75h6.95L17.2 3.475q.075-.25.263-.363T17.85 3t.375.113t.25.312L21 10.05q.575 1.5.15 3.05t-1.7 2.5l-7 5.25q-.2.15-.475.15t-.475-.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGitlab(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.5 20.85L4.525 15.6q-1.275-.95-1.7-2.5t.15-3.05l2.55-6.625q.075-.2.25-.312T6.15 3t.388.113t.262.362L8.525 8.75h6.95L17.2 3.475q.075-.25.263-.363T17.85 3t.375.113t.25.312L21 10.05q.575 1.5.15 3.05t-1.7 2.5l-7 5.25q-.2.15-.475.15t-.475-.15"/></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.5 20.85L4.525 15.6q-1.275-.95-1.7-2.5t.15-3.05l2.55-6.625q.075-.2.25-.312T6.15 3t.388.113t.262.362L8.525 8.75h6.95L17.2 3.475q.075-.25.263-.363T17.85 3t.375.113t.25.312L21 10.05q.575 1.5.15 3.05t-1.7 2.5l-7 5.25q-.2.15-.475.15t-.475-.15"/></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.5%2020.85L4.525%2015.6q-1.275-.95-1.7-2.5t.15-3.05l2.55-6.625q.075-.2.25-.312T6.15%203t.388.113t.262.362L8.525%208.75h6.95L17.2%203.475q.075-.25.263-.363T17.85%203t.375.113t.25.312L21%2010.05q.575%201.5.15%203.05t-1.7%202.5l-7%205.25q-.2.15-.475.15t-.475-.15%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.5%2020.85L4.525%2015.6q-1.275-.95-1.7-2.5t.15-3.05l2.55-6.625q.075-.2.25-.312T6.15%203t.388.113t.262.362L8.525%208.75h6.95L17.2%203.475q.075-.25.263-.363T17.85%203t.375.113t.25.312L21%2010.05q.575%201.5.15%203.05t-1.7%202.5l-7%205.25q-.2.15-.475.15t-.475-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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