<svg class="contenedor" height="250" width="560">
<circle cx="250" cy="125" r="50" fill="#fa7514"/>
<circle cx="310" cy="125" r="50" fill="#fa7514"/>
<rect x="250" y="75" width="60" height="100" fill="#fa7514"/>
<polygon points="280,110 270,130 290,130" fill="#2e294e"/>
<polygon points="240,90 225,120 255,120" fill="#2e294e"/>
<polygon points="320,90 305,120 335,120" fill="#2e294e"/>
<polygon points="260,50 300,50 290,85 270,85" fill="#6f2f23"/>
</svg>
.contenedor {
display: block;
margin: 0 auto;
background-color: #2e294e;
}
This Pen doesn't use any external CSS resources.