This repository has been archived on 2026-05-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
imagerepo/app/static/favicon.svg
T

12 lines
479 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Outer frame -->
<rect x="4" y="4" width="56" height="56" rx="8" fill="#6366f1"/>
<!-- Inner image area -->
<rect x="10" y="10" width="44" height="44" rx="4" fill="#3c3c46"/>
<!-- Sun -->
<circle cx="44" cy="20" r="6" fill="#fbbf24"/>
<!-- Back mountain -->
<polygon points="10,48 32,24 50,48" fill="#5a5f6b"/>
<!-- Front mountain -->
<polygon points="24,48 44,30 54,48" fill="#50555f"/>
</svg>