Hail Pixel Art Icon
A hail icon for severe-weather alerts, hailstorm forecasts, crop-damage warnings and outdoor event cancellations.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Hail icon
A cloud with solid round pellets falling beneath it, the meteorological symbol for hail. Use it in a weather app for severe hail forecasts, in an agricultural tool to flag crop-damage risk, in an outdoor-event platform to auto-cancel bookings during hail advisories, or in an insurance app when filing a hail-damage claim. Hail is more severe than rain, so this icon fits better on alert-level notifications than routine forecast cards. For snow, cloud-snow reads more gently; hail signals a hazard.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/hail.svg" width="24" height="24" alt="Hail" />
<!-- React -->
import { Hail } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="hail.svg" width="48" height="48" style="image-rendering: pixelated" />