Iraq flag

Iraq

Republic of Iraq

AsiaSovereign Stateiq
Sovereign StateYes
Country CodesIQ, IRQ (ISO 3166-1)
Official NameRepublic of Iraq
Capital CityBaghdad
ContinentAsia
Population46.1M
Total Area438,317 km²
Currencyع.د Iraqi dinar (IQD)
Calling Code+964
Internet TLD.iq

Available Formats

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

w20

Iraq 40px

w40

Iraq 80px

w80

Iraq 160px

w160

Iraq 320px

w320

Iraq 640px

w640

Iraq 1280px

w1280

Iraq 2560px

w2560

API Usage

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

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

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