SVG Editor

Create and edit SVG graphics visually

Generated SVG Code

<svg width="500" height="400" xmlns="http://www.w3.org/2000/svg">

</svg>

About SVG

SVG (Scalable Vector Graphics) is an XML-based vector image format for 2D graphics. It supports animations and interactivity, and the graphics can scale to any size without losing quality.

Features

  • Basic shapes (rectangle, circle, ellipse, line, etc.)
  • Path drawing
  • Fill and stroke styling
  • Transform operations
  • Export to SVG code