Cake Pixel Art Icon
A whole cake icon for birthday events, bakery stores, celebration pages and dessert-category filters in food apps.
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 Cake icon
A layered cake with candles, the universal symbol of birthdays and celebrations in digital interfaces. Use it on a birthday reminder in a contacts or calendar app, a bakery store's featured category, a celebration event type in an event planner, or a desserts filter in a food delivery app. When you need to represent a single serving rather than a whole celebration, the cake-slice icon is more appropriate for menu or order-item contexts.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cake.svg" width="24" height="24" alt="Cake" />
<!-- React -->
import { Cake } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cake.svg" width="48" height="48" style="image-rendering: pixelated" />