Ireland flag

Ireland

Republic of Ireland

EuropeSovereign Stateie
Sovereign StateYes
Country CodesIE, IRL (ISO 3166-1)
Official NameRepublic of Ireland
Capital CityDublin
ContinentEurope
Population5.5M
Total Area70,273 km²
Currency€ euro (EUR)
Calling Code+353
Internet TLD.ie

Available Formats

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

w20

Ireland 40px

w40

Ireland 80px

w80

Ireland 160px

w160

Ireland 320px

w320

Ireland 640px

w640

Ireland 1280px

w1280

Ireland 2560px

w2560

API Usage

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

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

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