3d1168ff8c
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
16 lines
642 B
XML
16 lines
642 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
|
|
<defs>
|
|
<radialGradient id="frame" cx="50%" cy="30%" r="70%">
|
|
<stop offset="0%" stop-color="#b040c0"/>
|
|
<stop offset="100%" stop-color="#4a0050"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<!-- Outer purple gradient frame -->
|
|
<rect x="0" y="0" width="128" height="128" rx="30" fill="url(#frame)"/>
|
|
<!-- Dark inner border -->
|
|
<rect x="8" y="8" width="112" height="112" rx="24" fill="#120018"/>
|
|
<!-- App icon face -->
|
|
<rect x="14" y="14" width="100" height="100" rx="18" fill="#262626"/>
|
|
</svg>
|