Files 2 Pixel Art Icon
An alternate multi-file icon for document collections, batch operations, and file-group representations in varied icon styles.
Tags
files
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Files 2 icon
A second visual arrangement of multiple document shapes, useful when the primary files icon does not match the proportion or overlap style of surrounding icons in a design system. The semantic meaning is identical: a group of documents or files. Choose it when a toolbar or sidebar contains both this and the standard files icon and each needs to represent distinct states, such as 'all files' versus 'selected files'. In most single-icon contexts, either variant works equally well.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/files-2.svg" width="24" height="24" alt="Files 2" />
<!-- React -->
import { Files2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="files-2.svg" width="48" height="48" style="image-rendering: pixelated" />