Pakistan flag

Pakistan

Islamic Republic of Pakistan

AsiaSovereign Statepk
Sovereign StateYes
Country CodesPK, PAK (ISO 3166-1)
Official NameIslamic Republic of Pakistan
Capital CityIslamabad
ContinentAsia
Population241.5M
Total Area796,095 km²
Currency₨ Pakistani rupee (PKR)
Calling Code+92
Internet TLD.pk

Available Formats

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

w20

Pakistan 40px

w40

Pakistan 80px

w80

Pakistan 160px

w160

Pakistan 320px

w320

Pakistan 640px

w640

Pakistan 1280px

w1280

Pakistan 2560px

w2560

API Usage

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

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

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