Libya flag

Libya

State of Libya

AfricaSovereign Stately
Sovereign StateYes
Country CodesLY, LBY (ISO 3166-1)
Official NameState of Libya
Capital CityTripoli
ContinentAfrica
Population7.5M
Total Area1,759,540 km²
Currencyل.د Libyan dinar (LYD)
Calling Code+218
Internet TLD.ly

Available Formats

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

w20

Libya 40px

w40

Libya 80px

w80

Libya 160px

w160

Libya 320px

w320

Libya 640px

w640

Libya 1280px

w1280

Libya 2560px

w2560

API Usage

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

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

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