Liechtenstein flag

Liechtenstein

Principality of Liechtenstein

EuropeSovereign Stateli
Sovereign StateYes
Country CodesLI, LIE (ISO 3166-1)
Official NamePrincipality of Liechtenstein
Capital CityVaduz
ContinentEurope
Population40.9K
Total Area160 km²
CurrencyFr Swiss franc (CHF)
Calling Code+423
Internet TLD.li

Available Formats

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

w20

Liechtenstein 40px

w40

Liechtenstein 80px

w80

Liechtenstein 160px

w160

Liechtenstein 320px

w320

Liechtenstein 640px

w640

Liechtenstein 1280px

w1280

Liechtenstein 2560px

w2560

API Usage

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

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

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