Kuwait flag

Kuwait

State of Kuwait

AsiaSovereign Statekw
Souveräner StaatJa
LändercodesKW, KWT (ISO 3166-1)
Offizieller NameState of Kuwait
HauptstadtKuwait City
KontinentAsia
Bevölkerung4.9M
Gesamtfläche17,818 km²
Währungد.ك Kuwaiti dinar (KWD)
Vorwahl+965
Internet-TLD.kw

Verfügbare Formate

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-Nutzung

# 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" } }
);