<svg viewBox="0 20 300 327" width="350" xmlns="http://www.w3.org/2000/svg">
<defs>
<mask id="mask">
<rect width="100%" height="100%" fill="#000"></rect>
<ellipse cx="150" cy="180" rx="120" ry="160" fill="#fff" />
</mask>
</defs>
<circle cx="150" cy="200" r="140" fill="blue" stroke="orange" stroke-width="8" />
<image href="https://i.pinimg.com/originals/38/f3/d2/38f3d2f9c481517c91ac27dfe6226b40.png" x="30" y="20" width="220" height="320" mask="url(#mask)" />
</svg>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.