Folders Pixel Art Icon
A multiple-folders icon for project libraries, workspace overviews, multi-directory navigation, and file collection views.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Folders icon
Two or more folder shapes grouped together, representing a collection of directories or a library-level view. Use it as the icon for a 'Projects' or 'Library' page, a sidebar entry for a workspace containing multiple directories, or a breadcrumb label for the top-level folder list. It communicates plurality that the single folder icon cannot. When the visual metaphor should suggest layered depth or hierarchy, folders-stack or folders-stack-2 add a stacking composition that reinforces the nesting concept.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/folders.svg" width="24" height="24" alt="Folders" />
<!-- React -->
import { Folders } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="folders.svg" width="48" height="48" style="image-rendering: pixelated" />