folder type bot logo

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

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

Related icons in VSCode Icons

Use the folder type bot logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#55004c" 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="#aeadb3" d="M15.9 13.4H30v12.2H15.9z"/><path fill="#444242" d="M24.1 16.3h3.3v2.2h-3.3zm-5.8 0h3.3v2.2h-3.3zm.2 4.5h8.9v1.9h-8.9z"/><path fill="#727176" d="M14.3 16.3h1.5v3.2h-1.5zm8-4.7h1.6v1.8h-1.6zm7.7 4.7h1.5v3.2H30zm-9 9.3h3.4v1.9H21z"/><path fill="#aeadb3" d="M14.6 11h.4v5.6h-.4zm16.2 0h.4v5.6h-.4z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeBot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#55004c" 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="#aeadb3" d="M15.9 13.4H30v12.2H15.9z"/><path fill="#444242" d="M24.1 16.3h3.3v2.2h-3.3zm-5.8 0h3.3v2.2h-3.3zm.2 4.5h8.9v1.9h-8.9z"/><path fill="#727176" d="M14.3 16.3h1.5v3.2h-1.5zm8-4.7h1.6v1.8h-1.6zm7.7 4.7h1.5v3.2H30zm-9 9.3h3.4v1.9H21z"/><path fill="#aeadb3" d="M14.6 11h.4v5.6h-.4zm16.2 0h.4v5.6h-.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#55004c" 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="#aeadb3" d="M15.9 13.4H30v12.2H15.9z"/><path fill="#444242" d="M24.1 16.3h3.3v2.2h-3.3zm-5.8 0h3.3v2.2h-3.3zm.2 4.5h8.9v1.9h-8.9z"/><path fill="#727176" d="M14.3 16.3h1.5v3.2h-1.5zm8-4.7h1.6v1.8h-1.6zm7.7 4.7h1.5v3.2H30zm-9 9.3h3.4v1.9H21z"/><path fill="#aeadb3" d="M14.6 11h.4v5.6h-.4zm16.2 0h.4v5.6h-.4z"/></svg>
</template>

CSS

.icon-folder-type-bot {
  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%2355004c%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%23aeadb3%22%20d%3D%22M15.9%2013.4H30v12.2H15.9z%22%2F%3E%3Cpath%20fill%3D%22%23444242%22%20d%3D%22M24.1%2016.3h3.3v2.2h-3.3zm-5.8%200h3.3v2.2h-3.3zm.2%204.5h8.9v1.9h-8.9z%22%2F%3E%3Cpath%20fill%3D%22%23727176%22%20d%3D%22M14.3%2016.3h1.5v3.2h-1.5zm8-4.7h1.6v1.8h-1.6zm7.7%204.7h1.5v3.2H30zm-9%209.3h3.4v1.9H21z%22%2F%3E%3Cpath%20fill%3D%22%23aeadb3%22%20d%3D%22M14.6%2011h.4v5.6h-.4zm16.2%200h.4v5.6h-.4z%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%2355004c%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%23aeadb3%22%20d%3D%22M15.9%2013.4H30v12.2H15.9z%22%2F%3E%3Cpath%20fill%3D%22%23444242%22%20d%3D%22M24.1%2016.3h3.3v2.2h-3.3zm-5.8%200h3.3v2.2h-3.3zm.2%204.5h8.9v1.9h-8.9z%22%2F%3E%3Cpath%20fill%3D%22%23727176%22%20d%3D%22M14.3%2016.3h1.5v3.2h-1.5zm8-4.7h1.6v1.8h-1.6zm7.7%204.7h1.5v3.2H30zm-9%209.3h3.4v1.9H21z%22%2F%3E%3Cpath%20fill%3D%22%23aeadb3%22%20d%3D%22M14.6%2011h.4v5.6h-.4zm16.2%200h.4v5.6h-.4z%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-bot.svg?color=%231a73e8&size=48