21 lines
639 B
XML
21 lines
639 B
XML
<svg viewBox="0 0 212 212" xmlns="http://www.w3.org/2000/svg">
|
|
<style type="text/css">
|
|
.fj-circle {
|
|
fill: none;
|
|
stroke: currentColor;
|
|
stroke-width: 15;
|
|
}
|
|
.fj-path {
|
|
fill: none;
|
|
stroke: currentColor;
|
|
stroke-width: 25;
|
|
}
|
|
</style>
|
|
<g transform="translate(6,6)">
|
|
<path d="M58 168 v-98 a50 50 0 0 1 50-50 h20" class="fj-path"/>
|
|
<path d="M58 168 v-30 a50 50 0 0 1 50-50 h20" class="fj-path" />
|
|
<circle cx="142" cy="20" r="18" class="fj-circle" />
|
|
<circle cx="142" cy="88" r="18" class="fj-circle" />
|
|
<circle cx="58" cy="180" r="18" class="fj-circle" />
|
|
</g>
|
|
</svg>
|