Kenya flag

Kenya

Republic of Kenya

AfricaSovereign Stateke
Sovereign StateYes
Country CodesKE, KEN (ISO 3166-1)
Official NameRepublic of Kenya
Capital CityNairobi
ContinentAfrica
Population53.3M
Total Area580,367 km²
CurrencySh Kenyan shilling (KES)
Calling Code+254
Internet TLD.ke

Available Formats

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

w20

Kenya 40px

w40

Kenya 80px

w80

Kenya 160px

w160

Kenya 320px

w320

Kenya 640px

w640

Kenya 1280px

w1280

Kenya 2560px

w2560

API Usage

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

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

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