Bhutan flag

Bhutan

Kingdom of Bhutan

AsiaSovereign Statebt
Sovereign StateYes
Country CodesBT, BTN (ISO 3166-1)
Official NameKingdom of Bhutan
Capital CityThimphu
ContinentAsia
Population784.0K
Total Area38,394 km²
CurrencyNu. Bhutanese ngultrum (BTN)
Calling Code+975
Internet TLD.bt

Available Formats

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

w20

Bhutan 40px

w40

Bhutan 80px

w80

Bhutan 160px

w160

Bhutan 320px

w320

Bhutan 640px

w640

Bhutan 1280px

w1280

Bhutan 2560px

w2560

API Usage

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

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

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