Honduras flag

Honduras

Republic of Honduras

AmericasSovereign Statehn
Sovereign StateYes
Country CodesHN, HND (ISO 3166-1)
Official NameRepublic of Honduras
Capital CityTegucigalpa
ContinentAmericas
Population9.9M
Total Area112,492 km²
CurrencyL Honduran lempira (HNL)
Calling Code+504
Internet TLD.hn

Available Formats

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

w20

Honduras 40px

w40

Honduras 80px

w80

Honduras 160px

w160

Honduras 320px

w320

Honduras 640px

w640

Honduras 1280px

w1280

Honduras 2560px

w2560

API Usage

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

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

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