Air Canada Logo
AC · ACA · Canada · Air Canada Profile
Air Canada and other airline logos produced by Airhex are trusted by leading travel companies worldwide
All Air Canada Logo Variants
Air Canada logos in every available style
Dark Theme Variants
Contrast-optimized logos for dark backgrounds
#F4142C
Air Canada Logo History
Air Canada is the largest airline in Canada and is one of the founding members of the Star Alliance. The company was established in 1937. Until 1964, it was called Trans-Canada Airlines (TCA). Already in 1937, the airline's aircraft began to perform intercontinental flights. At present, the planes fly all over Canada, as well as in the United States, Australia, Latin America, Europe and Asia.
During its history, the Air Canada logo has changed several times. But it has always remained concise. And the symbol of the country, the maple leaf, has always been in the center of attention. Thus, from 1937 to 1963 the Air Canada logo was a red maple leaf on the white background and was the exact copy of the national flag. This emphasized its position in the country, speaking of a leading position among all Canadian airlines.
From 1964 to 1992 the Air Canada logo reversed the color scheme - the maple leaf became white and the background red. But in 1993 there appeared a new color - black. The logo began to depict a red maple leaf on the black background. Black was chosen in order to represent the wildlife, which was an integral part of the aboriginal population of Canada. The logo's creators were inspired by the color of Canadian birds and rocks of the Canadian Shield. In this form, the Air Canada logo existed for 10 years.
In 2004, the company decided to go back to its roots to restore the trust in the brand, which was undermined by the financial condition of the carrier. Once again, there appeared the red maple leaf on the white background. The logo was designed to reflect the airline's heritage.
However, in 2017, when all the troubles were left behind, the red maple leaf was again placed on the black background, as it was decided that all symbols of wildlife in Canada should be reflected in the face of the country's largest airline.
More Logos from Airlines in Canada
Get Air Canada Logo
Part of our airline branding library — 920 carriers with square, rectangular, circular, and tailfin variants, refreshed daily.
How Travel Companies Use Air Canada 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 Air Canada logos
const response = await fetch(
'https://api.airhex.com/v1/logos?codes=AC',
{ headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const data = await response.json();
// Response
{
"data": [{
"iata": "AC", "icao": "ACA", "name": "Air Canada",
"svg": {
"light": {
"square": "…/v1/logos/ACA/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.