Drop Pixel Art Icon
A water-drop icon for hydration tracking, liquid level indicators, humidity readings and water-related features.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Drop icon
A single teardrop-shaped water drop, one of the simplest and most legible nature icons. It appears in hydration reminder apps to track daily water intake, in smart-home humidity sensors, in irrigation tools for watering schedules, and in weather apps alongside rain icons. It also serves as a blood or medicine drop in health contexts. For rainfall from a cloud, rain icons show the sky source; this standalone drop focuses on the liquid itself, ideal for fluid-volume contexts.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/drop.svg" width="24" height="24" alt="Drop" />
<!-- React -->
import { Drop } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="drop.svg" width="48" height="48" style="image-rendering: pixelated" />