<svg width="200px" height="300px">
  <path d="M0 0 H50" stroke="black" stroke-width="4px"/>
</svg>

<svg width="200px" height="300px">
  <path d="M0 0 L50 50 L100 50" stroke="black" stroke-width="4px" fill="none" />
</svg>

<svg width="200px" height="300px">
  <path d="M0 0 L50 50 L100 50 L200 10 Z" stroke="black" stroke-width="4px" fill="none" />
</svg>
svg{
  margin:20px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.