mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-05 03:02:56 +00:00
13 lines
552 B
XML
13 lines
552 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Player placeholder">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#EDF2F7"/>
|
|
<stop offset="1" stop-color="#E2E8F0"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="256" height="256" rx="24" fill="url(#g)"/>
|
|
<circle cx="128" cy="92" r="44" fill="#CBD5E0"/>
|
|
<path d="M48 212c0-40 36-64 80-64s80 24 80 64v12H48v-12z" fill="#CBD5E0"/>
|
|
</svg>
|