Add module icon

This commit is contained in:
Your Name 2025-12-20 10:16:26 -06:00
parent eafb2fc5af
commit a5a0ae7039

27
icon.svg Normal file
View file

@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Scrcpy keep unlock">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#B89CFF"/>
<stop offset="0.35" stop-color="#7FF5D6"/>
<stop offset="0.7" stop-color="#5EDCFF"/>
<stop offset="1" stop-color="#FF4FD8"/>
</linearGradient>
<linearGradient id="ring" x1="0" y1="1" x2="1" y2="0">
<stop offset="0" stop-color="#E9E1FF"/>
<stop offset="1" stop-color="#FFFFFF"/>
</linearGradient>
</defs>
<rect x="32" y="32" width="448" height="448" rx="96" fill="url(#bg)"/>
<g fill="none" stroke="url(#ring)" stroke-width="18" stroke-linecap="round" stroke-linejoin="round">
<circle cx="256" cy="256" r="148"/>
</g>
<g fill="#0B0B10">
<rect x="176" y="158" width="160" height="210" rx="24" fill="#0B0B10" opacity="0.9"/>
<circle cx="256" cy="326" r="10" fill="#E9E1FF"/>
</g>
<g fill="none" stroke="#E9E1FF" stroke-width="18" stroke-linecap="round" stroke-linejoin="round">
<path d="M224 196c0-26.51 21.49-48 48-48s48 21.49 48 48"/>
<path d="M196 196h120v86a60 60 0 1 1-120 0z"/>
<path d="M288 240l38-16"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB