Netherlands flag

Netherlands

Kingdom of the Netherlands

EuropeSovereign Statenl
Sovereign StateYes
Country CodesNL, NLD (ISO 3166-1)
Official NameKingdom of the Netherlands
Capital CityAmsterdam
ContinentEurope
Population18.1M
Total Area41,865 km²
Currency€ euro (EUR)
Calling Code+31
Internet TLD.nl

Available Formats

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

w20

Netherlands 40px

w40

Netherlands 80px

w80

Netherlands 160px

w160

Netherlands 320px

w320

Netherlands 640px

w640

Netherlands 1280px

w1280

Netherlands 2560px

w2560

API Usage

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

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

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