File Big Pixel Art Icon
A larger-proportioned file icon for emphasizing important documents, featured files, or primary attachments in a layout.
Tags
filepaperpagebig
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the File Big icon
A file icon drawn at a larger scale or with more visual weight, used when a document deserves prominent placement in a layout. It suits a hero area that highlights a key report, a featured attachment in an email composer, or an empty-state illustration anchor. The 'big' size signals priority without changing the base meaning of a file. For content-specific emphasis, pairing this with a file-big-text or file-big-article variant communicates both size and content type.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/file-big.svg" width="24" height="24" alt="File Big" />
<!-- React -->
import { FileBig } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="file-big.svg" width="48" height="48" style="image-rendering: pixelated" />