India flag

India

Republic of India

AsiaSovereign Statein
Sovereign StateYes
Country CodesIN, IND (ISO 3166-1)
Official NameRepublic of India
Capital CityNew Delhi
ContinentAsia
Population1.4B
Total Area3,287,263 km²
Currency₹ Indian rupee (INR)
Calling Code+91
Internet TLD.in

Available Formats

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

w20

India 40px

w40

India 80px

w80

India 160px

w160

India 320px

w320

India 640px

w640

India 1280px

w1280

India 2560px

w2560

API Usage

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

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

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