folder type json logo

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

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

Related icons in VSCode Icons

Use the folder type json 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="M11 20.146a2.1 2.1 0 0 0 1.307-.431a1.98 1.98 0 0 0 .672-1.132a12.7 12.7 0 0 0 .179-2.452q.009-1.737.062-2.288a4.4 4.4 0 0 1 .349-1.4a2.5 2.5 0 0 1 .63-.847a2.55 2.55 0 0 1 .961-.484a5.7 5.7 0 0 1 1.288-.1h.584v1.633h-.323a1.95 1.95 0 0 0-1.437.39a2.83 2.83 0 0 0-.355 1.742a30 30 0 0 1-.114 3.443a3.94 3.94 0 0 1-.641 1.716A3.8 3.8 0 0 1 12.74 21a3.17 3.17 0 0 1 1.66 1.46a7.4 7.4 0 0 1 .516 3.22q0 2.028.042 2.415a1.46 1.46 0 0 0 .42.984a2.2 2.2 0 0 0 1.328.281h.323V31h-.584a4.7 4.7 0 0 1-1.479-.167a2.5 2.5 0 0 1-1.105-.774A2.8 2.8 0 0 1 13.3 28.7a20 20 0 0 1-.142-2.7a14 14 0 0 0-.179-2.587a2 2 0 0 0-.672-1.134A2.07 2.07 0 0 0 11 21.845Zm20 1.695a2.08 2.08 0 0 0-1.307.437a2 2 0 0 0-.672 1.133A13.7 13.7 0 0 0 28.844 26a20 20 0 0 1-.144 2.7a2.8 2.8 0 0 1-.568 1.358a2.5 2.5 0 0 1-1.105.775a4.7 4.7 0 0 1-1.479.166h-.584v-1.637h.323a2.2 2.2 0 0 0 1.328-.28a1.46 1.46 0 0 0 .422-.988q.042-.386.042-2.416a7.4 7.4 0 0 1 .516-3.219A3.17 3.17 0 0 1 29.26 21a3.8 3.8 0 0 1-1.419-1.071a3.94 3.94 0 0 1-.64-1.716a30 30 0 0 1-.115-3.443a2.82 2.82 0 0 0-.354-1.742a1.95 1.95 0 0 0-1.438-.39h-.323V11h.584a5.7 5.7 0 0 1 1.285.1a2.6 2.6 0 0 1 .959.484a2.5 2.5 0 0 1 .63.848a4.4 4.4 0 0 1 .348 1.4q.053.551.063 2.288a12.7 12.7 0 0 0 .177 2.455a2 2 0 0 0 .671 1.128a2.1 2.1 0 0 0 1.312.444Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeJson(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="M11 20.146a2.1 2.1 0 0 0 1.307-.431a1.98 1.98 0 0 0 .672-1.132a12.7 12.7 0 0 0 .179-2.452q.009-1.737.062-2.288a4.4 4.4 0 0 1 .349-1.4a2.5 2.5 0 0 1 .63-.847a2.55 2.55 0 0 1 .961-.484a5.7 5.7 0 0 1 1.288-.1h.584v1.633h-.323a1.95 1.95 0 0 0-1.437.39a2.83 2.83 0 0 0-.355 1.742a30 30 0 0 1-.114 3.443a3.94 3.94 0 0 1-.641 1.716A3.8 3.8 0 0 1 12.74 21a3.17 3.17 0 0 1 1.66 1.46a7.4 7.4 0 0 1 .516 3.22q0 2.028.042 2.415a1.46 1.46 0 0 0 .42.984a2.2 2.2 0 0 0 1.328.281h.323V31h-.584a4.7 4.7 0 0 1-1.479-.167a2.5 2.5 0 0 1-1.105-.774A2.8 2.8 0 0 1 13.3 28.7a20 20 0 0 1-.142-2.7a14 14 0 0 0-.179-2.587a2 2 0 0 0-.672-1.134A2.07 2.07 0 0 0 11 21.845Zm20 1.695a2.08 2.08 0 0 0-1.307.437a2 2 0 0 0-.672 1.133A13.7 13.7 0 0 0 28.844 26a20 20 0 0 1-.144 2.7a2.8 2.8 0 0 1-.568 1.358a2.5 2.5 0 0 1-1.105.775a4.7 4.7 0 0 1-1.479.166h-.584v-1.637h.323a2.2 2.2 0 0 0 1.328-.28a1.46 1.46 0 0 0 .422-.988q.042-.386.042-2.416a7.4 7.4 0 0 1 .516-3.219A3.17 3.17 0 0 1 29.26 21a3.8 3.8 0 0 1-1.419-1.071a3.94 3.94 0 0 1-.64-1.716a30 30 0 0 1-.115-3.443a2.82 2.82 0 0 0-.354-1.742a1.95 1.95 0 0 0-1.438-.39h-.323V11h.584a5.7 5.7 0 0 1 1.285.1a2.6 2.6 0 0 1 .959.484a2.5 2.5 0 0 1 .63.848a4.4 4.4 0 0 1 .348 1.4q.053.551.063 2.288a12.7 12.7 0 0 0 .177 2.455a2 2 0 0 0 .671 1.128a2.1 2.1 0 0 0 1.312.444Z"/></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="M11 20.146a2.1 2.1 0 0 0 1.307-.431a1.98 1.98 0 0 0 .672-1.132a12.7 12.7 0 0 0 .179-2.452q.009-1.737.062-2.288a4.4 4.4 0 0 1 .349-1.4a2.5 2.5 0 0 1 .63-.847a2.55 2.55 0 0 1 .961-.484a5.7 5.7 0 0 1 1.288-.1h.584v1.633h-.323a1.95 1.95 0 0 0-1.437.39a2.83 2.83 0 0 0-.355 1.742a30 30 0 0 1-.114 3.443a3.94 3.94 0 0 1-.641 1.716A3.8 3.8 0 0 1 12.74 21a3.17 3.17 0 0 1 1.66 1.46a7.4 7.4 0 0 1 .516 3.22q0 2.028.042 2.415a1.46 1.46 0 0 0 .42.984a2.2 2.2 0 0 0 1.328.281h.323V31h-.584a4.7 4.7 0 0 1-1.479-.167a2.5 2.5 0 0 1-1.105-.774A2.8 2.8 0 0 1 13.3 28.7a20 20 0 0 1-.142-2.7a14 14 0 0 0-.179-2.587a2 2 0 0 0-.672-1.134A2.07 2.07 0 0 0 11 21.845Zm20 1.695a2.08 2.08 0 0 0-1.307.437a2 2 0 0 0-.672 1.133A13.7 13.7 0 0 0 28.844 26a20 20 0 0 1-.144 2.7a2.8 2.8 0 0 1-.568 1.358a2.5 2.5 0 0 1-1.105.775a4.7 4.7 0 0 1-1.479.166h-.584v-1.637h.323a2.2 2.2 0 0 0 1.328-.28a1.46 1.46 0 0 0 .422-.988q.042-.386.042-2.416a7.4 7.4 0 0 1 .516-3.219A3.17 3.17 0 0 1 29.26 21a3.8 3.8 0 0 1-1.419-1.071a3.94 3.94 0 0 1-.64-1.716a30 30 0 0 1-.115-3.443a2.82 2.82 0 0 0-.354-1.742a1.95 1.95 0 0 0-1.438-.39h-.323V11h.584a5.7 5.7 0 0 1 1.285.1a2.6 2.6 0 0 1 .959.484a2.5 2.5 0 0 1 .63.848a4.4 4.4 0 0 1 .348 1.4q.053.551.063 2.288a12.7 12.7 0 0 0 .177 2.455a2 2 0 0 0 .671 1.128a2.1 2.1 0 0 0 1.312.444Z"/></svg>
</template>

CSS

.icon-folder-type-json {
  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%22M11%2020.146a2.1%202.1%200%200%200%201.307-.431a1.98%201.98%200%200%200%20.672-1.132a12.7%2012.7%200%200%200%20.179-2.452q.009-1.737.062-2.288a4.4%204.4%200%200%201%20.349-1.4a2.5%202.5%200%200%201%20.63-.847a2.55%202.55%200%200%201%20.961-.484a5.7%205.7%200%200%201%201.288-.1h.584v1.633h-.323a1.95%201.95%200%200%200-1.437.39a2.83%202.83%200%200%200-.355%201.742a30%2030%200%200%201-.114%203.443a3.94%203.94%200%200%201-.641%201.716A3.8%203.8%200%200%201%2012.74%2021a3.17%203.17%200%200%201%201.66%201.46a7.4%207.4%200%200%201%20.516%203.22q0%202.028.042%202.415a1.46%201.46%200%200%200%20.42.984a2.2%202.2%200%200%200%201.328.281h.323V31h-.584a4.7%204.7%200%200%201-1.479-.167a2.5%202.5%200%200%201-1.105-.774A2.8%202.8%200%200%201%2013.3%2028.7a20%2020%200%200%201-.142-2.7a14%2014%200%200%200-.179-2.587a2%202%200%200%200-.672-1.134A2.07%202.07%200%200%200%2011%2021.845Zm20%201.695a2.08%202.08%200%200%200-1.307.437a2%202%200%200%200-.672%201.133A13.7%2013.7%200%200%200%2028.844%2026a20%2020%200%200%201-.144%202.7a2.8%202.8%200%200%201-.568%201.358a2.5%202.5%200%200%201-1.105.775a4.7%204.7%200%200%201-1.479.166h-.584v-1.637h.323a2.2%202.2%200%200%200%201.328-.28a1.46%201.46%200%200%200%20.422-.988q.042-.386.042-2.416a7.4%207.4%200%200%201%20.516-3.219A3.17%203.17%200%200%201%2029.26%2021a3.8%203.8%200%200%201-1.419-1.071a3.94%203.94%200%200%201-.64-1.716a30%2030%200%200%201-.115-3.443a2.82%202.82%200%200%200-.354-1.742a1.95%201.95%200%200%200-1.438-.39h-.323V11h.584a5.7%205.7%200%200%201%201.285.1a2.6%202.6%200%200%201%20.959.484a2.5%202.5%200%200%201%20.63.848a4.4%204.4%200%200%201%20.348%201.4q.053.551.063%202.288a12.7%2012.7%200%200%200%20.177%202.455a2%202%200%200%200%20.671%201.128a2.1%202.1%200%200%200%201.312.444Z%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%22M11%2020.146a2.1%202.1%200%200%200%201.307-.431a1.98%201.98%200%200%200%20.672-1.132a12.7%2012.7%200%200%200%20.179-2.452q.009-1.737.062-2.288a4.4%204.4%200%200%201%20.349-1.4a2.5%202.5%200%200%201%20.63-.847a2.55%202.55%200%200%201%20.961-.484a5.7%205.7%200%200%201%201.288-.1h.584v1.633h-.323a1.95%201.95%200%200%200-1.437.39a2.83%202.83%200%200%200-.355%201.742a30%2030%200%200%201-.114%203.443a3.94%203.94%200%200%201-.641%201.716A3.8%203.8%200%200%201%2012.74%2021a3.17%203.17%200%200%201%201.66%201.46a7.4%207.4%200%200%201%20.516%203.22q0%202.028.042%202.415a1.46%201.46%200%200%200%20.42.984a2.2%202.2%200%200%200%201.328.281h.323V31h-.584a4.7%204.7%200%200%201-1.479-.167a2.5%202.5%200%200%201-1.105-.774A2.8%202.8%200%200%201%2013.3%2028.7a20%2020%200%200%201-.142-2.7a14%2014%200%200%200-.179-2.587a2%202%200%200%200-.672-1.134A2.07%202.07%200%200%200%2011%2021.845Zm20%201.695a2.08%202.08%200%200%200-1.307.437a2%202%200%200%200-.672%201.133A13.7%2013.7%200%200%200%2028.844%2026a20%2020%200%200%201-.144%202.7a2.8%202.8%200%200%201-.568%201.358a2.5%202.5%200%200%201-1.105.775a4.7%204.7%200%200%201-1.479.166h-.584v-1.637h.323a2.2%202.2%200%200%200%201.328-.28a1.46%201.46%200%200%200%20.422-.988q.042-.386.042-2.416a7.4%207.4%200%200%201%20.516-3.219A3.17%203.17%200%200%201%2029.26%2021a3.8%203.8%200%200%201-1.419-1.071a3.94%203.94%200%200%201-.64-1.716a30%2030%200%200%201-.115-3.443a2.82%202.82%200%200%200-.354-1.742a1.95%201.95%200%200%200-1.438-.39h-.323V11h.584a5.7%205.7%200%200%201%201.285.1a2.6%202.6%200%200%201%20.959.484a2.5%202.5%200%200%201%20.63.848a4.4%204.4%200%200%201%20.348%201.4q.053.551.063%202.288a12.7%2012.7%200%200%200%20.177%202.455a2%202%200%200%200%20.671%201.128a2.1%202.1%200%200%200%201.312.444Z%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-json.svg?color=%231a73e8&size=48