IndiGo 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

IndiGo Symbol logo
Symbol logo
IndiGo Circular logo
Circular logo
IndiGo Tail logo
Tail logo
IndiGo Tailfin logo
Tailfin logo
IndiGo IndiGo logo with name
IndiGo logo with name

Dark Theme Variants

Contrast-optimized logos for dark backgrounds

IndiGo Symbol logo (dark)
Symbol logo
IndiGo Circular logo (dark)
Circular logo
IndiGo Tail logo (dark)
Tail logo
IndiGo Tailfin logo (dark)
Tailfin logo
IndiGo IndiGo logo with name (dark)
IndiGo logo with name
Brand Colors
#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.

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.

Flight Search Results
Air India
Air India AI 100
06:15 — 10:40 · 1 stop · 5h 25m
$342
IndiGo
IndiGo 6E 297
08:30 — 12:05 · Direct · 3h 35m
$289
Best price
Air India Express
Air India Express IX 494
11:50 — 17:20 · 1 stop · 7h 30m
$310
Air Taxi (India)
Air Taxi (India) FAT 691
14:10 — 20:55 · 2 stops · 8h 45m
$267

What the Airline Logo API Includes

Airline logos plus complete aviation data — all through one API

Logos
Multiple Variants & Formats

Square, rectangular, circular, and tailfin logos in PNG and SVG. Dark theme variants for dark UIs. Any resolution.

Data
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
Get Started
// 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

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.