IndiGo Logo
6E · IGO · India · IndiGo Profile
IndiGo and other airline logos produced by Airhex are trusted by leading travel companies worldwide
All IndiGo Logo Variants
IndiGo logos in every available style
Dark Theme Variants
Contrast-optimized logos for dark backgrounds
#041C94
IndiGo Logo History
IndiGo is one of the largest airlines in India, and its logo has gone through several iterations since its founding in 2006. The logo has changed to reflect the company’s growth and evolution over the years, becoming an iconic symbol of the airline.
The original logo of the airline was a simple, blue-and-red design with the name “IndiGo” written in a circle. This logo was used until 2013, when the company decided to give the brand a fresher, more modern look. The new logo featured a more vibrant and energetic orange-and-blue color scheme, as well as a redesigned font with more emphasis on the “Go” part of the name. The circle was also replaced by a triangle, which was meant to symbolize the idea of progress and growth.
In 2016, the logo was updated once again, with a simplified and more minimalist design. The triangle was removed, leaving just the name “IndiGo” in the center. The orange-and-blue color scheme remained, but the font was changed to a more modern and sleek look.
The current logo, which was introduced in 2017, is meant to reflect the spirit of the airline and its commitment to providing an enhanced travel experience to its passengers. The logo features a bold and bright orange-and-blue color scheme, with the name “IndiGo” written in a custom font. The font was designed to be easily recognizable and memorable, and the orange-and-blue colors are meant to evoke the feeling of energy and excitement.
The IndiGo logo has undergone several changes over the years, but it has remained an iconic symbol of the airline. It is a reminder of the company’s commitment to providing a seamless, convenient, and enjoyable travel experience to its passengers.
More Logos from Airlines in India
Get IndiGo Logo
Part of our airline branding library — 920 carriers with square, rectangular, circular, and tailfin variants, refreshed daily.
How Travel Companies Use IndiGo 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, circular, 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, circular, and tailfin variants
- PNG and SVG output
- Dark theme toggle via query parameter
- Commercial license for Airhex-created logo assets
// Fetch IndiGo logos
const response = await fetch(
'https://api.airhex.com/v1/logos?codes=6E',
{ headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const data = await response.json();
// Response
{
"data": [{
"iata": "6E", "icao": "IGO", "name": "IndiGo",
"svg": {
"light": {
"square": "…/v1/logos/IGO/s/256x256.svg?sig=…",
"rectangular": { ... }, "tail": { ... }, "tail_right": { ... }, "circular": { ... }
},
"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.