Coffee Pixel Art Icon
A coffee cup icon for cafe menus, 'Buy me a coffee' support buttons, break-room labels and beverage filters.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Coffee icon
A steaming coffee cup, one of the most versatile icons in product design. Use it for a cafe or coffee shop's menu, a 'Take a break' or 'Pause' state in a productivity app, a 'Buy me a coffee' creator-support button, or a beverage filter in a food delivery app. When the interface has two coffee icons available (coffee and coffee-2), the shape difference (mug versus espresso cup) can help distinguish brew types in specialty coffee apps.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/coffee.svg" width="24" height="24" alt="Coffee" />
<!-- React -->
import { Coffee } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="coffee.svg" width="48" height="48" style="image-rendering: pixelated" />