Comoros flag

Comoros

Union of the Comoros

AfricaSovereign Statekm
Sovereign StateYes
Country CodesKM, COM (ISO 3166-1)
Official NameUnion of the Comoros
Capital CityMoroni
ContinentAfrica
Population919.9K
Total Area1,862 km²
CurrencyFr Comorian franc (KMF)
Calling Code+269
Internet TLD.km

Available Formats

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

w20

Comoros 40px

w40

Comoros 80px

w80

Comoros 160px

w160

Comoros 320px

w320

Comoros 640px

w640

Comoros 1280px

w1280

Comoros 2560px

w2560

API Usage

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

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

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