Decky/app/src-tauri/icons/icon.svg

13 lines
752 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
<defs>
<linearGradient id="bg" x1="80" y1="48" x2="432" y2="464" gradientUnits="userSpaceOnUse">
<stop stop-color="#A497FF"/>
<stop offset="1" stop-color="#6757D9"/>
</linearGradient>
</defs>
<rect width="512" height="512" rx="116" fill="#11151D"/>
<rect x="70" y="70" width="372" height="372" rx="88" fill="url(#bg)"/>
<rect x="132" y="145" width="104" height="222" rx="27" fill="white" fill-opacity=".96"/>
<rect x="276" y="145" width="104" height="138" rx="27" fill="white" fill-opacity=".96"/>
<path d="m298 332 24 24 50-57" fill="none" stroke="white" stroke-width="25" stroke-linecap="round" stroke-linejoin="round"/>
</svg>