folder type favicon logo

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

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

Related icons in VSCode Icons

Use the folder type favicon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5789b2" d="M27.4 5.5h-9.3L16 9.7H4.3v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><circle cx="21" cy="21" r="10" fill="#ffc107"/><circle cx="21" cy="21" r="9" fill="#1976d2"/><path fill="#ffc107" d="M26.745 19.168a1 1 0 0 0-.146.111c-.807.8-1.617 1.591-2.416 2.4c-.352.355-.278.275-.211.689c.184 1.138.382 2.274.574 3.41c0 .03.006.06.011.109c-.188-.095-.364-.181-.538-.27l-2.808-1.442a.37.37 0 0 0-.371-.007c-.659.345-1.32.683-1.981 1.023q-.6.311-1.205.618c-.054.028-.11.051-.185.085c.01-.09.016-.162.027-.233l.435-2.67c.046-.281.085-.563.131-.845a.32.32 0 0 0-.1-.294l-1.241-1.223l-1.321-1.313c-.043-.043-.083-.087-.14-.148l.611-.095q1.594-.254 3.19-.506a.23.23 0 0 0 .186-.136q.52-1.037 1.045-2.07l.593-1.193l.089-.169c.04.071.072.124.1.179q.68 1.338 1.363 2.674q.162.311.344.611a.25.25 0 0 0 .15.1q1.067.168 2.135.325q.802.117 1.6.231a.3.3 0 0 1 .056.017Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeFavicon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5789b2" d="M27.4 5.5h-9.3L16 9.7H4.3v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><circle cx="21" cy="21" r="10" fill="#ffc107"/><circle cx="21" cy="21" r="9" fill="#1976d2"/><path fill="#ffc107" d="M26.745 19.168a1 1 0 0 0-.146.111c-.807.8-1.617 1.591-2.416 2.4c-.352.355-.278.275-.211.689c.184 1.138.382 2.274.574 3.41c0 .03.006.06.011.109c-.188-.095-.364-.181-.538-.27l-2.808-1.442a.37.37 0 0 0-.371-.007c-.659.345-1.32.683-1.981 1.023q-.6.311-1.205.618c-.054.028-.11.051-.185.085c.01-.09.016-.162.027-.233l.435-2.67c.046-.281.085-.563.131-.845a.32.32 0 0 0-.1-.294l-1.241-1.223l-1.321-1.313c-.043-.043-.083-.087-.14-.148l.611-.095q1.594-.254 3.19-.506a.23.23 0 0 0 .186-.136q.52-1.037 1.045-2.07l.593-1.193l.089-.169c.04.071.072.124.1.179q.68 1.338 1.363 2.674q.162.311.344.611a.25.25 0 0 0 .15.1q1.067.168 2.135.325q.802.117 1.6.231a.3.3 0 0 1 .056.017Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5789b2" d="M27.4 5.5h-9.3L16 9.7H4.3v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><circle cx="21" cy="21" r="10" fill="#ffc107"/><circle cx="21" cy="21" r="9" fill="#1976d2"/><path fill="#ffc107" d="M26.745 19.168a1 1 0 0 0-.146.111c-.807.8-1.617 1.591-2.416 2.4c-.352.355-.278.275-.211.689c.184 1.138.382 2.274.574 3.41c0 .03.006.06.011.109c-.188-.095-.364-.181-.538-.27l-2.808-1.442a.37.37 0 0 0-.371-.007c-.659.345-1.32.683-1.981 1.023q-.6.311-1.205.618c-.054.028-.11.051-.185.085c.01-.09.016-.162.027-.233l.435-2.67c.046-.281.085-.563.131-.845a.32.32 0 0 0-.1-.294l-1.241-1.223l-1.321-1.313c-.043-.043-.083-.087-.14-.148l.611-.095q1.594-.254 3.19-.506a.23.23 0 0 0 .186-.136q.52-1.037 1.045-2.07l.593-1.193l.089-.169c.04.071.072.124.1.179q.68 1.338 1.363 2.674q.162.311.344.611a.25.25 0 0 0 .15.1q1.067.168 2.135.325q.802.117 1.6.231a.3.3 0 0 1 .056.017Z"/></svg>
</template>

CSS

.icon-folder-type-favicon {
  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%235789b2%22%20d%3D%22M27.4%205.5h-9.3L16%209.7H4.3v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2221%22%20r%3D%2210%22%20fill%3D%22%23ffc107%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2221%22%20r%3D%229%22%20fill%3D%22%231976d2%22%2F%3E%3Cpath%20fill%3D%22%23ffc107%22%20d%3D%22M26.745%2019.168a1%201%200%200%200-.146.111c-.807.8-1.617%201.591-2.416%202.4c-.352.355-.278.275-.211.689c.184%201.138.382%202.274.574%203.41c0%20.03.006.06.011.109c-.188-.095-.364-.181-.538-.27l-2.808-1.442a.37.37%200%200%200-.371-.007c-.659.345-1.32.683-1.981%201.023q-.6.311-1.205.618c-.054.028-.11.051-.185.085c.01-.09.016-.162.027-.233l.435-2.67c.046-.281.085-.563.131-.845a.32.32%200%200%200-.1-.294l-1.241-1.223l-1.321-1.313c-.043-.043-.083-.087-.14-.148l.611-.095q1.594-.254%203.19-.506a.23.23%200%200%200%20.186-.136q.52-1.037%201.045-2.07l.593-1.193l.089-.169c.04.071.072.124.1.179q.68%201.338%201.363%202.674q.162.311.344.611a.25.25%200%200%200%20.15.1q1.067.168%202.135.325q.802.117%201.6.231a.3.3%200%200%201%20.056.017Z%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%235789b2%22%20d%3D%22M27.4%205.5h-9.3L16%209.7H4.3v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2221%22%20r%3D%2210%22%20fill%3D%22%23ffc107%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2221%22%20r%3D%229%22%20fill%3D%22%231976d2%22%2F%3E%3Cpath%20fill%3D%22%23ffc107%22%20d%3D%22M26.745%2019.168a1%201%200%200%200-.146.111c-.807.8-1.617%201.591-2.416%202.4c-.352.355-.278.275-.211.689c.184%201.138.382%202.274.574%203.41c0%20.03.006.06.011.109c-.188-.095-.364-.181-.538-.27l-2.808-1.442a.37.37%200%200%200-.371-.007c-.659.345-1.32.683-1.981%201.023q-.6.311-1.205.618c-.054.028-.11.051-.185.085c.01-.09.016-.162.027-.233l.435-2.67c.046-.281.085-.563.131-.845a.32.32%200%200%200-.1-.294l-1.241-1.223l-1.321-1.313c-.043-.043-.083-.087-.14-.148l.611-.095q1.594-.254%203.19-.506a.23.23%200%200%200%20.186-.136q.52-1.037%201.045-2.07l.593-1.193l.089-.169c.04.071.072.124.1.179q.68%201.338%201.363%202.674q.162.311.344.611a.25.25%200%200%200%20.15.1q1.067.168%202.135.325q.802.117%201.6.231a.3.3%200%200%201%20.056.017Z%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-favicon.svg?color=%231a73e8&size=48