Solomon Islands flag

Solomon Islands

OceaniaSovereign Statesb
Sovereign StateYes
Country CodesSB, SLB (ISO 3166-1)
Official NameSolomon Islands
Capital CityHoniara
ContinentOceania
Population750.3K
Total Area28,896 km²
Currency$ Solomon Islands dollar (SBD)
Calling Code+677
Internet TLD.sb

Available Formats

SVGVector — Scalable
Solomon Islands SVG flag
PNGRaster — Multiple sizes
Solomon Islands 20px

w20

Solomon Islands 40px

w40

Solomon Islands 80px

w80

Solomon Islands 160px

w160

Solomon Islands 320px

w320

Solomon Islands 640px

w640

Solomon Islands 1280px

w1280

Solomon Islands 2560px

w2560

API Usage

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

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

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