folder type databricks opened logo

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

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

Related icons in VSCode Icons

Use the folder type databricks opened logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8c3c31" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#8c3c31" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ff3621" d="M13.741 13.623v.563l8.629 4.869l7.707-4.353v1.76L22.37 20.84l-8.195-4.656l-.435.242v3.368l8.63 4.857l7.707-4.336v1.745l-7.707 4.379l-8.195-4.657l-.435.242v.571l8.63 4.855L31 22.595v-3.372l-.44-.24l-8.19 4.657l-7.709-4.381v-1.735l7.709 4.331L31 17v-3.324l-.44-.241l-8.19 4.657l-7.313-4.155l7.313-4.131l6.024 3.403l.527-.296v-.464L22.37 8.75Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeDatabricksOpened(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8c3c31" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#8c3c31" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ff3621" d="M13.741 13.623v.563l8.629 4.869l7.707-4.353v1.76L22.37 20.84l-8.195-4.656l-.435.242v3.368l8.63 4.857l7.707-4.336v1.745l-7.707 4.379l-8.195-4.657l-.435.242v.571l8.63 4.855L31 22.595v-3.372l-.44-.24l-8.19 4.657l-7.709-4.381v-1.735l7.709 4.331L31 17v-3.324l-.44-.241l-8.19 4.657l-7.313-4.155l7.313-4.131l6.024 3.403l.527-.296v-.464L22.37 8.75Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8c3c31" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#8c3c31" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ff3621" d="M13.741 13.623v.563l8.629 4.869l7.707-4.353v1.76L22.37 20.84l-8.195-4.656l-.435.242v3.368l8.63 4.857l7.707-4.336v1.745l-7.707 4.379l-8.195-4.657l-.435.242v.571l8.63 4.855L31 22.595v-3.372l-.44-.24l-8.19 4.657l-7.709-4.381v-1.735l7.709 4.331L31 17v-3.324l-.44-.241l-8.19 4.657l-7.313-4.155l7.313-4.131l6.024 3.403l.527-.296v-.464L22.37 8.75Z"/></svg>
</template>

CSS

.icon-folder-type-databricks-opened {
  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%238c3c31%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21Zm0%2018.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z%22%2F%3E%3Cpath%20fill%3D%22%238c3c31%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23ff3621%22%20d%3D%22M13.741%2013.623v.563l8.629%204.869l7.707-4.353v1.76L22.37%2020.84l-8.195-4.656l-.435.242v3.368l8.63%204.857l7.707-4.336v1.745l-7.707%204.379l-8.195-4.657l-.435.242v.571l8.63%204.855L31%2022.595v-3.372l-.44-.24l-8.19%204.657l-7.709-4.381v-1.735l7.709%204.331L31%2017v-3.324l-.44-.241l-8.19%204.657l-7.313-4.155l7.313-4.131l6.024%203.403l.527-.296v-.464L22.37%208.75Z%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%238c3c31%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21Zm0%2018.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z%22%2F%3E%3Cpath%20fill%3D%22%238c3c31%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23ff3621%22%20d%3D%22M13.741%2013.623v.563l8.629%204.869l7.707-4.353v1.76L22.37%2020.84l-8.195-4.656l-.435.242v3.368l8.63%204.857l7.707-4.336v1.745l-7.707%204.379l-8.195-4.657l-.435.242v.571l8.63%204.855L31%2022.595v-3.372l-.44-.24l-8.19%204.657l-7.709-4.381v-1.735l7.709%204.331L31%2017v-3.324l-.44-.241l-8.19%204.657l-7.313-4.155l7.313-4.131l6.024%203.403l.527-.296v-.464L22.37%208.75Z%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-databricks-opened.svg?color=%231a73e8&size=48