SVG Path Editor

Edit and preview SVG path data

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
  <path d="M10 10 L90 10 L90 90 L10 90 Z" fill="none" stroke="#3b82f6" stroke-width="2" />
</svg>