SVG Path Visualizer
Paste an SVG path `d` attribute, render it live with a grid, and explore each parsed path command.
About this tool
Enter any SVG path `d` string and instantly see it rendered on a canvas with a grid background. The tool parses every command — M, L, C, Q, A, Z, H, V, S, T — and lists them in a breakdown table with their coordinates. Use the scale slider to zoom in and out, pick stroke and fill colors, and toggle fill on or off. The bounding box dimensions are calculated and displayed. Copy the path as a ready-to-use `<path d="..."/>` SVG element with one click.
How to use
- 1 Paste or type an SVG path `d` string into the input field — a sample path is pre-loaded.
- 2 Adjust the scale slider and choose stroke/fill colors using the pickers.
- 3 Review the parsed command list below the canvas to understand each segment.
- 4 Click 'Copy as SVG element' to get a `<path d="..."/>` snippet ready for your code.
Frequently Asked Questions
Visually build CSS linear and radial gradients and copy the ready-to-use CSS property.
Build CSS box-shadow values visually with live preview — supports multiple layers.
Convert colors between HEX, RGB, HSL, HSV, and CMYK — with live preview.