exozyme/img/icons/forgejo.svg

28 lines
679 B
XML
Raw Normal View History

<svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">
circle {
fill: none;
stroke: #000;
stroke-width: 12;
}
path {
fill: none;
stroke: #000;
stroke-width: 20;
}
.orange {
stroke:#d45500;
}
.red {
stroke:#aa0000;
}
</style>
<g transform="translate(28,28)">
<path d="M60 170 v-100 a50 50 0 0 1 50-50 h20" class="orange"/>
<path d="M60 170 v-35 a50 50 0 0 1 50-50 h20" class="red" />
<circle cx="140" cy="20" r="15" class="orange" />
<circle cx="140" cy="85" r="15" class="red" />
<circle cx="60" cy="180" r="15" class="red" />
</g>
</svg>