folder type gitlab logo

folder-type-gitlab from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
folder-type-gitlab
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the folder type gitlab logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf7855" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#e24329" d="m30.6 18.8l-2.9-7.5c-.1-.1-.2-.3-.3-.4q-.45-.3-.9 0c-.1.1-.2.2-.3.4l-1.9 5.9h-7.8l-1.9-5.9c0-.2-.1-.3-.3-.4q-.45-.3-.9 0c-.1.1-.2.2-.3.4l-2.9 7.5v.1c-.8 2.2-.1 4.7 1.8 6.1l4.4 3.3l2.2 1.6l1.3 1c.3.2.8.2 1.1 0l1.3-1l2.2-1.6l4.4-3.3c1.9-1.5 2.6-4 1.7-6.2"/><path fill="#fc6d26" d="M30.6 18.8c-1.4.2-2.7.8-3.9 1.7l-6.3 4.7c2.1 1.6 4 3 4 3l4.4-3.3c2-1.4 2.7-3.9 1.8-6.1"/><path fill="#fca326" d="m16.5 28.2l2.2 1.6l1.3 1c.3.2.8.2 1.1 0l1.3-1l2.2-1.6s-1.9-1.4-4-3c-2.2 1.6-4.1 3-4.1 3"/><path fill="#fc6d26" d="M14.2 20.4c-1.1-.9-2.4-1.4-3.8-1.7v.1c-.8 2.2-.1 4.7 1.8 6.1l4.4 3.3s1.9-1.4 4-3z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeGitlab(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf7855" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#e24329" d="m30.6 18.8l-2.9-7.5c-.1-.1-.2-.3-.3-.4q-.45-.3-.9 0c-.1.1-.2.2-.3.4l-1.9 5.9h-7.8l-1.9-5.9c0-.2-.1-.3-.3-.4q-.45-.3-.9 0c-.1.1-.2.2-.3.4l-2.9 7.5v.1c-.8 2.2-.1 4.7 1.8 6.1l4.4 3.3l2.2 1.6l1.3 1c.3.2.8.2 1.1 0l1.3-1l2.2-1.6l4.4-3.3c1.9-1.5 2.6-4 1.7-6.2"/><path fill="#fc6d26" d="M30.6 18.8c-1.4.2-2.7.8-3.9 1.7l-6.3 4.7c2.1 1.6 4 3 4 3l4.4-3.3c2-1.4 2.7-3.9 1.8-6.1"/><path fill="#fca326" d="m16.5 28.2l2.2 1.6l1.3 1c.3.2.8.2 1.1 0l1.3-1l2.2-1.6s-1.9-1.4-4-3c-2.2 1.6-4.1 3-4.1 3"/><path fill="#fc6d26" d="M14.2 20.4c-1.1-.9-2.4-1.4-3.8-1.7v.1c-.8 2.2-.1 4.7 1.8 6.1l4.4 3.3s1.9-1.4 4-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf7855" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#e24329" d="m30.6 18.8l-2.9-7.5c-.1-.1-.2-.3-.3-.4q-.45-.3-.9 0c-.1.1-.2.2-.3.4l-1.9 5.9h-7.8l-1.9-5.9c0-.2-.1-.3-.3-.4q-.45-.3-.9 0c-.1.1-.2.2-.3.4l-2.9 7.5v.1c-.8 2.2-.1 4.7 1.8 6.1l4.4 3.3l2.2 1.6l1.3 1c.3.2.8.2 1.1 0l1.3-1l2.2-1.6l4.4-3.3c1.9-1.5 2.6-4 1.7-6.2"/><path fill="#fc6d26" d="M30.6 18.8c-1.4.2-2.7.8-3.9 1.7l-6.3 4.7c2.1 1.6 4 3 4 3l4.4-3.3c2-1.4 2.7-3.9 1.8-6.1"/><path fill="#fca326" d="m16.5 28.2l2.2 1.6l1.3 1c.3.2.8.2 1.1 0l1.3-1l2.2-1.6s-1.9-1.4-4-3c-2.2 1.6-4.1 3-4.1 3"/><path fill="#fc6d26" d="M14.2 20.4c-1.1-.9-2.4-1.4-3.8-1.7v.1c-.8 2.2-.1 4.7 1.8 6.1l4.4 3.3s1.9-1.4 4-3z"/></svg>
</template>

CSS

.icon-folder-type-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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23bf7855%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21zm0%204.2h-8.2l1.1-2.1h7.1z%22%2F%3E%3Cpath%20fill%3D%22%23e24329%22%20d%3D%22m30.6%2018.8l-2.9-7.5c-.1-.1-.2-.3-.3-.4q-.45-.3-.9%200c-.1.1-.2.2-.3.4l-1.9%205.9h-7.8l-1.9-5.9c0-.2-.1-.3-.3-.4q-.45-.3-.9%200c-.1.1-.2.2-.3.4l-2.9%207.5v.1c-.8%202.2-.1%204.7%201.8%206.1l4.4%203.3l2.2%201.6l1.3%201c.3.2.8.2%201.1%200l1.3-1l2.2-1.6l4.4-3.3c1.9-1.5%202.6-4%201.7-6.2%22%2F%3E%3Cpath%20fill%3D%22%23fc6d26%22%20d%3D%22M30.6%2018.8c-1.4.2-2.7.8-3.9%201.7l-6.3%204.7c2.1%201.6%204%203%204%203l4.4-3.3c2-1.4%202.7-3.9%201.8-6.1%22%2F%3E%3Cpath%20fill%3D%22%23fca326%22%20d%3D%22m16.5%2028.2l2.2%201.6l1.3%201c.3.2.8.2%201.1%200l1.3-1l2.2-1.6s-1.9-1.4-4-3c-2.2%201.6-4.1%203-4.1%203%22%2F%3E%3Cpath%20fill%3D%22%23fc6d26%22%20d%3D%22M14.2%2020.4c-1.1-.9-2.4-1.4-3.8-1.7v.1c-.8%202.2-.1%204.7%201.8%206.1l4.4%203.3s1.9-1.4%204-3z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23bf7855%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21zm0%204.2h-8.2l1.1-2.1h7.1z%22%2F%3E%3Cpath%20fill%3D%22%23e24329%22%20d%3D%22m30.6%2018.8l-2.9-7.5c-.1-.1-.2-.3-.3-.4q-.45-.3-.9%200c-.1.1-.2.2-.3.4l-1.9%205.9h-7.8l-1.9-5.9c0-.2-.1-.3-.3-.4q-.45-.3-.9%200c-.1.1-.2.2-.3.4l-2.9%207.5v.1c-.8%202.2-.1%204.7%201.8%206.1l4.4%203.3l2.2%201.6l1.3%201c.3.2.8.2%201.1%200l1.3-1l2.2-1.6l4.4-3.3c1.9-1.5%202.6-4%201.7-6.2%22%2F%3E%3Cpath%20fill%3D%22%23fc6d26%22%20d%3D%22M30.6%2018.8c-1.4.2-2.7.8-3.9%201.7l-6.3%204.7c2.1%201.6%204%203%204%203l4.4-3.3c2-1.4%202.7-3.9%201.8-6.1%22%2F%3E%3Cpath%20fill%3D%22%23fca326%22%20d%3D%22m16.5%2028.2l2.2%201.6l1.3%201c.3.2.8.2%201.1%200l1.3-1l2.2-1.6s-1.9-1.4-4-3c-2.2%201.6-4.1%203-4.1%203%22%2F%3E%3Cpath%20fill%3D%22%23fc6d26%22%20d%3D%22M14.2%2020.4c-1.1-.9-2.4-1.4-3.8-1.7v.1c-.8%202.2-.1%204.7%201.8%206.1l4.4%203.3s1.9-1.4%204-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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