Zum Hauptinhalt springen

🇦🇫 Afghanistan Interactive Map

Experience the rugged geography of Afghanistan through our highly optimized, interactive SVG map. Perfect for dashboards, data visualization, and regional targeting.

🌍 Country Overview

Afghanistan is a landlocked country located at the crossroads of Central and South Asia. Dominated by the towering Hindu Kush mountain range, its terrain is famously rugged.

🎨 Design & Flag Inspiration

The visual identity of this specific map pack is inspired by the National Flag of Afghanistan, which features a vertical tricolor of black, red, and green.

  • Hover State: We utilize a vibrant translucent green (rgba(0, 153, 51, 0.35)) to represent the green stripe, symbolizing Islam, prosperity, and the lush valleys hidden within the mountains.
  • Borders: Rendered in Deep Navy (#1e293b) to ensure maximum contrast and a modern, premium aesthetic.

🗺️ Interactive Demo

Hover over the provinces to see the green highlight and tooltips. Click any province to see how easily you can capture the region's data code.

svg-world-maps / afghanistan.svg
BadakhshanTakharKunduzBalkhJawzjanFaryabBadghisHiratNimrozFarahKunarNuristanNangarharKhostPaktyaPaktikaZabulKandaharHilmandUruzganGhazniPanjshayrKabulLaghmanLogarKapisaWardakBamyanParwanSari PulGhorBaghlanSamanganDaykundi
How it works

Every <path> element in the generated SVG automatically receives data-code (e.g., "AFKAB") and data-name (e.g., "Kabul"). You can listen for clicks on the parent container to instantly build drill-down experiences, filtering, or regional detail views.


💻 How to Render It

Implementing the Argentina map in your project takes just a few lines of code. Since every map is generated as a plain SVG string, the exact same approach works in React, Vue, Angular, Svelte, and vanilla JavaScript.

One pattern, every framework

Generate the SVG with createMap(), inject it into a container, and listen for clicks using the automatic data-code and data-name attributes.

👉 See the full rendering guide for your framework →