Folder Pixel Art Icon
A folder icon for file directories, document organizers, project containers, and file-system navigation controls.
Tags
directoryfiles
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Folder icon
A classic tabbed folder, the foundational symbol of file-system organization. Use it on directory navigation in a file manager, a document library header, a project container in a workspace app, or breadcrumb navigation showing the current path. It is immediately understood by all users as a container for files. For collection-level actions, folder-plus adds a file, folder-minus removes one, and folder-x closes or rejects the folder. When showing multiple directories at once, the folders or folders-stack icons add depth.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/folder.svg" width="24" height="24" alt="Folder" />
<!-- React -->
import { Folder } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="folder.svg" width="48" height="48" style="image-rendering: pixelated" />