Vueling Logo
VY · VLG · Spain · Vueling Profile
Vueling and other airline logos produced by Airhex are trusted by leading travel companies worldwide
All Vueling Logo Variants
Vueling logos in every available style
Dark Theme Variants
Contrast-optimized logos for dark backgrounds
#FCCC04
#4C4C4B
Vueling Logo History
Vueling Airlines is the second largest air carrier in Spain. The airline was established in 2004. At that time, the company's fleet consisted of only two aircrafts, which carried out the flights from Barcelona to Ibiza. After about 1.5 years, the airline began to receive the profit.
In 2009, the company merged with another Spanish carrier - the airline Clickair. The new brand began to use the name Vueling. Nowadays the company operates flights to 38 countries of the world. These are Europe, Russia, Asia and Africa. In 2020, it was announced about new routes that will unite several European cities.
The Vueling logo has two options: a gray font on the yellow background and a small white circle in the right corner; a gray font on the white background and a small yellow circle in the right corner. The yellow color appeared here for a reason, it is one of the colors of the national flag, which has its historical roots in the roots of the Castilian civilization. It symbolizes movement and desire. And for Spain, yellow is the color of the blazing sun, which warms through the clouds when the plane rises to the sky. It is not for nothing that the logo uses a circle.
To balance the exciting yellow, the Vueling logo uses the neutral gray color. The font is very soft, without serifs and dots. It conveys the Spanish mentality, reflecting the hospitality and care for the passengers.
More Logos from Airlines in Spain
Get Vueling Logo
Part of our airline branding library — 920 carriers with square, rectangular, circular, and tailfin variants, refreshed daily.
How Travel Companies Use Vueling 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 Vueling logos
const response = await fetch(
'https://api.airhex.com/v1/logos?codes=VY',
{ headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const data = await response.json();
// Response
{
"data": [{
"iata": "VY", "icao": "VLG", "name": "Vueling",
"svg": {
"light": {
"square": "https://api.airhex.com/v1/logos/VLG/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.