Baggage Tray Pixel Art Icon
A baggage-tray icon for airport security checkpoints, hotel luggage services and travel-app check-in flows.
Tags
baggagetray
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Baggage Tray icon
A flat rectangular tray used at airport security screening or hotel luggage drops. Use it in a travel app's check-in flow to indicate the security step, in an airport wayfinding diagram, or in a hotel concierge app for the luggage-storage service. The tray's specific airport-security association is strong enough that a label may be needed in non-travel contexts. For hotel luggage storage in general, a suitcase icon with a location pin may communicate the concept more directly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/baggage-tray.svg" width="24" height="24" alt="Baggage Tray" />
<!-- React -->
import { BaggageTray } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="baggage-tray.svg" width="48" height="48" style="image-rendering: pixelated" />