Lebanon flag

Lebanon

Lebanese Republic

AsiaSovereign Statelb
Sovereign StateYes
Country CodesLB, LBN (ISO 3166-1)
Official NameLebanese Republic
Capital CityBeirut
ContinentAsia
Population5.5M
Total Area10,452 km²
Currencyل.ل Lebanese pound (LBP)
Calling Code+961
Internet TLD.lb

Available Formats

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

w20

Lebanon 40px

w40

Lebanon 80px

w80

Lebanon 160px

w160

Lebanon 320px

w320

Lebanon 640px

w640

Lebanon 1280px

w1280

Lebanon 2560px

w2560

API Usage

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

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

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