Faroe Islands flag

Faroe Islands

Europefo
Sovereign StateNo
Country CodesFO, FRO (ISO 3166-1)
Official NameFaroe Islands
Capital CityTórshavn
ContinentEurope
Population54.9K
Total Area1,393 km²
Currencykr Danish krone (DKK)
Calling Code+298
Internet TLD.fo

Available Formats

SVGVector — Scalable
Faroe Islands SVG flag
PNGRaster — Multiple sizes
Faroe Islands 20px

w20

Faroe Islands 40px

w40

Faroe Islands 80px

w80

Faroe Islands 160px

w160

Faroe Islands 320px

w320

Faroe Islands 640px

w640

Faroe Islands 1280px

w1280

Faroe Islands 2560px

w2560

API Usage

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

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

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