Rain 2 Pixel Art Icon
An alternate rain icon for different rainfall intensities, weather apps needing visual variety and forecast condition displays.
Tags
raindropstorm
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Rain 2 icon
A second rainfall icon with a different drop count, size, or arrangement compared to rain. Use it when rain looks too sparse or too heavy for a given forecast level, or when building a set that needs to visually distinguish light rain from moderate rain. Both icons share the same cloud-with-drops composition; the differences lie in the precipitation density. In a simple single-state weather display, either works fine; the pair becomes valuable in a multi-level precipitation scale.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/rain-2.svg" width="24" height="24" alt="Rain 2" />
<!-- React -->
import { Rain2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="rain-2.svg" width="48" height="48" style="image-rendering: pixelated" />