19 lines
709 B
XML
19 lines
709 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 282 282" width="282" height="282">
|
|
<style>
|
|
circle,
|
|
path{fill:none;stroke:#000;stroke-width:15}
|
|
path{stroke-width:25}
|
|
.white{stroke:#ccc}
|
|
.red{stroke:#AD1D25}
|
|
.blue{stroke:#1E4785}
|
|
</style>
|
|
<g transform="translate(50 6)">
|
|
<path d="M58 168V70a50 50 0 0 1 50-50h20" class="red"/>
|
|
<path d="M58 236v-100a50 50 0 0 1 50-50h20" class="white"/>
|
|
<path d="M58 236v-30a50 50 0 0 1 50-50h20" class="blue"/>
|
|
<circle cx="142" cy="20" r="18" class="red"/>
|
|
<circle cx="142" cy="88" r="18" class="white"/>
|
|
<circle cx="142" cy="156" r="18" class="blue"/>
|
|
<circle cx="58" cy="250" r="18" class="blue"/>
|
|
</g>
|
|
</svg>
|