Simple SVG path example

by amenadiel

HTML

<!-- Learn about this code on MDN: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/d -->

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250" width="250px"> 
    <path fill="#F7931E" stroke="#000" d="M 0 0 q 23.4217372444444365 44.850938778716532 76.843474488888873 4.298122442566935
"/> 
</svg>