Norfolk Island flag

Norfolk Island

Territory of Norfolk Island

Oceanianf
Sovereign StateNo
Country CodesNF, NFK (ISO 3166-1)
Official NameTerritory of Norfolk Island
Capital CityKingston
ContinentOceania
Population2.2K
Total Area36 km²
Currency$ Australian dollar (AUD)
Calling Code+672
Internet TLD.nf

Available Formats

SVGVector — Scalable
Norfolk Island SVG flag
PNGRaster — Multiple sizes
Norfolk Island 20px

w20

Norfolk Island 40px

w40

Norfolk Island 80px

w80

Norfolk Island 160px

w160

Norfolk Island 320px

w320

Norfolk Island 640px

w640

Norfolk Island 1280px

w1280

Norfolk Island 2560px

w2560

API Usage

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

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

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