gitlab icon
gitlab-fill from Remix Icon by Remix Design · Fill · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- gitlab-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Logos
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
gitlab-fillAkar Iconsgitlab-filledAnt Design IconsgitlabBootstrap IconsgitlabBoxicons BrandsgitlabCatppuccin IconsgitlabCoreUI BrandsgitlabDevicongitlabFont Awesome 6 BrandsgitlabFont Awesome BrandsgitlabFeather Iconsgitlab-solidFlowbite IconsgitlabHuge IconsgitlabIconParkgitlabIconPark OutlinegitlabIconPark SolidgitlabIconPark TwoTonegitlabJam IconsgitlabLine AwesomegitlabSVG LogosgitlabLucidegitlabMaterial Icon ThemegitlabMaterial SymbolsgitlabMaterial Symbols LightgitlabMaterial Design Icons
More logos icons from Remix Icon
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="m21.663 9.987l-.028-.072l-2.719-7.094a.71.71 0 0 0-.706-.449a.71.71 0 0 0-.654.522L15.72 8.52H8.282L6.443 2.895a.71.71 0 0 0-.652-.524a.72.72 0 0 0-.707.45L2.362 9.925l-.028.07a5.06 5.06 0 0 0 1.674 5.838l.01.007l.024.019l4.147 3.104l2.05 1.553l1.247.944a.84.84 0 0 0 1.016 0l1.247-.944l2.05-1.553l4.172-3.123l.01-.008a5.055 5.055 0 0 0 1.682-5.845"/></svg>
React
import type { SVGProps } from "react";
export function RiGitlabFill(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="m21.663 9.987l-.028-.072l-2.719-7.094a.71.71 0 0 0-.706-.449a.71.71 0 0 0-.654.522L15.72 8.52H8.282L6.443 2.895a.71.71 0 0 0-.652-.524a.72.72 0 0 0-.707.45L2.362 9.925l-.028.07a5.06 5.06 0 0 0 1.674 5.838l.01.007l.024.019l4.147 3.104l2.05 1.553l1.247.944a.84.84 0 0 0 1.016 0l1.247-.944l2.05-1.553l4.172-3.123l.01-.008a5.055 5.055 0 0 0 1.682-5.845"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.663 9.987l-.028-.072l-2.719-7.094a.71.71 0 0 0-.706-.449a.71.71 0 0 0-.654.522L15.72 8.52H8.282L6.443 2.895a.71.71 0 0 0-.652-.524a.72.72 0 0 0-.707.45L2.362 9.925l-.028.07a5.06 5.06 0 0 0 1.674 5.838l.01.007l.024.019l4.147 3.104l2.05 1.553l1.247.944a.84.84 0 0 0 1.016 0l1.247-.944l2.05-1.553l4.172-3.123l.01-.008a5.055 5.055 0 0 0 1.682-5.845"/></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%22m21.663%209.987l-.028-.072l-2.719-7.094a.71.71%200%200%200-.706-.449a.71.71%200%200%200-.654.522L15.72%208.52H8.282L6.443%202.895a.71.71%200%200%200-.652-.524a.72.72%200%200%200-.707.45L2.362%209.925l-.028.07a5.06%205.06%200%200%200%201.674%205.838l.01.007l.024.019l4.147%203.104l2.05%201.553l1.247.944a.84.84%200%200%200%201.016%200l1.247-.944l2.05-1.553l4.172-3.123l.01-.008a5.055%205.055%200%200%200%201.682-5.845%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%22m21.663%209.987l-.028-.072l-2.719-7.094a.71.71%200%200%200-.706-.449a.71.71%200%200%200-.654.522L15.72%208.52H8.282L6.443%202.895a.71.71%200%200%200-.652-.524a.72.72%200%200%200-.707.45L2.362%209.925l-.028.07a5.06%205.06%200%200%200%201.674%205.838l.01.007l.024.019l4.147%203.104l2.05%201.553l1.247.944a.84.84%200%200%200%201.016%200l1.247-.944l2.05-1.553l4.172-3.123l.01-.008a5.055%205.055%200%200%200%201.682-5.845%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/gitlab-fill.svg?color=%231a73e8&size=48