mirror of
https://github.com/sudoxreboot/scrcpyd
synced 2026-04-14 11:36:40 +00:00
Clean SVG icon for transparent background
This commit is contained in:
parent
36c61df6a6
commit
6b9ef5969c
1 changed files with 10 additions and 14 deletions
24
icon.svg
24
icon.svg
|
|
@ -1,19 +1,15 @@
|
||||||
<svg
|
<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">
|
||||||
class="lucide lucide-screen-share-off"
|
<defs>
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
<linearGradient id="iconStroke" x1="0" y1="0" x2="1" y2="0">
|
||||||
|
<stop offset="0%" stop-color="#00FFD5"/>
|
||||||
|
<stop offset="33.3333%" stop-color="#B79CFF"/>
|
||||||
viewBox="0 0 24 24"
|
<stop offset="66.6667%" stop-color="#7FFFD4"/>
|
||||||
|
<stop offset="100%" stop-color="#FF4FD8"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
|
||||||
|
|
||||||
stroke="url(#iconStroke)" fill="none" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" width="512" height="512"><defs><linearGradient id="iconStroke" x1="0" y1="0" x2="1" y2="0"><stop offset="0%" stop-color="gradient #00FFD5"/><stop offset="33.33333333333333%" stop-color="#B79CFF"/><stop offset="66.66666666666666%" stop-color="#7FFFD4"/><stop offset="100%" stop-color="#FF4FD8"/></linearGradient><filter id="iconGlow" x="-50%" y="-50%" width="200%" height="200%"><feGaussianBlur in="SourceGraphic" stdDeviation="3" result="blur"/><feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.45 0" result="glow"/><feMerge><feMergeNode in="glow"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(#iconGlow)"><!-- @license lucide-static v0.562.0 - ISC -->
|
|
||||||
|
|
||||||
<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="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="M8 21h8" />
|
||||||
<path d="M12 17v4" />
|
<path d="M12 17v4" />
|
||||||
<path d="m22 3-5 5" />
|
<path d="m22 3-5 5" />
|
||||||
<path d="m17 3 5 5" />
|
<path d="m17 3 5 5" />
|
||||||
</g></svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 713 B |
Loading…
Reference in a new issue