circle

<svg>
    <circle cx="20" cy="20" r="15"/>
</svg>
<svg>
    <circle
        cx="30"
        cy="30"
        r="15"
        style="stroke: #286D85; stroke-width: 3; fill: #3F8528;"
    />
</svg>