Hong Kong flag

Hong Kong

Hong Kong Special Administrative Region of the People's Republic of China

Asiahk
Sovereign StateNo
Country CodesHK, HKG (ISO 3166-1)
Official NameHong Kong Special Administrative Region of the People's Republic of China
Capital CityCity of Victoria
ContinentAsia
Population7.5M
Total Area1,104 km²
Currency$ Hong Kong dollar (HKD)
Calling Code+852
Internet TLD.hk

Available Formats

SVGVector — Scalable
Hong Kong SVG flag
PNGRaster — Multiple sizes
Hong Kong 20px

w20

Hong Kong 40px

w40

Hong Kong 80px

w80

Hong Kong 160px

w160

Hong Kong 320px

w320

Hong Kong 640px

w640

Hong Kong 1280px

w1280

Hong Kong 2560px

w2560

API Usage

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

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

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