folder type windows logo

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

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

Related icons in VSCode Icons

Use the folder type windows logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#558fbf" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#0078d6" d="m10 12.974l8.582-1.166v8.253L10 20.109Zm8.577 8.037l.008 8.261l-8.579-1.172v-7.14Zm1.041-9.355L31 10v9.956l-11.379.089ZM31 21.089V31l-11.382-1.6l-.018-8.33Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeWindows(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#558fbf" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#0078d6" d="m10 12.974l8.582-1.166v8.253L10 20.109Zm8.577 8.037l.008 8.261l-8.579-1.172v-7.14Zm1.041-9.355L31 10v9.956l-11.379.089ZM31 21.089V31l-11.382-1.6l-.018-8.33Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#558fbf" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#0078d6" d="m10 12.974l8.582-1.166v8.253L10 20.109Zm8.577 8.037l.008 8.261l-8.579-1.172v-7.14Zm1.041-9.355L31 10v9.956l-11.379.089ZM31 21.089V31l-11.382-1.6l-.018-8.33Z"/></svg>
</template>

CSS

.icon-folder-type-windows {
  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%23558fbf%22%20d%3D%22M27.9%206h-9.8l-2%204H5v17h25V6Zm.1%204h-7.8l1-2H28Z%22%2F%3E%3Cpath%20fill%3D%22%230078d6%22%20d%3D%22m10%2012.974l8.582-1.166v8.253L10%2020.109Zm8.577%208.037l.008%208.261l-8.579-1.172v-7.14Zm1.041-9.355L31%2010v9.956l-11.379.089ZM31%2021.089V31l-11.382-1.6l-.018-8.33Z%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%23558fbf%22%20d%3D%22M27.9%206h-9.8l-2%204H5v17h25V6Zm.1%204h-7.8l1-2H28Z%22%2F%3E%3Cpath%20fill%3D%22%230078d6%22%20d%3D%22m10%2012.974l8.582-1.166v8.253L10%2020.109Zm8.577%208.037l.008%208.261l-8.579-1.172v-7.14Zm1.041-9.355L31%2010v9.956l-11.379.089ZM31%2021.089V31l-11.382-1.6l-.018-8.33Z%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-windows.svg?color=%231a73e8&size=48