gitlab logo simple icon

gitlab-logo-simple-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
gitlab-logo-simple-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the gitlab logo simple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m203.52 171.52l-73.26 51.76a3.91 3.91 0 0 1-4.52 0l-73.26-51.76a49 49 0 0 1-18.87-52.4L53.5 43a3.93 3.93 0 0 1 7.5-.38L80.65 96h94.7L195 42.62a3.93 3.93 0 0 1 7.53.38l19.89 76.12a49 49 0 0 1-18.9 52.4" opacity=".2"/><path d="M230.15 117.1L210.25 41a11.94 11.94 0 0 0-22.79-1.11L169.78 88H86.22L68.54 39.87A11.94 11.94 0 0 0 45.75 41l-19.9 76.1a57.19 57.19 0 0 0 22 61l73.27 51.76a11.91 11.91 0 0 0 13.74 0l73.27-51.76a57.19 57.19 0 0 0 22.02-61M198.91 165L128 215.09L57.09 165a41.1 41.1 0 0 1-15.75-43.84L58 57.5l15.13 41.26a8 8 0 0 0 7.51 5.24h94.72a8 8 0 0 0 7.51-5.24L198 57.5l16.63 63.65A41.1 41.1 0 0 1 198.91 165"/></g></svg>

React

import type { SVGProps } from "react";

export function PhGitlabLogoSimpleDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m203.52 171.52l-73.26 51.76a3.91 3.91 0 0 1-4.52 0l-73.26-51.76a49 49 0 0 1-18.87-52.4L53.5 43a3.93 3.93 0 0 1 7.5-.38L80.65 96h94.7L195 42.62a3.93 3.93 0 0 1 7.53.38l19.89 76.12a49 49 0 0 1-18.9 52.4" opacity=".2"/><path d="M230.15 117.1L210.25 41a11.94 11.94 0 0 0-22.79-1.11L169.78 88H86.22L68.54 39.87A11.94 11.94 0 0 0 45.75 41l-19.9 76.1a57.19 57.19 0 0 0 22 61l73.27 51.76a11.91 11.91 0 0 0 13.74 0l73.27-51.76a57.19 57.19 0 0 0 22.02-61M198.91 165L128 215.09L57.09 165a41.1 41.1 0 0 1-15.75-43.84L58 57.5l15.13 41.26a8 8 0 0 0 7.51 5.24h94.72a8 8 0 0 0 7.51-5.24L198 57.5l16.63 63.65A41.1 41.1 0 0 1 198.91 165"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m203.52 171.52l-73.26 51.76a3.91 3.91 0 0 1-4.52 0l-73.26-51.76a49 49 0 0 1-18.87-52.4L53.5 43a3.93 3.93 0 0 1 7.5-.38L80.65 96h94.7L195 42.62a3.93 3.93 0 0 1 7.53.38l19.89 76.12a49 49 0 0 1-18.9 52.4" opacity=".2"/><path d="M230.15 117.1L210.25 41a11.94 11.94 0 0 0-22.79-1.11L169.78 88H86.22L68.54 39.87A11.94 11.94 0 0 0 45.75 41l-19.9 76.1a57.19 57.19 0 0 0 22 61l73.27 51.76a11.91 11.91 0 0 0 13.74 0l73.27-51.76a57.19 57.19 0 0 0 22.02-61M198.91 165L128 215.09L57.09 165a41.1 41.1 0 0 1-15.75-43.84L58 57.5l15.13 41.26a8 8 0 0 0 7.51 5.24h94.72a8 8 0 0 0 7.51-5.24L198 57.5l16.63 63.65A41.1 41.1 0 0 1 198.91 165"/></g></svg>
</template>

CSS

.icon-gitlab-logo-simple-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m203.52%20171.52l-73.26%2051.76a3.91%203.91%200%200%201-4.52%200l-73.26-51.76a49%2049%200%200%201-18.87-52.4L53.5%2043a3.93%203.93%200%200%201%207.5-.38L80.65%2096h94.7L195%2042.62a3.93%203.93%200%200%201%207.53.38l19.89%2076.12a49%2049%200%200%201-18.9%2052.4%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M230.15%20117.1L210.25%2041a11.94%2011.94%200%200%200-22.79-1.11L169.78%2088H86.22L68.54%2039.87A11.94%2011.94%200%200%200%2045.75%2041l-19.9%2076.1a57.19%2057.19%200%200%200%2022%2061l73.27%2051.76a11.91%2011.91%200%200%200%2013.74%200l73.27-51.76a57.19%2057.19%200%200%200%2022.02-61M198.91%20165L128%20215.09L57.09%20165a41.1%2041.1%200%200%201-15.75-43.84L58%2057.5l15.13%2041.26a8%208%200%200%200%207.51%205.24h94.72a8%208%200%200%200%207.51-5.24L198%2057.5l16.63%2063.65A41.1%2041.1%200%200%201%20198.91%20165%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m203.52%20171.52l-73.26%2051.76a3.91%203.91%200%200%201-4.52%200l-73.26-51.76a49%2049%200%200%201-18.87-52.4L53.5%2043a3.93%203.93%200%200%201%207.5-.38L80.65%2096h94.7L195%2042.62a3.93%203.93%200%200%201%207.53.38l19.89%2076.12a49%2049%200%200%201-18.9%2052.4%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M230.15%20117.1L210.25%2041a11.94%2011.94%200%200%200-22.79-1.11L169.78%2088H86.22L68.54%2039.87A11.94%2011.94%200%200%200%2045.75%2041l-19.9%2076.1a57.19%2057.19%200%200%200%2022%2061l73.27%2051.76a11.91%2011.91%200%200%200%2013.74%200l73.27-51.76a57.19%2057.19%200%200%200%2022.02-61M198.91%20165L128%20215.09L57.09%20165a41.1%2041.1%200%200%201-15.75-43.84L58%2057.5l15.13%2041.26a8%208%200%200%200%207.51%205.24h94.72a8%208%200%200%200%207.51-5.24L198%2057.5l16.63%2063.65A41.1%2041.1%200%200%201%20198.91%20165%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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