SVG to SHP Converter
Convert SVG files to Shapefile (SHP) format for use in GIS applications like QGIS, ArcGIS, and MapInfo. Map SVG geometry to geographic features.
Drop SVG, KML or GeoJSON maps here or click to browse
Local processing · Fast georeferencing & simplification
How to Use
Upload SVG
Upload your SVG file with geographic geometry.
Set coordinate system
Specify the coordinate reference system (CRS) for the output Shapefile (e.g. WGS84 / EPSG:4326).
Download SHP
Download a ZIP archive containing the .shp, .shx, .dbf, and .prj files.
Converting SVG to Shapefile for GIS
Shapefiles are the dominant vector format in Geographic Information Systems (GIS). Created by Esri, the Shapefile format is supported by every major GIS application including QGIS, ArcGIS, MapInfo, and GRASS. Converting SVG to Shapefile allows you to bring vector artwork created in design tools into geographic data workflows.
The key challenge in SVG-to-SHP conversion is coordinate georeferencing: SVG uses an arbitrary pixel coordinate system, while Shapefiles use real-world geographic or projected coordinates. This converter lets you define the geographic bounding box that your SVG corresponds to, enabling accurate geolocation of the resulting features.
The Shapefile Format
Despite being called a "Shapefile," the format actually comprises multiple files that must be kept together:
- .shp — The geometry (points, lines, or polygons)
- .shx — A spatial index for fast access
- .dbf — A dBASE attribute table
- .prj — The coordinate reference system definition
This converter downloads all required files as a ZIP archive.
Real-World Examples & Use Cases
Map Design to GIS
Export an SVG map created in Illustrator or Inkscape as a Shapefile for use in a GIS analysis workflow.
Custom GIS Layers
Create custom boundary or zone shapes in SVG and import them into QGIS as a Shapefile layer.
Frequently Asked Questions
What is a Shapefile?▼
What coordinate system should I use?▼
Can SVG shapes represent real geographic features?▼
Does QGIS support Shapefiles?▼
Related Tools
Explore other tools in this category.
SVG to GeoJSON Converter
Convert SVG files to GeoJSON format. Transform vector graphics into geographic features for web mapping, Leaflet, Mapbox, and OpenLayers applications.
SVG to KML Converter
Convert SVG files to KML format for Google Earth, Google Maps, and other KML-compatible applications. Georeferenced SVG shapes become KML placemarks.
SVG to SHP Online Converter
Convert SVG to Shapefile (SHP) online — no GIS software installation needed. Generate Shapefiles from SVG directly in your browser, free.
SHP to SVG Converter
Convert Shapefiles (SHP) to SVG for web display, design editing, and visualisation. Import GIS geographic data into Inkscape or web applications.
GIS Shape Validator
Validate GeoJSON, KML, and Shapefile geometry for topological correctness. Detects self-intersections, invalid rings, and other geometry errors.
DXF to GeoJSON Converter
Convert DXF CAD drawings to GeoJSON format for web mapping applications. Transform architectural and engineering drawings into geographic data.