Seychelles flag

Seychelles

Republic of Seychelles

AfricaSovereign Statesc
Sovereign StateYes
Country CodesSC, SYC (ISO 3166-1)
Official NameRepublic of Seychelles
Capital CityVictoria
ContinentAfrica
Population122.7K
Total Area452 km²
Currency₨ Seychellois rupee (SCR)
Calling Code+248
Internet TLD.sc

Available Formats

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

w20

Seychelles 40px

w40

Seychelles 80px

w80

Seychelles 160px

w160

Seychelles 320px

w320

Seychelles 640px

w640

Seychelles 1280px

w1280

Seychelles 2560px

w2560

API Usage

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

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

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