folder compact icon
folder-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- folder-compact
- Set
- Codicons
- Style
- Regular
- Viewbox
- 12×12
- License
- CC BY 4.0
Related icons in Codicons
Use the folder compact icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9.5 2H5.707l-.414-.414A2 2 0 0 0 3.879 1H2.5A2.503 2.503 0 0 0 0 3.5v5C0 9.878 1.122 11 2.5 11h7c1.378 0 2.5-1.122 2.5-2.5v-4C12 3.122 10.878 2 9.5 2m-7 0h1.379c.263 0 .521.107.707.293L5.293 3l-.707.707A1 1 0 0 1 3.879 4H1v-.5C1 2.673 1.673 2 2.5 2M11 8.5c0 .827-.673 1.5-1.5 1.5h-7C1.673 10 1 9.327 1 8.5V5h2.879a2 2 0 0 0 1.414-.586L6.707 3H9.5c.827 0 1.5.673 1.5 1.5z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconFolderCompact(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9.5 2H5.707l-.414-.414A2 2 0 0 0 3.879 1H2.5A2.503 2.503 0 0 0 0 3.5v5C0 9.878 1.122 11 2.5 11h7c1.378 0 2.5-1.122 2.5-2.5v-4C12 3.122 10.878 2 9.5 2m-7 0h1.379c.263 0 .521.107.707.293L5.293 3l-.707.707A1 1 0 0 1 3.879 4H1v-.5C1 2.673 1.673 2 2.5 2M11 8.5c0 .827-.673 1.5-1.5 1.5h-7C1.673 10 1 9.327 1 8.5V5h2.879a2 2 0 0 0 1.414-.586L6.707 3H9.5c.827 0 1.5.673 1.5 1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9.5 2H5.707l-.414-.414A2 2 0 0 0 3.879 1H2.5A2.503 2.503 0 0 0 0 3.5v5C0 9.878 1.122 11 2.5 11h7c1.378 0 2.5-1.122 2.5-2.5v-4C12 3.122 10.878 2 9.5 2m-7 0h1.379c.263 0 .521.107.707.293L5.293 3l-.707.707A1 1 0 0 1 3.879 4H1v-.5C1 2.673 1.673 2 2.5 2M11 8.5c0 .827-.673 1.5-1.5 1.5h-7C1.673 10 1 9.327 1 8.5V5h2.879a2 2 0 0 0 1.414-.586L6.707 3H9.5c.827 0 1.5.673 1.5 1.5z"/></svg> </template>
CSS
.icon-folder-compact {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%202H5.707l-.414-.414A2%202%200%200%200%203.879%201H2.5A2.503%202.503%200%200%200%200%203.5v5C0%209.878%201.122%2011%202.5%2011h7c1.378%200%202.5-1.122%202.5-2.5v-4C12%203.122%2010.878%202%209.5%202m-7%200h1.379c.263%200%20.521.107.707.293L5.293%203l-.707.707A1%201%200%200%201%203.879%204H1v-.5C1%202.673%201.673%202%202.5%202M11%208.5c0%20.827-.673%201.5-1.5%201.5h-7C1.673%2010%201%209.327%201%208.5V5h2.879a2%202%200%200%200%201.414-.586L6.707%203H9.5c.827%200%201.5.673%201.5%201.5z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%202H5.707l-.414-.414A2%202%200%200%200%203.879%201H2.5A2.503%202.503%200%200%200%200%203.5v5C0%209.878%201.122%2011%202.5%2011h7c1.378%200%202.5-1.122%202.5-2.5v-4C12%203.122%2010.878%202%209.5%202m-7%200h1.379c.263%200%20.521.107.707.293L5.293%203l-.707.707A1%201%200%200%201%203.879%204H1v-.5C1%202.673%201.673%202%202.5%202M11%208.5c0%20.827-.673%201.5-1.5%201.5h-7C1.673%2010%201%209.327%201%208.5V5h2.879a2%202%200%200%200%201.414-.586L6.707%203H9.5c.827%200%201.5.673%201.5%201.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/folder-compact.svg?color=%231a73e8&size=48