Files Pixel Art Icon
Multiple file icons for document libraries, file-collection views, bulk operations, and multi-file upload states.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Files icon
Two or more file shapes together, indicating a collection or group of documents. Use it on a 'Documents' section heading in a project sidebar, a 'View all files' link in a file manager, a bulk-select state that shows how many files are chosen, or a multi-file upload summary. It signals plurality without specifying file type. When the files have a specific content type, a type-specific variant is more informative; for a single document, the plain file icon avoids over-communication.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/files.svg" width="24" height="24" alt="Files" />
<!-- React -->
import { Files } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="files.svg" width="48" height="48" style="image-rendering: pixelated" />