gitlab from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
gitlab
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the gitlab icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="M10.006 18.443L6.326 7.118h7.36zm0 0L1.168 7.118h5.158zM1.168 7.118l8.838 11.325l-9.68-7.032a.76.76 0 0 1-.276-.852zm0 0L3.385.296a.38.38 0 0 1 .724 0l2.217 6.822zm8.838 11.325l3.68-11.325h5.157zm8.837-11.325l1.119 3.441a.76.76 0 0 1-.277.852l-9.68 7.032zm0 0h-5.157L15.902.296a.38.38 0 0 1 .725 0z"/></svg>

React

import type { SVGProps } from "react";

export function JamGitlab(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="M10.006 18.443L6.326 7.118h7.36zm0 0L1.168 7.118h5.158zM1.168 7.118l8.838 11.325l-9.68-7.032a.76.76 0 0 1-.276-.852zm0 0L3.385.296a.38.38 0 0 1 .724 0l2.217 6.822zm8.838 11.325l3.68-11.325h5.157zm8.837-11.325l1.119 3.441a.76.76 0 0 1-.277.852l-9.68 7.032zm0 0h-5.157L15.902.296a.38.38 0 0 1 .725 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2.5 24 24"><path fill="currentColor" d="M10.006 18.443L6.326 7.118h7.36zm0 0L1.168 7.118h5.158zM1.168 7.118l8.838 11.325l-9.68-7.032a.76.76 0 0 1-.276-.852zm0 0L3.385.296a.38.38 0 0 1 .724 0l2.217 6.822zm8.838 11.325l3.68-11.325h5.157zm8.837-11.325l1.119 3.441a.76.76 0 0 1-.277.852l-9.68 7.032zm0 0h-5.157L15.902.296a.38.38 0 0 1 .725 0z"/></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%22-2%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.006%2018.443L6.326%207.118h7.36zm0%200L1.168%207.118h5.158zM1.168%207.118l8.838%2011.325l-9.68-7.032a.76.76%200%200%201-.276-.852zm0%200L3.385.296a.38.38%200%200%201%20.724%200l2.217%206.822zm8.838%2011.325l3.68-11.325h5.157zm8.837-11.325l1.119%203.441a.76.76%200%200%201-.277.852l-9.68%207.032zm0%200h-5.157L15.902.296a.38.38%200%200%201%20.725%200z%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%22-2%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.006%2018.443L6.326%207.118h7.36zm0%200L1.168%207.118h5.158zM1.168%207.118l8.838%2011.325l-9.68-7.032a.76.76%200%200%201-.276-.852zm0%200L3.385.296a.38.38%200%200%201%20.724%200l2.217%206.822zm8.838%2011.325l3.68-11.325h5.157zm8.837-11.325l1.119%203.441a.76.76%200%200%201-.277.852l-9.68%207.032zm0%200h-5.157L15.902.296a.38.38%200%200%201%20.725%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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