SVG Coordinate Extractor

Extract all coordinate data from an SVG file — paths, points, and shapes. Output as JSON, CSV, or a flat coordinate list for programmatic use.

Drop SVG file to analyse or click to browse

Extract path coordinates, length, bounds & georeference

Visual Path Render

Closed Paths Open Paths

How to Use

1

Upload SVG

Upload your SVG file.

2

Choose element types

Select which SVG elements to extract: paths, rects, circles, ellipses, polygons, polylines.

3

Download coordinates

Download the complete coordinate data as JSON or CSV.

Extracting All Coordinates from SVG Files

SVG files contain coordinate data in multiple element types: path "d" attributes, cx/cy/r attributes on circles, x/y/width/height on rects, and points on polygons. This extractor gathers all coordinate data from all element types in a single structured output.

Real-World Examples & Use Cases

Collision Detection

Extract polygon coordinates from an SVG for use as collision shapes in a 2D game engine.

Data Pipelines

Batch extract coordinates from multiple SVG files for processing in a data pipeline.

Frequently Asked Questions

Does this extract coordinates from all SVG elements?
Yes. Paths, rect (corners), circle (centre + radius), ellipse, polygon, and polyline elements are all supported.

Related Tools

Explore other tools in this category.

Looking for something else?