Isle of Man flag

Isle of Man

Europeim
Sovereign StateNo
Country CodesIM, IMN (ISO 3166-1)
Official NameIsle of Man
Capital CityDouglas
ContinentEurope
Population84.5K
Total Area572 km²
Currency£ British pound (GBP)
Calling Code+44
Internet TLD.im

Available Formats

SVGVector — Scalable
Isle of Man SVG flag
PNGRaster — Multiple sizes
Isle of Man 20px

w20

Isle of Man 40px

w40

Isle of Man 80px

w80

Isle of Man 160px

w160

Isle of Man 320px

w320

Isle of Man 640px

w640

Isle of Man 1280px

w1280

Isle of Man 2560px

w2560

API Usage

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

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

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