15/15 100% может поможет кому

<svg width="360" height="500">
<rect width="320" height="460" x="20" y="20" rx="20" fill="lemonchiffon"/>

<circle r="100" cx="140" cy="170" fill="crimson"/>
<polyline points="140,270  150,300 135,330 150,360 135,390 150,420"  stroke-width="1" stroke="brown" fill="none"/>
<polygon points="130,280 140,270 150,280 " fill="crimson"/>


<ellipse rx="60" ry="80" cx="250" cy="210"  fill="gold"/>
<polyline points="250,290  260,320 245,350 260,380 245,410 260,440"  stroke-width="1" stroke="brown" fill="none"/>
<polygon points="240,300 250,290 260,300 " fill="gold"/>  


    
 
    
</svg>