Qantas Qantas Logo

QF · QFA · Australia · Qantas Profile

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

All Qantas Logo Variants

Qantas logos in every available style

Qantas Symbol logo
Symbol logo
Qantas Circular logo
Circular logo
Qantas Tail logo
Tail logo
Qantas Tailfin logo
Tailfin logo
Qantas Qantas logo with name
Qantas logo with name

Dark Theme Variants

Contrast-optimized logos for dark backgrounds

Qantas Symbol logo (dark)
Symbol logo
Qantas Circular logo (dark)
Circular logo
Qantas Tail logo (dark)
Tail logo
Qantas Tailfin logo (dark)
Tailfin logo
Qantas Qantas logo with name (dark)
Qantas logo with name
Brand Colors
#E40404
#DBD9D7

Qantas Logo History

Qantas is the largest air carrier in Australia, and one of the oldest companies in the world. Date of its establishment is 1920. Initially, the company was engaged in postal transport, connecting the final railway stations. In 1928 the airline performed the first flight of the state medical service. The first passenger transportation took place only in 1934. It was the flight from Brisbane to Darwin. This is how the history of Australian airlines began.

During World War II, Qantas handed over its planes to the Australian government. The company resumed its activity by 1944. From that moment on, it began to use the flying kangaroo logo, through which it was recognized around the world.

In its history, the airline has changed the logo 5 times. However, no significant changes have been made to the image. The Qantas logo always included the black inscription of the company name and the white flying kangaroo enclosed in the red triangle. The kangaroo is the symbol of Australia. It became white because this color symbolizes the commitment to tradition. In this context, white means flight safety and care for passengers. In addition, the white color is one of the colors of the national flag. Red was chosen for the same reason. In addition, red is the symbol of flight dynamics, the desire for development and improvement. And the triangle represents the movement, reliability and technological power.

Changes in the Qantas logo concerned the type style - then it became bold, then it became sembold again, and also the position of the flying kangaroo. In the end it was decided to leave it on the top of the inscription.

Get Qantas Logo

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

How Travel Companies Use Qantas Logo

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

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

// Response
{
  "data": [{
    "iata": "QF", "icao": "QFA", "name": "Qantas",
    "svg": {
      "light": {
        "square": "…/v1/logos/QFA/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.