You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 14:11:59 +01:00
24 lines
382 B
XML
24 lines
382 B
XML
<svg width="128" height="128" viewBox="0 0 128 128"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<!-- Outer hollow circle -->
|
|
<circle
|
|
cx="64"
|
|
cy="64"
|
|
r="54"
|
|
fill="none"
|
|
stroke="#A7A88B"
|
|
stroke-width="20"
|
|
/>
|
|
|
|
<!-- Inner hollow circle -->
|
|
<circle
|
|
cx="64"
|
|
cy="64"
|
|
r="22"
|
|
fill="none"
|
|
stroke="#FFFFFF"
|
|
stroke-width="18"
|
|
/>
|
|
|
|
</svg> |