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

1

Upload SVG

Upload your SVG file with geographic geometry.

2

Set coordinate system

Specify the coordinate reference system (CRS) for the output Shapefile (e.g. WGS84 / EPSG:4326).

3

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?
A Shapefile is a geospatial vector data format developed by Esri. It actually consists of multiple files (.shp for geometry, .shx for index, .dbf for attributes, .prj for projection). It is the most widely used GIS format.
What coordinate system should I use?
WGS84 (EPSG:4326) is the standard for GPS/web mapping. Use a projected CRS like Web Mercator (EPSG:3857) if you need metre-based coordinates.
Can SVG shapes represent real geographic features?
Yes, if the SVG's coordinate space is mapped to geographic coordinates. This converter allows you to define the bounding box that the SVG maps to.
Does QGIS support Shapefiles?
Yes. Shapefile is one of the primary formats supported by QGIS, ArcGIS, MapInfo, and all major GIS applications.

Related Tools

Explore other tools in this category.

Looking for something else?