folder type js logo

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

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

Related icons in VSCode Icons

Use the folder type js logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bfb555" 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="#f5de19" d="M23.013 26.479a3.27 3.27 0 0 0 2.961 1.821c1.244 0 2.033-.622 2.033-1.481c0-1.025-.815-1.393-2.181-1.989l-.753-.324c-2.155-.92-3.61-2.068-3.61-4.512c0-2.252 1.752-3.96 4.38-3.96a4.43 4.43 0 0 1 4.267 2.4l-2.33 1.5a2.04 2.04 0 0 0-1.936-1.288a1.305 1.305 0 0 0-1.43 1.167q-.006.06-.007.121c0 .876.561 1.262 1.84 1.822l.753.324c2.549 1.1 3.986 2.208 3.986 4.713c0 2.7-2.12 4.179-4.967 4.179a5.76 5.76 0 0 1-5.433-3.072Zm-10.583.263c.473.876.876 1.542 1.927 1.542s1.6-.385 1.6-1.884V16.229h3v10.215c0 3.1-1.822 4.521-4.477 4.521a4.65 4.65 0 0 1-4.494-2.742Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeJs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bfb555" 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="#f5de19" d="M23.013 26.479a3.27 3.27 0 0 0 2.961 1.821c1.244 0 2.033-.622 2.033-1.481c0-1.025-.815-1.393-2.181-1.989l-.753-.324c-2.155-.92-3.61-2.068-3.61-4.512c0-2.252 1.752-3.96 4.38-3.96a4.43 4.43 0 0 1 4.267 2.4l-2.33 1.5a2.04 2.04 0 0 0-1.936-1.288a1.305 1.305 0 0 0-1.43 1.167q-.006.06-.007.121c0 .876.561 1.262 1.84 1.822l.753.324c2.549 1.1 3.986 2.208 3.986 4.713c0 2.7-2.12 4.179-4.967 4.179a5.76 5.76 0 0 1-5.433-3.072Zm-10.583.263c.473.876.876 1.542 1.927 1.542s1.6-.385 1.6-1.884V16.229h3v10.215c0 3.1-1.822 4.521-4.477 4.521a4.65 4.65 0 0 1-4.494-2.742Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bfb555" 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="#f5de19" d="M23.013 26.479a3.27 3.27 0 0 0 2.961 1.821c1.244 0 2.033-.622 2.033-1.481c0-1.025-.815-1.393-2.181-1.989l-.753-.324c-2.155-.92-3.61-2.068-3.61-4.512c0-2.252 1.752-3.96 4.38-3.96a4.43 4.43 0 0 1 4.267 2.4l-2.33 1.5a2.04 2.04 0 0 0-1.936-1.288a1.305 1.305 0 0 0-1.43 1.167q-.006.06-.007.121c0 .876.561 1.262 1.84 1.822l.753.324c2.549 1.1 3.986 2.208 3.986 4.713c0 2.7-2.12 4.179-4.967 4.179a5.76 5.76 0 0 1-5.433-3.072Zm-10.583.263c.473.876.876 1.542 1.927 1.542s1.6-.385 1.6-1.884V16.229h3v10.215c0 3.1-1.822 4.521-4.477 4.521a4.65 4.65 0 0 1-4.494-2.742Z"/></svg>
</template>

CSS

.icon-folder-type-js {
  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%23bfb555%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%23f5de19%22%20d%3D%22M23.013%2026.479a3.27%203.27%200%200%200%202.961%201.821c1.244%200%202.033-.622%202.033-1.481c0-1.025-.815-1.393-2.181-1.989l-.753-.324c-2.155-.92-3.61-2.068-3.61-4.512c0-2.252%201.752-3.96%204.38-3.96a4.43%204.43%200%200%201%204.267%202.4l-2.33%201.5a2.04%202.04%200%200%200-1.936-1.288a1.305%201.305%200%200%200-1.43%201.167q-.006.06-.007.121c0%20.876.561%201.262%201.84%201.822l.753.324c2.549%201.1%203.986%202.208%203.986%204.713c0%202.7-2.12%204.179-4.967%204.179a5.76%205.76%200%200%201-5.433-3.072Zm-10.583.263c.473.876.876%201.542%201.927%201.542s1.6-.385%201.6-1.884V16.229h3v10.215c0%203.1-1.822%204.521-4.477%204.521a4.65%204.65%200%200%201-4.494-2.742Z%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%23bfb555%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%23f5de19%22%20d%3D%22M23.013%2026.479a3.27%203.27%200%200%200%202.961%201.821c1.244%200%202.033-.622%202.033-1.481c0-1.025-.815-1.393-2.181-1.989l-.753-.324c-2.155-.92-3.61-2.068-3.61-4.512c0-2.252%201.752-3.96%204.38-3.96a4.43%204.43%200%200%201%204.267%202.4l-2.33%201.5a2.04%202.04%200%200%200-1.936-1.288a1.305%201.305%200%200%200-1.43%201.167q-.006.06-.007.121c0%20.876.561%201.262%201.84%201.822l.753.324c2.549%201.1%203.986%202.208%203.986%204.713c0%202.7-2.12%204.179-4.967%204.179a5.76%205.76%200%200%201-5.433-3.072Zm-10.583.263c.473.876.876%201.542%201.927%201.542s1.6-.385%201.6-1.884V16.229h3v10.215c0%203.1-1.822%204.521-4.477%204.521a4.65%204.65%200%200%201-4.494-2.742Z%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-js.svg?color=%231a73e8&size=48