Cloud Download Pixel Art Icon
A cloud-download icon for downloading files from cloud storage, importing backups and fetching remote assets.
Tags
cloudstoragesyncuploaddownloadsaveimportarrow
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cloud Download icon
A cloud with a downward arrow, clearly indicating retrieval from a cloud service. Place it on a 'Download from cloud' button, a 'Restore backup' action, or a file manager's import from remote storage control. Users instinctively read the downward arrow as 'bring to device.' Its counterpart cloud-upload handles the sending direction. If the specific action is syncing rather than a one-way download, a sync icon with rotating arrows is more accurate; cloud-download implies a deliberate, one-directional pull.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cloud-download.svg" width="24" height="24" alt="Cloud Download" />
<!-- React -->
import { CloudDownload } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cloud-download.svg" width="48" height="48" style="image-rendering: pixelated" />