Christmas Island flag

Christmas Island

Territory of Christmas Island

Oceaniacx
Sovereign StateNo
Country CodesCX, CXR (ISO 3166-1)
Official NameTerritory of Christmas Island
Capital CityFlying Fish Cove
ContinentOceania
Population1.7K
Total Area135 km²
Currency$ Australian dollar (AUD)
Calling Code+61
Internet TLD.cx

Available Formats

SVGVector — Scalable
Christmas Island SVG flag
PNGRaster — Multiple sizes
Christmas Island 20px

w20

Christmas Island 40px

w40

Christmas Island 80px

w80

Christmas Island 160px

w160

Christmas Island 320px

w320

Christmas Island 640px

w640

Christmas Island 1280px

w1280

Christmas Island 2560px

w2560

API Usage

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

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

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