folder type middleware logo

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

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

Related icons in VSCode Icons

Use the folder type middleware logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bc5572" 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="#fff" stroke="#000" stroke-miterlimit="10" stroke-width=".123" d="M27.109 24.557H13.89V11.193h13.219ZM20.5 27.54a1.313 1.313 0 1 0 1.3 1.312a1.3 1.3 0 0 0-1.3-1.312Z"/><path fill="#e52e62" d="M16.521 15.393a1.492 1.492 0 1 0-1.475-1.493a1.485 1.485 0 0 0 1.475 1.493m0-2.386a.9.9 0 1 1-.885.895a.89.89 0 0 1 .885-.895m0 6.359a1.491 1.491 0 1 0-1.475-1.491a1.485 1.485 0 0 0 1.475 1.491m0-2.386a.9.9 0 1 1-.885.895a.89.89 0 0 1 .885-.895m2.636 2.386h6.566a.3.3 0 0 0 .3-.3v-6.36a.3.3 0 0 0-.3-.3h-6.566a.3.3 0 0 0-.3.3v6.36a.3.3 0 0 0 .3.3m.3-6.359h5.976v5.763h-5.981Zm11.08 15.372h-7.966a2.14 2.14 0 0 0-1.481-1.588V25.75h5.31a1.9 1.9 0 0 0 1.889-1.909V11.909A1.9 1.9 0 0 0 26.4 10H14.6a1.9 1.9 0 0 0-1.889 1.909v11.932A1.9 1.9 0 0 0 14.6 25.75h5.31v1.041a2.14 2.14 0 0 0-1.481 1.588h-7.961a.473.473 0 0 0 0 .946h7.961a2.118 2.118 0 0 0 4.142 0h7.961a.473.473 0 0 0 0-.946ZM14.6 11.432h11.8a.48.48 0 0 1 .472.477v8.86H14.127v-8.86a.48.48 0 0 1 .473-.477m-.472 12.409v-1.879h12.745v1.879a.48.48 0 0 1-.472.477H14.6a.48.48 0 0 1-.473-.477Zm6.373 6.2a1.193 1.193 0 1 1 1.18-1.193a1.186 1.186 0 0 1-1.181 1.197Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeMiddleware(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bc5572" 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="#fff" stroke="#000" strokeMiterlimit="10" strokeWidth=".123" d="M27.109 24.557H13.89V11.193h13.219ZM20.5 27.54a1.313 1.313 0 1 0 1.3 1.312a1.3 1.3 0 0 0-1.3-1.312Z"/><path fill="#e52e62" d="M16.521 15.393a1.492 1.492 0 1 0-1.475-1.493a1.485 1.485 0 0 0 1.475 1.493m0-2.386a.9.9 0 1 1-.885.895a.89.89 0 0 1 .885-.895m0 6.359a1.491 1.491 0 1 0-1.475-1.491a1.485 1.485 0 0 0 1.475 1.491m0-2.386a.9.9 0 1 1-.885.895a.89.89 0 0 1 .885-.895m2.636 2.386h6.566a.3.3 0 0 0 .3-.3v-6.36a.3.3 0 0 0-.3-.3h-6.566a.3.3 0 0 0-.3.3v6.36a.3.3 0 0 0 .3.3m.3-6.359h5.976v5.763h-5.981Zm11.08 15.372h-7.966a2.14 2.14 0 0 0-1.481-1.588V25.75h5.31a1.9 1.9 0 0 0 1.889-1.909V11.909A1.9 1.9 0 0 0 26.4 10H14.6a1.9 1.9 0 0 0-1.889 1.909v11.932A1.9 1.9 0 0 0 14.6 25.75h5.31v1.041a2.14 2.14 0 0 0-1.481 1.588h-7.961a.473.473 0 0 0 0 .946h7.961a2.118 2.118 0 0 0 4.142 0h7.961a.473.473 0 0 0 0-.946ZM14.6 11.432h11.8a.48.48 0 0 1 .472.477v8.86H14.127v-8.86a.48.48 0 0 1 .473-.477m-.472 12.409v-1.879h12.745v1.879a.48.48 0 0 1-.472.477H14.6a.48.48 0 0 1-.473-.477Zm6.373 6.2a1.193 1.193 0 1 1 1.18-1.193a1.186 1.186 0 0 1-1.181 1.197Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bc5572" 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="#fff" stroke="#000" stroke-miterlimit="10" stroke-width=".123" d="M27.109 24.557H13.89V11.193h13.219ZM20.5 27.54a1.313 1.313 0 1 0 1.3 1.312a1.3 1.3 0 0 0-1.3-1.312Z"/><path fill="#e52e62" d="M16.521 15.393a1.492 1.492 0 1 0-1.475-1.493a1.485 1.485 0 0 0 1.475 1.493m0-2.386a.9.9 0 1 1-.885.895a.89.89 0 0 1 .885-.895m0 6.359a1.491 1.491 0 1 0-1.475-1.491a1.485 1.485 0 0 0 1.475 1.491m0-2.386a.9.9 0 1 1-.885.895a.89.89 0 0 1 .885-.895m2.636 2.386h6.566a.3.3 0 0 0 .3-.3v-6.36a.3.3 0 0 0-.3-.3h-6.566a.3.3 0 0 0-.3.3v6.36a.3.3 0 0 0 .3.3m.3-6.359h5.976v5.763h-5.981Zm11.08 15.372h-7.966a2.14 2.14 0 0 0-1.481-1.588V25.75h5.31a1.9 1.9 0 0 0 1.889-1.909V11.909A1.9 1.9 0 0 0 26.4 10H14.6a1.9 1.9 0 0 0-1.889 1.909v11.932A1.9 1.9 0 0 0 14.6 25.75h5.31v1.041a2.14 2.14 0 0 0-1.481 1.588h-7.961a.473.473 0 0 0 0 .946h7.961a2.118 2.118 0 0 0 4.142 0h7.961a.473.473 0 0 0 0-.946ZM14.6 11.432h11.8a.48.48 0 0 1 .472.477v8.86H14.127v-8.86a.48.48 0 0 1 .473-.477m-.472 12.409v-1.879h12.745v1.879a.48.48 0 0 1-.472.477H14.6a.48.48 0 0 1-.473-.477Zm6.373 6.2a1.193 1.193 0 1 1 1.18-1.193a1.186 1.186 0 0 1-1.181 1.197Z"/></svg>
</template>

CSS

.icon-folder-type-middleware {
  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%23bc5572%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%23fff%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.123%22%20d%3D%22M27.109%2024.557H13.89V11.193h13.219ZM20.5%2027.54a1.313%201.313%200%201%200%201.3%201.312a1.3%201.3%200%200%200-1.3-1.312Z%22%2F%3E%3Cpath%20fill%3D%22%23e52e62%22%20d%3D%22M16.521%2015.393a1.492%201.492%200%201%200-1.475-1.493a1.485%201.485%200%200%200%201.475%201.493m0-2.386a.9.9%200%201%201-.885.895a.89.89%200%200%201%20.885-.895m0%206.359a1.491%201.491%200%201%200-1.475-1.491a1.485%201.485%200%200%200%201.475%201.491m0-2.386a.9.9%200%201%201-.885.895a.89.89%200%200%201%20.885-.895m2.636%202.386h6.566a.3.3%200%200%200%20.3-.3v-6.36a.3.3%200%200%200-.3-.3h-6.566a.3.3%200%200%200-.3.3v6.36a.3.3%200%200%200%20.3.3m.3-6.359h5.976v5.763h-5.981Zm11.08%2015.372h-7.966a2.14%202.14%200%200%200-1.481-1.588V25.75h5.31a1.9%201.9%200%200%200%201.889-1.909V11.909A1.9%201.9%200%200%200%2026.4%2010H14.6a1.9%201.9%200%200%200-1.889%201.909v11.932A1.9%201.9%200%200%200%2014.6%2025.75h5.31v1.041a2.14%202.14%200%200%200-1.481%201.588h-7.961a.473.473%200%200%200%200%20.946h7.961a2.118%202.118%200%200%200%204.142%200h7.961a.473.473%200%200%200%200-.946ZM14.6%2011.432h11.8a.48.48%200%200%201%20.472.477v8.86H14.127v-8.86a.48.48%200%200%201%20.473-.477m-.472%2012.409v-1.879h12.745v1.879a.48.48%200%200%201-.472.477H14.6a.48.48%200%200%201-.473-.477Zm6.373%206.2a1.193%201.193%200%201%201%201.18-1.193a1.186%201.186%200%200%201-1.181%201.197Z%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%23bc5572%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%23fff%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.123%22%20d%3D%22M27.109%2024.557H13.89V11.193h13.219ZM20.5%2027.54a1.313%201.313%200%201%200%201.3%201.312a1.3%201.3%200%200%200-1.3-1.312Z%22%2F%3E%3Cpath%20fill%3D%22%23e52e62%22%20d%3D%22M16.521%2015.393a1.492%201.492%200%201%200-1.475-1.493a1.485%201.485%200%200%200%201.475%201.493m0-2.386a.9.9%200%201%201-.885.895a.89.89%200%200%201%20.885-.895m0%206.359a1.491%201.491%200%201%200-1.475-1.491a1.485%201.485%200%200%200%201.475%201.491m0-2.386a.9.9%200%201%201-.885.895a.89.89%200%200%201%20.885-.895m2.636%202.386h6.566a.3.3%200%200%200%20.3-.3v-6.36a.3.3%200%200%200-.3-.3h-6.566a.3.3%200%200%200-.3.3v6.36a.3.3%200%200%200%20.3.3m.3-6.359h5.976v5.763h-5.981Zm11.08%2015.372h-7.966a2.14%202.14%200%200%200-1.481-1.588V25.75h5.31a1.9%201.9%200%200%200%201.889-1.909V11.909A1.9%201.9%200%200%200%2026.4%2010H14.6a1.9%201.9%200%200%200-1.889%201.909v11.932A1.9%201.9%200%200%200%2014.6%2025.75h5.31v1.041a2.14%202.14%200%200%200-1.481%201.588h-7.961a.473.473%200%200%200%200%20.946h7.961a2.118%202.118%200%200%200%204.142%200h7.961a.473.473%200%200%200%200-.946ZM14.6%2011.432h11.8a.48.48%200%200%201%20.472.477v8.86H14.127v-8.86a.48.48%200%200%201%20.473-.477m-.472%2012.409v-1.879h12.745v1.879a.48.48%200%200%201-.472.477H14.6a.48.48%200%200%201-.473-.477Zm6.373%206.2a1.193%201.193%200%201%201%201.18-1.193a1.186%201.186%200%200%201-1.181%201.197Z%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-middleware.svg?color=%231a73e8&size=48