mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
37 lines
1.5 KiB
XML
37 lines
1.5 KiB
XML
<svg width="192" height="192" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Clean white background -->
|
|
<rect width="192" height="192" fill="#ffffff"/>
|
|
|
|
<!-- Enhanced Football/Soccer Ball Design -->
|
|
<g transform="translate(96,96)">
|
|
<!-- Outer circle with bold stroke -->
|
|
<circle cx="0" cy="0" r="48" fill="none" stroke="#000000" stroke-width="3"/>
|
|
|
|
<!-- Pentagon pattern - cleaner design -->
|
|
<g>
|
|
<!-- Center pentagon -->
|
|
<path d="M 0,-20 L 19,-6 L 12,16 L -12,16 L -19,-6 Z"
|
|
fill="#000000" stroke="#000000" stroke-width="2"/>
|
|
|
|
<!-- Surrounding hexagons with cleaner lines -->
|
|
<g stroke="#000000" stroke-width="2" fill="none">
|
|
<path d="M 0,-20 L 19,-6 L 19,-32 L 0,-45 L -19,-32 L -19,-6 Z"/>
|
|
<path d="M 19,-6 L 12,16 L 34,16 L 41,-6 L 19,-6 Z"/>
|
|
<path d="M 12,16 L -12,16 L -19,38 L 3,46 L 25,38 L 12,16 Z"/>
|
|
<path d="M -12,16 L -19,-6 L -41,-6 L -34,16 L -12,16 Z"/>
|
|
<path d="M -19,-6 L -19,-32 L -41,-32 L -34,-6 L -19,-6 Z"/>
|
|
</g>
|
|
</g>
|
|
|
|
<!-- Add subtle texture lines -->
|
|
<g stroke="#000000" stroke-width="0.5" opacity="0.3">
|
|
<circle cx="0" cy="0" r="35" fill="none"/>
|
|
<circle cx="0" cy="0" r="25" fill="none"/>
|
|
</g>
|
|
</g>
|
|
|
|
<!-- Enhanced text with better typography -->
|
|
<text x="96" y="165" font-family="Arial, sans-serif" font-size="16" font-weight="900"
|
|
text-anchor="middle" fill="#000000" letter-spacing="1">FC CLUB</text>
|
|
</svg>
|