Files
poshmanager/public/favicon.svg
2026-06-25 12:05:53 -05:00

14 lines
677 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="g" x1="10" y1="8" x2="54" y2="58" gradientUnits="userSpaceOnUse">
<stop stop-color="#5eead4"/>
<stop offset=".52" stop-color="#60a5fa"/>
<stop offset="1" stop-color="#f0abfc"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="18" fill="#07111f"/>
<rect x="5" y="5" width="54" height="54" rx="15" fill="url(#g)"/>
<path d="M17 22.5 28.5 32 17 41.5" fill="none" stroke="#07111f" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M32 43h15" fill="none" stroke="#07111f" stroke-width="5" stroke-linecap="round"/>
</svg>