gitlab-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.

Name
gitlab-fill
Set
Akar Icons
Style
Fill
Viewbox
24×24
License
MIT

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="m22.749 9.769l-.031-.08l-3.027-7.9a.79.79 0 0 0-.782-.495a.8.8 0 0 0-.456.17a.8.8 0 0 0-.268.408L16.14 8.125H7.865L5.822 1.872a.8.8 0 0 0-.269-.409a.81.81 0 0 0-.926-.05c-.14.09-.25.22-.312.376L1.283 9.684l-.03.08a5.62 5.62 0 0 0 1.864 6.496l.01.008l.028.02l4.61 3.453l2.282 1.726l1.39 1.049a.935.935 0 0 0 1.13 0l1.389-1.05l2.281-1.726l4.639-3.473l.011-.01A5.62 5.62 0 0 0 22.75 9.77"/></svg>

React

import type { SVGProps } from "react";

export function AkarIconsGitlabFill(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="m22.749 9.769l-.031-.08l-3.027-7.9a.79.79 0 0 0-.782-.495a.8.8 0 0 0-.456.17a.8.8 0 0 0-.268.408L16.14 8.125H7.865L5.822 1.872a.8.8 0 0 0-.269-.409a.81.81 0 0 0-.926-.05c-.14.09-.25.22-.312.376L1.283 9.684l-.03.08a5.62 5.62 0 0 0 1.864 6.496l.01.008l.028.02l4.61 3.453l2.282 1.726l1.39 1.049a.935.935 0 0 0 1.13 0l1.389-1.05l2.281-1.726l4.639-3.473l.011-.01A5.62 5.62 0 0 0 22.75 9.77"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.749 9.769l-.031-.08l-3.027-7.9a.79.79 0 0 0-.782-.495a.8.8 0 0 0-.456.17a.8.8 0 0 0-.268.408L16.14 8.125H7.865L5.822 1.872a.8.8 0 0 0-.269-.409a.81.81 0 0 0-.926-.05c-.14.09-.25.22-.312.376L1.283 9.684l-.03.08a5.62 5.62 0 0 0 1.864 6.496l.01.008l.028.02l4.61 3.453l2.282 1.726l1.39 1.049a.935.935 0 0 0 1.13 0l1.389-1.05l2.281-1.726l4.639-3.473l.011-.01A5.62 5.62 0 0 0 22.75 9.77"/></svg>
</template>

CSS

.icon-gitlab-fill {
  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%22m22.749%209.769l-.031-.08l-3.027-7.9a.79.79%200%200%200-.782-.495a.8.8%200%200%200-.456.17a.8.8%200%200%200-.268.408L16.14%208.125H7.865L5.822%201.872a.8.8%200%200%200-.269-.409a.81.81%200%200%200-.926-.05c-.14.09-.25.22-.312.376L1.283%209.684l-.03.08a5.62%205.62%200%200%200%201.864%206.496l.01.008l.028.02l4.61%203.453l2.282%201.726l1.39%201.049a.935.935%200%200%200%201.13%200l1.389-1.05l2.281-1.726l4.639-3.473l.011-.01A5.62%205.62%200%200%200%2022.75%209.77%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%22m22.749%209.769l-.031-.08l-3.027-7.9a.79.79%200%200%200-.782-.495a.8.8%200%200%200-.456.17a.8.8%200%200%200-.268.408L16.14%208.125H7.865L5.822%201.872a.8.8%200%200%200-.269-.409a.81.81%200%200%200-.926-.05c-.14.09-.25.22-.312.376L1.283%209.684l-.03.08a5.62%205.62%200%200%200%201.864%206.496l.01.008l.028.02l4.61%203.453l2.282%201.726l1.39%201.049a.935.935%200%200%200%201.13%200l1.389-1.05l2.281-1.726l4.639-3.473l.011-.01A5.62%205.62%200%200%200%2022.75%209.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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