1 2 3 4 5 6 7 8 9 10
<style> path { stroke: #000; fill: none; } </style> <svg width="500" height="500" viewBox="105 125 20 20"> <path id="pp" d="m 95,130 h 36" /> </svg>