File Pixel Art Icon
A blank file icon for new documents, generic file attachments, unknown file types, and file-creation buttons.
Tags
paperpage
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 File icon
A rectangular document with a folded upper corner, the foundational file icon found in every operating system and app. Use it for a 'New file' button, a generic file attachment indicator, an unknown or unrecognized file type placeholder, or any file reference that does not need a more specific type icon. When the file has known content (text, video, code), a more descriptive variant like file-text or file-video gives users better at-a-glance information.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/file.svg" width="24" height="24" alt="File" />
<!-- React -->
import { File } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="file.svg" width="48" height="48" style="image-rendering: pixelated" />