folder type template logo
folder-type-template from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-template
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
folder-type-androidfolder-type-android-openedfolder-type-angularfolder-type-angular-openedfolder-type-apachefolder-type-apache-openedfolder-type-apifolder-type-api-openedfolder-type-appfolder-type-app-openedfolder-type-arangodbfolder-type-arangodb-openedfolder-type-assetfolder-type-asset-openedfolder-type-astrofolder-type-astro-openedfolder-type-audiofolder-type-audio-openedfolder-type-aureliafolder-type-aurelia-openedfolder-type-awsfolder-type-aws-openedfolder-type-azurefolder-type-azure-opened
Use the folder type template logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf8e55" 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="#675f58" d="M29.025 14.38H11.974A1.98 1.98 0 0 0 10 16.354v12.675A1.98 1.98 0 0 0 11.974 31h17.051A1.98 1.98 0 0 0 31 29.026V16.354a1.98 1.98 0 0 0-1.975-1.974"/><path fill="#ccc" d="M29.925 29.026a.905.905 0 0 1-.9.9H11.974a.905.905 0 0 1-.9-.9V17.62h18.85v11.406Z"/><path fill="#ff931e" d="M14.9 24.446h2.8v2.8h-2.8zm0-4.2h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm-4.2 4.2h2.8v2.8h-2.8zm4.2 0h2.8v2.8h-2.8z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeTemplate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf8e55" 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="#675f58" d="M29.025 14.38H11.974A1.98 1.98 0 0 0 10 16.354v12.675A1.98 1.98 0 0 0 11.974 31h17.051A1.98 1.98 0 0 0 31 29.026V16.354a1.98 1.98 0 0 0-1.975-1.974"/><path fill="#ccc" d="M29.925 29.026a.905.905 0 0 1-.9.9H11.974a.905.905 0 0 1-.9-.9V17.62h18.85v11.406Z"/><path fill="#ff931e" d="M14.9 24.446h2.8v2.8h-2.8zm0-4.2h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm-4.2 4.2h2.8v2.8h-2.8zm4.2 0h2.8v2.8h-2.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf8e55" 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="#675f58" d="M29.025 14.38H11.974A1.98 1.98 0 0 0 10 16.354v12.675A1.98 1.98 0 0 0 11.974 31h17.051A1.98 1.98 0 0 0 31 29.026V16.354a1.98 1.98 0 0 0-1.975-1.974"/><path fill="#ccc" d="M29.925 29.026a.905.905 0 0 1-.9.9H11.974a.905.905 0 0 1-.9-.9V17.62h18.85v11.406Z"/><path fill="#ff931e" d="M14.9 24.446h2.8v2.8h-2.8zm0-4.2h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm-4.2 4.2h2.8v2.8h-2.8zm4.2 0h2.8v2.8h-2.8z"/></svg> </template>
CSS
.icon-folder-type-template {
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%23bf8e55%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%23675f58%22%20d%3D%22M29.025%2014.38H11.974A1.98%201.98%200%200%200%2010%2016.354v12.675A1.98%201.98%200%200%200%2011.974%2031h17.051A1.98%201.98%200%200%200%2031%2029.026V16.354a1.98%201.98%200%200%200-1.975-1.974%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M29.925%2029.026a.905.905%200%200%201-.9.9H11.974a.905.905%200%200%201-.9-.9V17.62h18.85v11.406Z%22%2F%3E%3Cpath%20fill%3D%22%23ff931e%22%20d%3D%22M14.9%2024.446h2.8v2.8h-2.8zm0-4.2h2.8v2.801h-2.8zm4.2%200h2.8v2.801h-2.8zm4.2%200h2.8v2.801h-2.8zm-4.2%204.2h2.8v2.8h-2.8zm4.2%200h2.8v2.8h-2.8z%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%23bf8e55%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%23675f58%22%20d%3D%22M29.025%2014.38H11.974A1.98%201.98%200%200%200%2010%2016.354v12.675A1.98%201.98%200%200%200%2011.974%2031h17.051A1.98%201.98%200%200%200%2031%2029.026V16.354a1.98%201.98%200%200%200-1.975-1.974%22%2F%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M29.925%2029.026a.905.905%200%200%201-.9.9H11.974a.905.905%200%200%201-.9-.9V17.62h18.85v11.406Z%22%2F%3E%3Cpath%20fill%3D%22%23ff931e%22%20d%3D%22M14.9%2024.446h2.8v2.8h-2.8zm0-4.2h2.8v2.801h-2.8zm4.2%200h2.8v2.801h-2.8zm4.2%200h2.8v2.801h-2.8zm-4.2%204.2h2.8v2.8h-2.8zm4.2%200h2.8v2.8h-2.8z%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-template.svg?color=%231a73e8&size=48