A comprehensive collection of airline logos organized by IATA (International Air Transport Association) codes. This repository provides high-quality airline logos in multiple sizes and versions.
You can access the logos directly through jsDelivr CDN. Use the following URL pattern:
https://cdn.jsdelivr.net/gh/spydogenesis/airlines-logo@latest/airlines-logo/[SIZE]/[IATA_CODE].png
Example:
https://cdn.jsdelivr.net/gh/spydogenesis/airlines-logo@latest/airlines-logo/200x200_v2/WT.png
- 200x200 (Original version)
- 200x200_v2 (Updated version)
The repository includes an icao-iata-mapping.json file that maps ICAO (International Civil Aviation Organization) codes to IATA codes. This is useful when you need to convert between the two code systems.
Example mapping:
{
"SWT": "WT", // ICAO: SWT, IATA: WT
"UAL": "UA", // ICAO: UAL, IATA: UA
"BAW": "BA" // ICAO: BAW, IATA: BA
}- High-quality airline logos
- Organized by IATA codes
- Multiple size options
- Fast delivery through jsDelivr CDN
- ICAO to IATA code mapping
Contributions are welcome! If you notice any missing logos or have improvements to existing ones, feel free to open an issue or submit a pull request.
Please note that airline logos are typically trademarked by their respective airlines. Use these logos in accordance with each airline's brand guidelines and applicable laws.