26 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<!-- Background circle -->
<circle cx="256" cy="256" r="248" fill="#1b263b" />
<circle cx="256" cy="256" r="230" fill="#0d1b2a" />
<!-- Progress bars chart -->
<rect x="128" y="340" width="256" height="36" rx="8" fill="#3d5a80" />
<rect x="128" y="340" width="180" height="36" rx="8" fill="#00b4d8" />
<rect x="128" y="280" width="256" height="36" rx="8" fill="#3d5a80" />
<rect x="128" y="280" width="220" height="36" rx="8" fill="#90e0ef" />
<rect x="128" y="220" width="256" height="36" rx="8" fill="#3d5a80" />
<rect x="128" y="220" width="128" height="36" rx="8" fill="#48cae4" />
<rect x="128" y="160" width="256" height="36" rx="8" fill="#3d5a80" />
<rect x="128" y="160" width="200" height="36" rx="8" fill="#00b4d8" />
<!-- Upward trend line -->
<path d="M128 120 L200 100 L280 80 L384 60" stroke="#90e0ef" stroke-width="8" fill="none" stroke-linecap="round" />
<!-- Circular border -->
<circle cx="256" cy="256" r="248" fill="none" stroke="#3d5a80" stroke-width="16" />
</svg>