folder type trunk logo
folder-type-trunk from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-trunk
- 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 trunk logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7f3333" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><g fill="#fb6a5b"><path d="M21.81 31v-2a7.3 7.3 0 0 0 4-1.2a7.19 7.19 0 0 0-2.6-13a7.16 7.16 0 0 0-8.59 7h-2a9.16 9.16 0 0 1 5.67-8.44a9.3 9.3 0 0 1 5.31-.52A9.14 9.14 0 0 1 30.82 20a9 9 0 0 1-.52 5.28a9.15 9.15 0 0 1-3.38 4.1A9.33 9.33 0 0 1 21.81 31"/><path d="M17.35 21.86h-2a6.4 6.4 0 0 1 1.89-4.54a6.52 6.52 0 0 1 4.57-1.88v2a4.45 4.45 0 0 0-3.15 1.31a4.4 4.4 0 0 0-1.31 3.13Z"/><path d="M25.54 21.86h-2a1.76 1.76 0 0 0-3.51 0H18a3.68 3.68 0 0 1 1.09-2.62a3.75 3.75 0 0 1 5.28 0a3.68 3.68 0 0 1 1.09 2.62Z"/></g></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeTrunk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7f3333" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><g fill="#fb6a5b"><path d="M21.81 31v-2a7.3 7.3 0 0 0 4-1.2a7.19 7.19 0 0 0-2.6-13a7.16 7.16 0 0 0-8.59 7h-2a9.16 9.16 0 0 1 5.67-8.44a9.3 9.3 0 0 1 5.31-.52A9.14 9.14 0 0 1 30.82 20a9 9 0 0 1-.52 5.28a9.15 9.15 0 0 1-3.38 4.1A9.33 9.33 0 0 1 21.81 31"/><path d="M17.35 21.86h-2a6.4 6.4 0 0 1 1.89-4.54a6.52 6.52 0 0 1 4.57-1.88v2a4.45 4.45 0 0 0-3.15 1.31a4.4 4.4 0 0 0-1.31 3.13Z"/><path d="M25.54 21.86h-2a1.76 1.76 0 0 0-3.51 0H18a3.68 3.68 0 0 1 1.09-2.62a3.75 3.75 0 0 1 5.28 0a3.68 3.68 0 0 1 1.09 2.62Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7f3333" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><g fill="#fb6a5b"><path d="M21.81 31v-2a7.3 7.3 0 0 0 4-1.2a7.19 7.19 0 0 0-2.6-13a7.16 7.16 0 0 0-8.59 7h-2a9.16 9.16 0 0 1 5.67-8.44a9.3 9.3 0 0 1 5.31-.52A9.14 9.14 0 0 1 30.82 20a9 9 0 0 1-.52 5.28a9.15 9.15 0 0 1-3.38 4.1A9.33 9.33 0 0 1 21.81 31"/><path d="M17.35 21.86h-2a6.4 6.4 0 0 1 1.89-4.54a6.52 6.52 0 0 1 4.57-1.88v2a4.45 4.45 0 0 0-3.15 1.31a4.4 4.4 0 0 0-1.31 3.13Z"/><path d="M25.54 21.86h-2a1.76 1.76 0 0 0-3.51 0H18a3.68 3.68 0 0 1 1.09-2.62a3.75 3.75 0 0 1 5.28 0a3.68 3.68 0 0 1 1.09 2.62Z"/></g></svg> </template>
CSS
.icon-folder-type-trunk {
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%237f3333%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%3Cg%20fill%3D%22%23fb6a5b%22%3E%3Cpath%20d%3D%22M21.81%2031v-2a7.3%207.3%200%200%200%204-1.2a7.19%207.19%200%200%200-2.6-13a7.16%207.16%200%200%200-8.59%207h-2a9.16%209.16%200%200%201%205.67-8.44a9.3%209.3%200%200%201%205.31-.52A9.14%209.14%200%200%201%2030.82%2020a9%209%200%200%201-.52%205.28a9.15%209.15%200%200%201-3.38%204.1A9.33%209.33%200%200%201%2021.81%2031%22%2F%3E%3Cpath%20d%3D%22M17.35%2021.86h-2a6.4%206.4%200%200%201%201.89-4.54a6.52%206.52%200%200%201%204.57-1.88v2a4.45%204.45%200%200%200-3.15%201.31a4.4%204.4%200%200%200-1.31%203.13Z%22%2F%3E%3Cpath%20d%3D%22M25.54%2021.86h-2a1.76%201.76%200%200%200-3.51%200H18a3.68%203.68%200%200%201%201.09-2.62a3.75%203.75%200%200%201%205.28%200a3.68%203.68%200%200%201%201.09%202.62Z%22%2F%3E%3C%2Fg%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%237f3333%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%3Cg%20fill%3D%22%23fb6a5b%22%3E%3Cpath%20d%3D%22M21.81%2031v-2a7.3%207.3%200%200%200%204-1.2a7.19%207.19%200%200%200-2.6-13a7.16%207.16%200%200%200-8.59%207h-2a9.16%209.16%200%200%201%205.67-8.44a9.3%209.3%200%200%201%205.31-.52A9.14%209.14%200%200%201%2030.82%2020a9%209%200%200%201-.52%205.28a9.15%209.15%200%200%201-3.38%204.1A9.33%209.33%200%200%201%2021.81%2031%22%2F%3E%3Cpath%20d%3D%22M17.35%2021.86h-2a6.4%206.4%200%200%201%201.89-4.54a6.52%206.52%200%200%201%204.57-1.88v2a4.45%204.45%200%200%200-3.15%201.31a4.4%204.4%200%200%200-1.31%203.13Z%22%2F%3E%3Cpath%20d%3D%22M25.54%2021.86h-2a1.76%201.76%200%200%200-3.51%200H18a3.68%203.68%200%200%201%201.09-2.62a3.75%203.75%200%200%201%205.28%200a3.68%203.68%200%200%201%201.09%202.62Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-trunk.svg?color=%231a73e8&size=48