Air France Air France Logo

AF · AFR · France · Air France Profile

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

All Air France Logo Variants

Air France logos in every available style

Air France Symbol logo
Symbol logo
Air France Circular logo
Circular logo
Air France Tail logo
Tail logo
Air France Tailfin logo
Tailfin logo
Air France Air France logo with name
Air France logo with name

Dark Theme Variants

Contrast-optimized logos for dark backgrounds

Air France Symbol logo (dark)
Symbol logo
Air France Circular logo (dark)
Circular logo
Air France Tail logo (dark)
Tail logo
Air France Tailfin logo (dark)
Tailfin logo
Air France Air France logo with name (dark)
Air France logo with name
Brand Colors
#AB0414
#DA041C
#042454
#C8041C

Air France Logo History

Air France is the main national airline of France. For a long time, its logo was the blue winged horse with a rolled fish tail, depicted inside the white circle. However, as the company developed, its logo also changed. The jet engine era required a more powerful symbol that would attract customers more than its competitors.

The company needed a symbol of national spirit that could reflect the powerful state of the technical park. Thus, in 1976 the world saw the new Air France logo - it was a tricolor emblem, resembling a bar code. The choice of colors - blue, white and red - was associated with the colors of the national flag. They were designed to symbolize reliability, and the geometric shape represented the dynamics of high-speed flights.

This logo took root very quickly, and no one remembered the "seahorse". However, in 2020 it was decided to change the Air France logo in favor of more elegant lines, which inspired nobility and corresponded to modern trends.

Until now, we can see exactly this version of the logo. However, the "seahorse" also has found something to do with. It decorates the offices and documentation of the airline. It is the old logo that reflects the technical power of aircraft, so it is still depicted on the engines of all Air France boards!

Get Air France Logo

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

How Travel Companies Use Air France Logo

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

Flight Search Results
Air France Hop
Air France Hop A5 100
06:15 — 10:40 · 1 stop · 5h 25m
$342
Air France
Air France AF 297
08:30 — 12:05 · Direct · 3h 35m
$289
Best price
Finist'air
Finist'air FTR 494
11:50 — 17:20 · 1 stop · 7h 30m
$310
French Bee
French Bee BF 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 Air France logos
const response = await fetch(
  'https://api.airhex.com/v1/logos?codes=AF',
  { headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const data = await response.json();

// Response
{
  "data": [{
    "iata": "AF", "icao": "AFR", "name": "Air France",
    "svg": {
      "light": {
        "square": "https://api.airhex.com/v1/logos/AFR/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.