Cloud Minus Pixel Art Icon
A cloud-minus icon for removing cloud storage files, deleting synced backups and reducing cloud storage allocation.
Tags
cloudstoragesyncuploadminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cloud Minus icon
A cloud with a minus sign, indicating removal from cloud storage. Use it on a 'Remove from cloud' button, a 'Delete backup' action in a storage manager, or a control for reducing storage quota allocated to a feature. The minus is unambiguous about subtraction, making the destructive action clear before a user taps. Cloud-plus is its counterpart for adding. If the action permanently deletes, reinforcing with a confirmation dialog is wise, as the icon alone does not convey permanence.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cloud-minus.svg" width="24" height="24" alt="Cloud Minus" />
<!-- React -->
import { CloudMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cloud-minus.svg" width="48" height="48" style="image-rendering: pixelated" />