French Southern and Antarctic Lands flag

French Southern and Antarctic Lands

Territory of the French Southern and Antarctic Lands

Antarctictf
Sovereign StateNo
Country CodesTF, ATF (ISO 3166-1)
Official NameTerritory of the French Southern and Antarctic Lands
Capital CityPort-aux-Français
ContinentAntarctic
Population400
Total Area7,747 km²
Currency€ euro (EUR)
Calling Code+262
Internet TLD.tf

Available Formats

SVGVector — Scalable
French Southern and Antarctic Lands SVG flag
PNGRaster — Multiple sizes
French Southern and Antarctic Lands 20px

w20

French Southern and Antarctic Lands 40px

w40

French Southern and Antarctic Lands 80px

w80

French Southern and Antarctic Lands 160px

w160

French Southern and Antarctic Lands 320px

w320

French Southern and Antarctic Lands 640px

w640

French Southern and Antarctic Lands 1280px

w1280

French Southern and Antarctic Lands 2560px

w2560

API Usage

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

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

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