folder type db logo
folder-type-db from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-db
- 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 db logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c09553" 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="#ffda44" d="M17.822 19.942a15.9 15.9 0 0 0 5.578.895a15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.662a7.8 7.8 0 0 1-1.563.807a16.7 16.7 0 0 1-5.909.977a16.8 16.8 0 0 1-5.909-.975a7.7 7.7 0 0 1-1.563-.809v2.663c0 .355.497.962 1.894 1.504m0 5.029a11.7 11.7 0 0 0 1.95.556a19.6 19.6 0 0 0 7.257 0a11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619a17.6 17.6 0 0 1-6.2 1.007a17.6 17.6 0 0 1-6.2-1.011a8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501"/><path fill="#ffda44" d="M23.4 31c4.125 0 7.472-1.308 7.472-2.921v-2.127a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013a17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128C15.928 29.692 19.275 31 23.4 31"/><ellipse cx="23.4" cy="12.921" fill="#ffda44" rx="7.472" ry="2.921"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeDb(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c09553" 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="#ffda44" d="M17.822 19.942a15.9 15.9 0 0 0 5.578.895a15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.662a7.8 7.8 0 0 1-1.563.807a16.7 16.7 0 0 1-5.909.977a16.8 16.8 0 0 1-5.909-.975a7.7 7.7 0 0 1-1.563-.809v2.663c0 .355.497.962 1.894 1.504m0 5.029a11.7 11.7 0 0 0 1.95.556a19.6 19.6 0 0 0 7.257 0a11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619a17.6 17.6 0 0 1-6.2 1.007a17.6 17.6 0 0 1-6.2-1.011a8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501"/><path fill="#ffda44" d="M23.4 31c4.125 0 7.472-1.308 7.472-2.921v-2.127a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013a17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128C15.928 29.692 19.275 31 23.4 31"/><ellipse cx="23.4" cy="12.921" fill="#ffda44" rx="7.472" ry="2.921"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c09553" 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="#ffda44" d="M17.822 19.942a15.9 15.9 0 0 0 5.578.895a15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.662a7.8 7.8 0 0 1-1.563.807a16.7 16.7 0 0 1-5.909.977a16.8 16.8 0 0 1-5.909-.975a7.7 7.7 0 0 1-1.563-.809v2.663c0 .355.497.962 1.894 1.504m0 5.029a11.7 11.7 0 0 0 1.95.556a19.6 19.6 0 0 0 7.257 0a11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619a17.6 17.6 0 0 1-6.2 1.007a17.6 17.6 0 0 1-6.2-1.011a8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501"/><path fill="#ffda44" d="M23.4 31c4.125 0 7.472-1.308 7.472-2.921v-2.127a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013a17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128C15.928 29.692 19.275 31 23.4 31"/><ellipse cx="23.4" cy="12.921" fill="#ffda44" rx="7.472" ry="2.921"/></svg> </template>
CSS
.icon-folder-type-db {
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%23c09553%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%23ffda44%22%20d%3D%22M17.822%2019.942a15.9%2015.9%200%200%200%205.578.895a15.9%2015.9%200%200%200%205.578-.9c1.4-.545%201.894-1.151%201.894-1.5v-2.662a7.8%207.8%200%200%201-1.563.807a16.7%2016.7%200%200%201-5.909.977a16.8%2016.8%200%200%201-5.909-.975a7.7%207.7%200%200%201-1.563-.809v2.663c0%20.355.497.962%201.894%201.504m0%205.029a11.7%2011.7%200%200%200%201.95.556a19.6%2019.6%200%200%200%207.257%200a11.7%2011.7%200%200%200%201.95-.556c1.4-.545%201.894-1.151%201.894-1.5v-2.542a8%208%200%200%201-1.269.619a17.6%2017.6%200%200%201-6.2%201.007a17.6%2017.6%200%200%201-6.2-1.011a8%208%200%200%201-1.269-.619v2.545c-.007.35.49.953%201.887%201.501%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M23.4%2031c4.125%200%207.472-1.308%207.472-2.921v-2.127a8%208%200%200%201-1.151.571l-.118.047a17.6%2017.6%200%200%201-6.2%201.013a17.6%2017.6%200%200%201-6.2-1.013l-.118-.047a8%208%200%200%201-1.151-.571v2.128C15.928%2029.692%2019.275%2031%2023.4%2031%22%2F%3E%3Cellipse%20cx%3D%2223.4%22%20cy%3D%2212.921%22%20fill%3D%22%23ffda44%22%20rx%3D%227.472%22%20ry%3D%222.921%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%23c09553%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%23ffda44%22%20d%3D%22M17.822%2019.942a15.9%2015.9%200%200%200%205.578.895a15.9%2015.9%200%200%200%205.578-.9c1.4-.545%201.894-1.151%201.894-1.5v-2.662a7.8%207.8%200%200%201-1.563.807a16.7%2016.7%200%200%201-5.909.977a16.8%2016.8%200%200%201-5.909-.975a7.7%207.7%200%200%201-1.563-.809v2.663c0%20.355.497.962%201.894%201.504m0%205.029a11.7%2011.7%200%200%200%201.95.556a19.6%2019.6%200%200%200%207.257%200a11.7%2011.7%200%200%200%201.95-.556c1.4-.545%201.894-1.151%201.894-1.5v-2.542a8%208%200%200%201-1.269.619a17.6%2017.6%200%200%201-6.2%201.007a17.6%2017.6%200%200%201-6.2-1.011a8%208%200%200%201-1.269-.619v2.545c-.007.35.49.953%201.887%201.501%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M23.4%2031c4.125%200%207.472-1.308%207.472-2.921v-2.127a8%208%200%200%201-1.151.571l-.118.047a17.6%2017.6%200%200%201-6.2%201.013a17.6%2017.6%200%200%201-6.2-1.013l-.118-.047a8%208%200%200%201-1.151-.571v2.128C15.928%2029.692%2019.275%2031%2023.4%2031%22%2F%3E%3Cellipse%20cx%3D%2223.4%22%20cy%3D%2212.921%22%20fill%3D%22%23ffda44%22%20rx%3D%227.472%22%20ry%3D%222.921%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-db.svg?color=%231a73e8&size=48