Luggage Pixel Art Icon
A luggage icon for travel packing lists, airport check-in flows, baggage allowance info and trip preparation screens.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Luggage icon
A rolling suitcase, the universal travel icon. Use it in a trip-planning app to indicate packing or baggage, on a check-in flow to remind users about luggage rules, in an airport service finder for baggage claim, or as a category icon for travel gear in a shopping app. It signals journeys and physical preparation for travel. For on-foot or hotel contexts, the hotel-bed or tent icons provide better specificity; luggage focuses on the baggage-handling moment of a trip.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/luggage.svg" width="24" height="24" alt="Luggage" />
<!-- React -->
import { Luggage } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="luggage.svg" width="48" height="48" style="image-rendering: pixelated" />