How to recolor SVG elements
Click any element on the canvas to select it. The Properties panel on the right shows its current fill and stroke colors. Use the color picker or type a hex value to change colors in real time.
For bulk changes, use the Find & Replace Color feature. Pick the source color, pick the replacement color, and click Replace All. Every element matching that fill or stroke color will be updated instantly.
Every change is instantHow to smooth SVG paths
SVGs converted from raster images (PNG, JPG) often have rough, jagged paths with too many anchor points. The path smoothing feature uses Paper.js to simplify these paths while maintaining the overall shape.
Adjust the Simplify Tolerance slider — lower values preserve more detail, higher values create smoother curves with fewer points. Click Apply to Selection for specific paths or Apply to All for the entire SVG.
Apply to selection or entire SVG