UT
UsefulToolkit
Home
About
Contact
Blog
Home
About
Contact
Blog
Home
/
CSS & Design
/
SVG Editor
SVG Editor
Basic SVG path editing and manipulation.
Preview
SVG Code
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"> <circle cx="100" cy="100" r="80" fill="#3b82f6" stroke="#1d4ed8" stroke-width="4"/> <rect x="60" y="60" width="80" height="80" rx="10" fill="#ffffff" opacity="0.3"/> <line x1="50" y1="150" x2="150" y2="50" stroke="#ffffff" stroke-width="3" stroke-linecap="round"/> </svg>
Width: 200px
Height: 200px
BG
Copy SVG
Download
Circle
Rectangle
Star
Heart