mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 22:46:37 +00:00
11 lines
485 B
XML
11 lines
485 B
XML
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- White background circle -->
|
|
<circle cx="50" cy="50" r="45" fill="white"/>
|
|
|
|
<!-- Black circular outline -->
|
|
<circle cx="50" cy="50" r="45" fill="none" stroke="black" stroke-width="4"/>
|
|
|
|
<!-- Bold black R -->
|
|
<text x="50" y="68" text-anchor="middle" font-family="Georgia, serif" font-size="58" font-weight="bold" fill="black" style="font-style: italic;">R</text>
|
|
</svg>
|