Kuwait flag

Kuwait

State of Kuwait

AsiaSovereign Statekw
Sovereign StateYes
Country CodesKW, KWT (ISO 3166-1)
Official NameState of Kuwait
Capital CityKuwait City
ContinentAsia
Population4.9M
Total Area17,818 km²
Currencyد.ك Kuwaiti dinar (KWD)
Calling Code+965
Internet TLD.kw

Available Formats

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

w20

Kuwait 40px

w40

Kuwait 80px

w80

Kuwait 160px

w160

Kuwait 320px

w320

Kuwait 640px

w640

Kuwait 1280px

w1280

Kuwait 2560px

w2560

API Usage

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

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

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