<polyline>

💾 https://replit.com/@pegasusroe/svg-polyline

<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"> 
    <polyline 
        points="360,60 330,90 295,160 230,220 190,217 175,180 155,130 155,60 135,30 100,25 90,55 65,170 80,195 65,220 35,210 65,170" 
        fill="none" 
        stroke="rgb(0,200,0)" 
        stroke-width="3"
    ></polyline> 
</svg>

Result

Last updated