Iceland flag

Iceland

EuropeSovereign Stateis
Souveräner StaatJa
LändercodesIS, ISL (ISO 3166-1)
Offizieller NameIceland
HauptstadtReykjavik
KontinentEurope
Bevölkerung391.8K
Gesamtfläche103,000 km²
Währungkr Icelandic króna (ISK)
Vorwahl+354
Internet-TLD.is

Verfügbare Formate

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

w20

Iceland 40px

w40

Iceland 80px

w80

Iceland 160px

w160

Iceland 320px

w320

Iceland 640px

w640

Iceland 1280px

w1280

Iceland 2560px

w2560

API-Nutzung

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

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

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