United Airlines United Airlines Logo

UA · UAL · United States · United Airlines Profile

United Airlines and other airline logos produced by Airhex are trusted by leading travel companies worldwide

All United Airlines Logo Variants

United Airlines logos in every available style

United Airlines Symbol logo
Symbol logo
United Airlines Circular logo
Circular logo
United Airlines Tail logo
Tail logo
United Airlines Tailfin logo
Tailfin logo
United Airlines United Airlines logo with name
United Airlines logo with name

Dark Theme Variants

Contrast-optimized logos for dark backgrounds

United Airlines Symbol logo (dark)
Symbol logo
United Airlines Circular logo (dark)
Circular logo
United Airlines Tail logo (dark)
Tail logo
United Airlines Tailfin logo (dark)
Tailfin logo
United Airlines United Airlines logo with name (dark)
United Airlines logo with name
Brand Colors
#1414D4

United Airlines Logo History

United Airlines is an airline company founded in 1926 under the name Boeing Air Transport. It was the first company that offered its passengers meals, for which it first introduced the post of stewardess.

The airline was not always successful. There were periods when it was in danger of bankruptcy and restructuring. But it was able to get out of the deplorable situation, including through several acquisitions. Later on, the company became a major carrier known all over the world.

Like the airline itself, the United Airlines logo changed over time. Since 1934, it had been an emblem in the form of a white, blue and red shield with black inscription on the bottom. However, it was not widely used. In the end, it was completely abandoned. By 1974, a new logo appeared. Its author was Sol Bass, a well-known designer at that time. He designed the so-called "Tulip", which is the intersection of the letters U and S. This logo remained almost unchanged until 1993. In 1979, only a few fonts were used.

In 1993, the color and the font of the inscription with the airline name were changed. Now it became the usual Times New Roman in white. It was decided to keep the "Tulip", as it became a rather recognizable element of the corporate style.

In 1997, the font was changed again. And in 2004, when the company was on the verge of bankruptcy, the colors were changed as well. Lighter shades of blue were chosen. This symbolized the revival of the airline. However, the exit from bankruptcy was delayed, and the new logo was used only after 2 years.

In 2010, United Airlines merged with Continental Airlines. The United Airlines logo began to change again. Now, the globe began to be used instead of the "Tulip". As the company representatives thought, it reflected the focus on the global market. Later on the logo inscription was also changed: only upper case letters and light blue colors were used to realize the connection with the previous corporate style.

Get United Airlines Logo

Part of our airline branding library — 920 carriers with square, rectangular, circular, and tailfin variants, refreshed daily.

How Travel Companies Use United Airlines Logo

See how an online travel agency or metasearch uses airline logos in search results — powered by Airhex data.

Flight Search Results
American Airlines
American Airlines AA 100
06:15 — 10:40 · 1 stop · 5h 25m
$342
United Airlines
United Airlines UA 297
08:30 — 12:05 · Direct · 3h 35m
$289
Best price
Delta
Delta DL 494
11:50 — 17:20 · 1 stop · 7h 30m
$310
jetBlue
jetBlue B6 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 United Airlines logos
const response = await fetch(
  'https://api.airhex.com/v1/logos?codes=UA',
  { headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const data = await response.json();

// Response
{
  "data": [{
    "iata": "UA", "icao": "UAL", "name": "United Airlines",
    "svg": {
      "light": {
        "square": "…/v1/logos/UAL/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.