mirror of
https://github.com/sudoxreboot/scrcpyd
synced 2026-04-14 03:26:31 +00:00
15 lines
713 B
XML
15 lines
713 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="512" height="512" fill="none" stroke="url(#iconStroke)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" role="img" aria-label="scrcpyd icon">
|
|
<defs>
|
|
<linearGradient id="iconStroke" x1="0" y1="0" x2="1" y2="0">
|
|
<stop offset="0%" stop-color="#00FFD5"/>
|
|
<stop offset="33.3333%" stop-color="#B79CFF"/>
|
|
<stop offset="66.6667%" stop-color="#7FFFD4"/>
|
|
<stop offset="100%" stop-color="#FF4FD8"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<path d="M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3" />
|
|
<path d="M8 21h8" />
|
|
<path d="M12 17v4" />
|
|
<path d="m22 3-5 5" />
|
|
<path d="m17 3 5 5" />
|
|
</svg>
|