Iceland flag

Iceland

EuropeSovereign Stateis
Sovereign StateYes
Country CodesIS, ISL (ISO 3166-1)
Official NameIceland
Capital CityReykjavik
ContinentEurope
Population391.8K
Total Area103,000 km²
Currencykr Icelandic króna (ISK)
Calling Code+354
Internet TLD.is

Available Formats

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 Usage

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