1
0
Files
frontpage/public/favicon.svg
2026-04-18 22:04:54 +02:00

18 lines
682 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-labelledby="title">
<title>Checkpoint</title>
<defs>
<linearGradient id="checkpoint-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#7dd3fc" />
<stop offset="100%" stop-color="#60a5fa" />
</linearGradient>
</defs>
<rect width="64" height="64" rx="18" fill="#0f1115" />
<path
d="M20 23.5a3.5 3.5 0 0 1 3.5-3.5h17a3.5 3.5 0 0 1 3.5 3.5v17a3.5 3.5 0 0 1-3.5 3.5h-17a3.5 3.5 0 0 1-3.5-3.5z"
fill="none"
stroke="url(#checkpoint-gradient)"
stroke-width="4"
/>
<circle cx="32" cy="32" r="6" fill="url(#checkpoint-gradient)" />
</svg>