Cocktail Pixel Art Icon
A cocktail glass icon for bar menus, drinks apps, happy-hour promotions and age-gated spirits categories.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cocktail icon
A martini-style glass with a cocktail garnish, the visual shorthand for mixed drinks and cocktail bars. Use it in a cocktail recipe app's browse section, a restaurant's drinks menu category, a happy-hour promotion banner, or a bar-finder app. The stemmed glass shape distinguishes it from a beer mug or wine bottle, making it well-suited for spirits and mixed-drink contexts. Always apply age-gating flows in consumer-facing apps where this icon leads to alcohol content.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cocktail.svg" width="24" height="24" alt="Cocktail" />
<!-- React -->
import { Cocktail } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cocktail.svg" width="48" height="48" style="image-rendering: pixelated" />