Switzerland flag

Switzerland

Swiss Confederation

EuropeSovereign Statech
Sovereign StateYes
Country CodesCH, CHE (ISO 3166-1)
Official NameSwiss Confederation
Capital CityBern
ContinentEurope
Population9.1M
Total Area41,284 km²
CurrencyFr. Swiss franc (CHF)
Calling Code+41
Internet TLD.ch

Available Formats

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

w20

Switzerland 40px

w40

Switzerland 80px

w80

Switzerland 160px

w160

Switzerland 320px

w320

Switzerland 640px

w640

Switzerland 1280px

w1280

Switzerland 2560px

w2560

API Usage

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

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

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