Finland flag

Finland

Republic of Finland

EuropeSovereign Statefi
Sovereign StateYes
Country CodesFI, FIN (ISO 3166-1)
Official NameRepublic of Finland
Capital CityHelsinki
ContinentEurope
Population5.7M
Total Area338,455 km²
Currency€ euro (EUR)
Calling Code+358
Internet TLD.fi

Available Formats

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

w20

Finland 40px

w40

Finland 80px

w80

Finland 160px

w160

Finland 320px

w320

Finland 640px

w640

Finland 1280px

w1280

Finland 2560px

w2560

API Usage

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

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

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