United Kingdom flag

United Kingdom

United Kingdom of Great Britain and Northern Ireland

EuropeSovereign Stategb
Sovereign StateYes
Country CodesGB, GBR (ISO 3166-1)
Official NameUnited Kingdom of Great Britain and Northern Ireland
Capital CityLondon
ContinentEurope
Population69.3M
Total Area244,376 km²
Currency£ British pound (GBP)
Calling Code+44
Internet TLD.uk

Available Formats

SVGVector — Scalable
United Kingdom SVG flag
PNGRaster — Multiple sizes
United Kingdom 20px

w20

United Kingdom 40px

w40

United Kingdom 80px

w80

United Kingdom 160px

w160

United Kingdom 320px

w320

United Kingdom 640px

w640

United Kingdom 1280px

w1280

United Kingdom 2560px

w2560

API Usage

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

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

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