mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
18 lines
733 B
XML
18 lines
733 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Club logo placeholder">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#e2e8f0"/>
|
|
<stop offset="100%" stop-color="#cbd5e1"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="0" y="0" width="200" height="200" rx="16" fill="url(#g)"/>
|
|
<g fill="#64748b">
|
|
<circle cx="100" cy="80" r="34" fill="#94a3b8"/>
|
|
<path d="M50 150c0-28 22-44 50-44s50 16 50 44v10H50z"/>
|
|
</g>
|
|
<g fill="#475569" font-family="Arial, Helvetica, sans-serif" font-size="12" text-anchor="middle">
|
|
<text x="100" y="180">Bez loga</text>
|
|
</g>
|
|
</svg>
|