1.svg 229 Bytes
<svg width="100" height="200" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 200
           L 0 100
           A 50 50, 0, 0, 1, 100 100
           Z" stroke="black" fill="green" stroke-width="2" fill-opacity="0.5"/>
</svg>