Glass Pixel Art Icon
A drinking glass icon for bar menus, beverage categories, glassware product listings and hospitality venue apps.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Glass icon
A plain drinking glass, unadorned and immediately recognizable as a vessel for beverages. Hospitality apps reach for it on bar menus, drink-order flows, and glassware product categories. It reads as generic 'drink' rather than a specific type, which makes it versatile but also vague when specificity matters. For water specifically, glass-water adds a drop to remove ambiguity; for alcoholic drinks, wine-glass or a cocktail variant carries stronger context.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/glass.svg" width="24" height="24" alt="Glass" />
<!-- React -->
import { Glass } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="glass.svg" width="48" height="48" style="image-rendering: pixelated" />