Saint Vincent and the Grenadines flag

Saint Vincent and the Grenadines

AmericasSovereign Statevc
Sovereign StateYes
Country CodesVC, VCT (ISO 3166-1)
Official NameSaint Vincent and the Grenadines
Capital CityKingstown
ContinentAmericas
Population110.9K
Total Area389 km²
Currency$ Eastern Caribbean dollar (XCD)
Calling Code+1784
Internet TLD.vc

Available Formats

SVGVector — Scalable
Saint Vincent and the Grenadines SVG flag
PNGRaster — Multiple sizes
Saint Vincent and the Grenadines 20px

w20

Saint Vincent and the Grenadines 40px

w40

Saint Vincent and the Grenadines 80px

w80

Saint Vincent and the Grenadines 160px

w160

Saint Vincent and the Grenadines 320px

w320

Saint Vincent and the Grenadines 640px

w640

Saint Vincent and the Grenadines 1280px

w1280

Saint Vincent and the Grenadines 2560px

w2560

API Usage

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

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

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