Filled paths
SVG output represents color regions as shapes with fills. This makes the geometry editable and independent of a fixed pixel grid.
IconSplit first separates icons from an icon sheet, AI-generated asset board, or design screenshot. After Repair, its VTracer WebAssembly pipeline rebuilds raster color regions as filled paths and fitted curves for scalable SVG export.
Drag the handle across this actual PNG/SVG pair. Enlarged raster pixels remain fixed, while the SVG side is rendered from scalable vector geometry.

Actual files exported from IconSplit. The SVG contains paths, not an embedded raster image.
SVG output represents color regions as shapes with fills. This makes the geometry editable and independent of a fixed pixel grid.
Curve fitting replaces raster stair-steps with compact path commands. The chosen preset controls how aggressively detail is simplified.
Enclosed transparent regions are represented as topology in the vector model instead of being flattened into a solid silhouette.
Useful for simple icon geometry and smaller SVG files where tiny color variations are not important.
Targets a useful tradeoff between recognizable detail, curve smoothness, and manageable path count.
Preserves more small regions or exposes tracing parameters when the source requires closer tuning.
SVG conversion can approximate gradients, shadows, glass effects, and textures because it rebuilds color regions. Use Vector smoothing when exact raster color matters more than editable geometry.