Wizz Air Logo
W6 · WZZ · Hungary · Wizz Air Profile
Wizz Air and other airline logos produced by Airhex are trusted by leading travel companies worldwide
All Wizz Air Logo Variants
Wizz Air logos in every available style
Dark Theme Variants
Contrast-optimized logos for dark backgrounds
#C52C85
#311C94
#71238E
#95248C
#A8288C
Wizz Air Logo History
When it comes to low-cost airlines, few are as recognizable as Wizz Air. The airline, founded in 2003, has quickly become a major player in the European airline industry. One of the reasons for its success is its iconic logo, which has gone through several iterations over the years. Here's a look at the history of the Wizz Air logo.
The original Wizz Air logo debuted in 2004 and featured a red and yellow “W” wrapped around a blue plane. The plane was meant to represent the airline’s low-cost, no-frills approach to air travel. The logos of the time were designed to be simple and straightforward, and this logo reflected that trend.
In 2006, the logo was changed slightly to make it more modern. The red and yellow “W” was now encircled by a thin blue circle, and the plane was now grey. The plane was also moved to the left side of the logo, making it look more dynamic.
In 2009, the logo was again changed to reflect the growing popularity of the airline. The plane was now a more vibrant blue and the “W” was now a bold yellow. The circle was now thinner and the overall look was more modern and sophisticated.
In 2013, the logo was changed again to give it a more modern feel. The plane was now white, the “W” was now orange and the circle was now thicker. The overall look was more contemporary and the logo was now more memorable.
Today, the Wizz Air logo is still recognizable and has become a symbol of the airline’s commitment to low-cost, no-frills air travel. The logo has gone through several iterations over the years but it still remains an iconic symbol of the airline.
More Logos from Airlines in Hungary
Get Wizz Air Logo
Part of our airline branding library — 920 carriers with square, rectangular, circular, and tailfin variants, refreshed daily.
How Travel Companies Use Wizz Air 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 Wizz Air logos
const response = await fetch(
'https://api.airhex.com/v1/logos?codes=W6',
{ headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const data = await response.json();
// Response
{
"data": [{
"iata": "W6", "icao": "WZZ", "name": "Wizz Air",
"svg": {
"light": {
"square": "…/v1/logos/WZZ/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.