Download Pixel Art Icon
A download icon for saving files, importing data, pulling assets from the cloud, and 'Get file' buttons.
Tags
saveimportarrow
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 Download icon
An arrow pointing downward, often into a baseline or tray, representing the action of retrieving and saving a file to local storage. Use it on a 'Download' button for documents, installers, or media files; on a bulk export action; or in a file manager's 'Save here' prompt. Users recognize it immediately and expect a file to land on their device. For saving to a specific drive rather than local storage, drive-download carries the same direction with a drive-specific context.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/download.svg" width="24" height="24" alt="Download" />
<!-- React -->
import { Download } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="download.svg" width="48" height="48" style="image-rendering: pixelated" />