Cloud Pixel Art Icon
A cloud icon for cloud storage services, sync status indicators, online backup and hosted-service labels.
Tags
storagesyncupload
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cloud icon
A puffy cloud shape, doing double duty as a weather symbol and a technology metaphor. In tech interfaces it represents cloud storage, sync state, or any service hosted online. In weather apps it signals overcast conditions. Choose the compound variants for specific actions: cloud-upload and cloud-download for file transfer, cloud-check for a successful sync, cloud-minus or cloud-plus for storage management. The plain cloud is best as a category icon or neutral 'cloud service' indicator before a specific action is implied.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cloud.svg" width="24" height="24" alt="Cloud" />
<!-- React -->
import { Cloud } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cloud.svg" width="48" height="48" style="image-rendering: pixelated" />