Ivory Coast flag

Ivory Coast

Republic of Côte d'Ivoire

AfricaSovereign Stateci
Souveräner StaatJa
LändercodesCI, CIV (ISO 3166-1)
Offizieller NameRepublic of Côte d'Ivoire
HauptstadtYamoussoukro
KontinentAfrica
Bevölkerung31.7M
Gesamtfläche322,463 km²
WährungFr West African CFA franc (XOF)
Vorwahl+225
Internet-TLD.ci

Verfügbare Formate

SVGVector — Scalable
Ivory Coast SVG flag
PNGRaster — Multiple sizes
Ivory Coast 20px

w20

Ivory Coast 40px

w40

Ivory Coast 80px

w80

Ivory Coast 160px

w160

Ivory Coast 320px

w320

Ivory Coast 640px

w640

Ivory Coast 1280px

w1280

Ivory Coast 2560px

w2560

API-Nutzung

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

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

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