Cake Slice Pixel Art Icon
A cake slice icon for dessert menus, single-serving bakery items, order-confirmation screens and food-app dessert listings.
Tags
cakeslice
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cake Slice icon
A triangular wedge cut from a layered cake, representing a single portion. Use it on a restaurant or cafe menu item, a dessert category in a food delivery app, or an order-confirmation screen after selecting a cake slice. It is more specific than the whole cake icon, which signals celebration; the slice signals a food item to purchase or consume. For a birthday or party event label, the whole cake icon carries the celebratory meaning more strongly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cake-slice.svg" width="24" height="24" alt="Cake Slice" />
<!-- React -->
import { CakeSlice } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cake-slice.svg" width="48" height="48" style="image-rendering: pixelated" />