Estonia flag

Estonia

Republic of Estonia

EuropeSovereign Stateee
Sovereign StateYes
Country CodesEE, EST (ISO 3166-1)
Official NameRepublic of Estonia
Capital CityTallinn
ContinentEurope
Population1.4M
Total Area45,227 km²
Currency€ euro (EUR)
Calling Code+372
Internet TLD.ee

Available Formats

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

w20

Estonia 40px

w40

Estonia 80px

w80

Estonia 160px

w160

Estonia 320px

w320

Estonia 640px

w640

Estonia 1280px

w1280

Estonia 2560px

w2560

API Usage

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

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

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