gitlab logo simple icon
gitlab-logo-simple-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- gitlab-logo-simple-light
- Set
- Phosphor
- Style
- Light
- 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"><path fill="currentColor" d="m228.21 117.61l-19.89-76.12a9.94 9.94 0 0 0-19-.93L171.17 90H84.83L66.66 40.56a9.94 9.94 0 0 0-19 .93l-19.87 76.12A55.18 55.18 0 0 0 49 176.42l73.27 51.77a9.94 9.94 0 0 0 11.44 0L207 176.42a55.18 55.18 0 0 0 21.21-58.81m-28.15 49L128 217.53l-72.06-50.91a43.12 43.12 0 0 1-16.54-46l18.25-69.8L75 98.07a6 6 0 0 0 5.64 3.93h94.72a6 6 0 0 0 5.64-3.93l17.36-47.25l18.25 69.82a43.12 43.12 0 0 1-16.55 45.98Z"/></svg>
React
import type { SVGProps } from "react";
export function PhGitlabLogoSimpleLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.21 117.61l-19.89-76.12a9.94 9.94 0 0 0-19-.93L171.17 90H84.83L66.66 40.56a9.94 9.94 0 0 0-19 .93l-19.87 76.12A55.18 55.18 0 0 0 49 176.42l73.27 51.77a9.94 9.94 0 0 0 11.44 0L207 176.42a55.18 55.18 0 0 0 21.21-58.81m-28.15 49L128 217.53l-72.06-50.91a43.12 43.12 0 0 1-16.54-46l18.25-69.8L75 98.07a6 6 0 0 0 5.64 3.93h94.72a6 6 0 0 0 5.64-3.93l17.36-47.25l18.25 69.82a43.12 43.12 0 0 1-16.55 45.98Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.21 117.61l-19.89-76.12a9.94 9.94 0 0 0-19-.93L171.17 90H84.83L66.66 40.56a9.94 9.94 0 0 0-19 .93l-19.87 76.12A55.18 55.18 0 0 0 49 176.42l73.27 51.77a9.94 9.94 0 0 0 11.44 0L207 176.42a55.18 55.18 0 0 0 21.21-58.81m-28.15 49L128 217.53l-72.06-50.91a43.12 43.12 0 0 1-16.54-46l18.25-69.8L75 98.07a6 6 0 0 0 5.64 3.93h94.72a6 6 0 0 0 5.64-3.93l17.36-47.25l18.25 69.82a43.12 43.12 0 0 1-16.55 45.98Z"/></svg> </template>
CSS
.icon-gitlab-logo-simple-light {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m228.21%20117.61l-19.89-76.12a9.94%209.94%200%200%200-19-.93L171.17%2090H84.83L66.66%2040.56a9.94%209.94%200%200%200-19%20.93l-19.87%2076.12A55.18%2055.18%200%200%200%2049%20176.42l73.27%2051.77a9.94%209.94%200%200%200%2011.44%200L207%20176.42a55.18%2055.18%200%200%200%2021.21-58.81m-28.15%2049L128%20217.53l-72.06-50.91a43.12%2043.12%200%200%201-16.54-46l18.25-69.8L75%2098.07a6%206%200%200%200%205.64%203.93h94.72a6%206%200%200%200%205.64-3.93l17.36-47.25l18.25%2069.82a43.12%2043.12%200%200%201-16.55%2045.98Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m228.21%20117.61l-19.89-76.12a9.94%209.94%200%200%200-19-.93L171.17%2090H84.83L66.66%2040.56a9.94%209.94%200%200%200-19%20.93l-19.87%2076.12A55.18%2055.18%200%200%200%2049%20176.42l73.27%2051.77a9.94%209.94%200%200%200%2011.44%200L207%20176.42a55.18%2055.18%200%200%200%2021.21-58.81m-28.15%2049L128%20217.53l-72.06-50.91a43.12%2043.12%200%200%201-16.54-46l18.25-69.8L75%2098.07a6%206%200%200%200%205.64%203.93h94.72a6%206%200%200%200%205.64-3.93l17.36-47.25l18.25%2069.82a43.12%2043.12%200%200%201-16.55%2045.98Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/gitlab-logo-simple-light.svg?color=%231a73e8&size=48