SANSA Logo
RZ · LRS · Costa Rica
Used by leading travel companies including Omio, Flight Centre, CTM, and TUI
All SANSA Logo Variants
SANSA logos in every available style
Dark Theme Variants
Contrast-optimized logos for dark backgrounds
#BA2628
#165595
#EF967E
#1C2D6C
More Logos from Airlines in Costa Rica
Access SANSA Logo via API
This logo is part of our airline branding library — 920 carriers with square, rectangular, and tailfin variants, refreshed daily.
How Travel Companies Use SANSA Logo
See how an online travel agency or metasearch uses airline logos in search results — powered by Airhex data.
What the Airline Logo API Includes
Airline logos plus complete aviation data — all through one API
Multiple Variants & Formats
Square, rectangular, and tailfin logos in PNG and SVG. Dark theme variants for dark UIs. Any resolution.
Airline & Airport Profiles
2,588 airlines and 16,448 airports with codes, country, alliance, coordinates, and more via structured JSON.
Brand Colors Included
Each airline ships with extracted brand color values — hex codes ready for dynamic theming in your UI.
Refreshed Every 24 Hours
Rebrands, new carriers, and code changes reflected automatically. Your app always shows the latest branding.
One Request, One Logo
- Deterministic URLs — no SDK required
- Sub-50ms edge-cached delivery
- Square, rectangular, and tailfin variants
- PNG and SVG output
- Dark theme toggle via query parameter
- Licensed for commercial use
// Fetch SANSA logos
const response = await fetch(
'https://airhex.com/api/v1/logos?codes=RZ',
{ headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const data = await response.json();
// Response
{ logos: [{
iata: "RZ", icao: "LRS", name: "SANSA",
svg: {
light: {
square: "https://airhex.com/api/v1/logos/LRS/s/256x256.svg?sig=…",
rectangular: { ... }, tail: { ... }, tail_right: { ... }
},
dark: { ... }
},
png: { ... }
}]
}
Trusted by leading aviation & travel companies










Need Airline Logos for Your App?
Access up-to-date logos for 920+ airlines in your app.
Get a free Sandbox API key to test the API with real logos.