mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
19 lines
999 B
XML
19 lines
999 B
XML
<svg viewBox="0 0 100 100" version="1.1" baseProfile="full" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- background -->
|
|
<rect width="100%" height="100%" fill="#dadada" />
|
|
<!-- top line -->
|
|
<line x1="34" y1="8" x2="34" y2="28" stroke="#4080ff" stroke-width="12" />
|
|
<!-- bottom half of line next to circle -->
|
|
<line x1="34" y1="52" x2="34" y2="72" stroke="#7d64e3" stroke-width="12" />
|
|
<!-- bottom shadow -->
|
|
<path d="M 39.3 69.3 A 22 22 0 0 1 28.9 56.5" fill='none' stroke="#555" stroke-width="1.5" stroke-linecap='round' />
|
|
<circle cx="50" cy="50" r="16" fill="none" stroke="#7d64e3" stroke-width="12" />
|
|
<!-- top shadow -->
|
|
<line x1="40" y1="31.2" x2="40" y2="45.9" stroke="#555" stroke-width="1.5" stroke-linecap='round' />
|
|
<!-- top half of line next to circle -->
|
|
<line x1="34" y1="28" x2="34" y2="52" stroke="#7d64e3" stroke-width="12" />
|
|
<!-- bottom line -->
|
|
<line x1="34" y1="72" x2="34" y2="92" stroke="#00c8f0" stroke-width="12" />
|
|
|
|
</svg>
|