folder type buildkite logo

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

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

Related icons in VSCode Icons

Use the folder type buildkite logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#55bf91" 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="#30f2a2" d="m7 15l8 3.92v8L7 23Zm16.08 0L31 18.92L23.08 23Z"/><path fill="#14cc80" d="M23.08 15L15 18.92v8L23.08 23ZM31 18.92L23.08 23v8L31 26.92Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeBuildkite(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#55bf91" 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="#30f2a2" d="m7 15l8 3.92v8L7 23Zm16.08 0L31 18.92L23.08 23Z"/><path fill="#14cc80" d="M23.08 15L15 18.92v8L23.08 23ZM31 18.92L23.08 23v8L31 26.92Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#55bf91" 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="#30f2a2" d="m7 15l8 3.92v8L7 23Zm16.08 0L31 18.92L23.08 23Z"/><path fill="#14cc80" d="M23.08 15L15 18.92v8L23.08 23ZM31 18.92L23.08 23v8L31 26.92Z"/></svg>
</template>

CSS

.icon-folder-type-buildkite {
  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%2355bf91%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%2330f2a2%22%20d%3D%22m7%2015l8%203.92v8L7%2023Zm16.08%200L31%2018.92L23.08%2023Z%22%2F%3E%3Cpath%20fill%3D%22%2314cc80%22%20d%3D%22M23.08%2015L15%2018.92v8L23.08%2023ZM31%2018.92L23.08%2023v8L31%2026.92Z%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%2355bf91%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%2330f2a2%22%20d%3D%22m7%2015l8%203.92v8L7%2023Zm16.08%200L31%2018.92L23.08%2023Z%22%2F%3E%3Cpath%20fill%3D%22%2314cc80%22%20d%3D%22M23.08%2015L15%2018.92v8L23.08%2023ZM31%2018.92L23.08%2023v8L31%2026.92Z%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-buildkite.svg?color=%231a73e8&size=48