Bouvet Island flag

Bouvet Island

Antarcticbv
Sovereign StateNo
Country CodesBV, BVT (ISO 3166-1)
Official NameBouvet Island
ContinentAntarctic
Total Area49 km²
Calling Code+47
Internet TLD.bv

Available Formats

SVGVector — Scalable
Bouvet Island SVG flag
PNGRaster — Multiple sizes
Bouvet Island 20px

w20

Bouvet Island 40px

w40

Bouvet Island 80px

w80

Bouvet Island 160px

w160

Bouvet Island 320px

w320

Bouvet Island 640px

w640

Bouvet Island 1280px

w1280

Bouvet Island 2560px

w2560

API Usage

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

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

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