Gabon flag

Gabon

Gabonese Republic

AfricaSovereign Statega
Sovereign StateYes
Country CodesGA, GAB (ISO 3166-1)
Official NameGabonese Republic
Capital CityLibreville
ContinentAfrica
Population2.5M
Total Area267,668 km²
CurrencyFr Central African CFA franc (XAF)
Calling Code+241
Internet TLD.ga

Available Formats

SVGVector — Scalable
Gabon SVG flag
PNGRaster — Multiple sizes
Gabon 20px

w20

Gabon 40px

w40

Gabon 80px

w80

Gabon 160px

w160

Gabon 320px

w320

Gabon 640px

w640

Gabon 1280px

w1280

Gabon 2560px

w2560

API Usage

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/ga.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/ga.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/ga.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);