Files
crypto_monitor/brand/icon.svg
T
dekun e03cce20d6 feat: add brand icons for Chrome shortcuts and PWA manifest
Dark cyan-green candlestick icon for hub and four exchanges; generate/sync scripts and docs/shortcut-icon.md.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 10:17:22 +08:00

32 lines
2.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Crypto Monitor">
<defs>
<linearGradient id="ring" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00d4ff"/>
<stop offset="55%" stop-color="#3d8bff"/>
<stop offset="100%" stop-color="#00ff9d"/>
</linearGradient>
<linearGradient id="up" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" stop-color="#00ff9d"/>
<stop offset="100%" stop-color="#7dffc8"/>
</linearGradient>
<linearGradient id="down" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff6b8a"/>
<stop offset="100%" stop-color="#ff4d6d"/>
</linearGradient>
</defs>
<rect width="512" height="512" rx="112" fill="#0b0e18"/>
<rect x="28" y="28" width="456" height="456" rx="96" fill="#12182a"/>
<rect x="28" y="28" width="456" height="456" rx="96" fill="none" stroke="url(#ring)" stroke-width="10" opacity="0.9"/>
<path d="M96 348 L176 268 L248 308 L352 168 L416 228" fill="none" stroke="url(#ring)" stroke-width="18" stroke-linecap="round" stroke-linejoin="round" opacity="0.35"/>
<line x1="148" y1="332" x2="148" y2="228" stroke="url(#down)" stroke-width="16" stroke-linecap="round"/>
<rect x="132" y="252" width="32" height="52" rx="6" fill="url(#down)"/>
<line x1="228" y1="352" x2="228" y2="196" stroke="url(#up)" stroke-width="16" stroke-linecap="round"/>
<rect x="212" y="220" width="32" height="88" rx="6" fill="url(#up)"/>
<line x1="308" y1="320" x2="308" y2="240" stroke="url(#up)" stroke-width="16" stroke-linecap="round"/>
<rect x="292" y="264" width="32" height="40" rx="6" fill="url(#up)"/>
<line x1="384" y1="300" x2="384" y2="180" stroke="url(#up)" stroke-width="16" stroke-linecap="round"/>
<rect x="368" y="208" width="32" height="64" rx="6" fill="url(#up)"/>
<circle cx="256" cy="256" r="52" fill="none" stroke="url(#ring)" stroke-width="6" opacity="0.55"/>
<path d="M236 276 L256 220 L276 276 Z" fill="url(#ring)" opacity="0.95"/>
</svg>