Line Art to SVG Converter

Trace sketches, ink, and pencil drawings into crisp black-and-white SVG. Every stroke preserved, every speckle removed.

Auto-BinarizeStroke PreservedAdaptive ThresholdNo Upload

Why Auto-Binarize Matters for Line Art

A pencil sketch on white paper is not pure black on pure white — the "white" is off-white, the "black" is dark grey, and JPEG compression adds noise. A naive color tracer will quantize all those shades into hundreds of grey layers, producing a noisy vector.

This page uses VTracer's adaptive binarization: each pixel is first decided to be "ink" or "paper" based on the local contrast around it. Only two values ever enter the tracer, so the output is true 1-bit black-and-white SVG — crisp strokes, no grey fill.

Works great for

Tips for best results

Line art to SVG example

Line art vs photo tracing

Line art is almost always better as true 1-bit black-and-white: adaptive binarization forces every pixel to ink or paper before tracing, so you get crisp strokes with no grey fill. Photographs need the Photo preset instead, where gradients and many colors are preserved. Pick the right mode and the difference is dramatic.

Frequently Asked Questions

Will the output be true black and white?

Yes. Adaptive binarization forces every pixel to either ink or paper before tracing, so the SVG contains only two colors: black and white.

What about colored line art (e.g. blue pen on yellow paper)?

The binarizer ignores color and works on luminance, so a blue pen on yellow paper will still trace cleanly as black on white. Use the color presets on VTracer Online if you want to preserve color.

Can I use this for signatures?

Yes. Signatures on white paper trace very cleanly. Scan at 300 dpi or photograph with even lighting.

How small can the file get?

With Path precision set to 1 or 2, line-art SVGs typically come out at 10–40 KB even for full pages.

Is my image uploaded?

No. All processing happens locally in your browser.

More Free Online Tools

Related SVG Workflows