29 lines
767 B
XML
29 lines
767 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 212 212" width="32" height="32">
|
|
<style>
|
|
circle,
|
|
path {
|
|
fill: none;
|
|
stroke: #000;
|
|
stroke-width: 15
|
|
}
|
|
|
|
path {
|
|
stroke-width: 25
|
|
}
|
|
|
|
.blue {
|
|
stroke: #17a1fd
|
|
}
|
|
|
|
.dark-blue {
|
|
stroke: #0267aa
|
|
}
|
|
</style>
|
|
<g transform="translate(6 6)">
|
|
<path d="M58 168V70a50 50 0 0 1 50-50h20" class="blue" />
|
|
<path d="M58 168v-30a50 50 0 0 1 50-50h20" class="dark-blue" />
|
|
<circle cx="142" cy="20" r="18" class="blue" />
|
|
<circle cx="142" cy="88" r="18" class="dark-blue" />
|
|
<circle cx="58" cy="180" r="18" class="dark-blue" />
|
|
</g>
|
|
</svg> |