aboutsummaryrefslogtreecommitdiff
path: root/eizoctltray.svg
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-11-25 02:52:59 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-11-25 02:52:59 +0100
commit15ea5b6a8e13d4d694ea1f256c37440f72f416bd (patch)
tree1ac2d580847dbf6ffdfb6d15a448dda2a3959b63 /eizoctltray.svg
downloadusb-drivers-15ea5b6a8e13d4d694ea1f256c37440f72f416bd.tar.gz
usb-drivers-15ea5b6a8e13d4d694ea1f256c37440f72f416bd.tar.xz
usb-drivers-15ea5b6a8e13d4d694ea1f256c37440f72f416bd.zip
Initial commit: eizoctl
Diffstat (limited to 'eizoctltray.svg')
-rw-r--r--eizoctltray.svg31
1 files changed, 31 insertions, 0 deletions
diff --git a/eizoctltray.svg b/eizoctltray.svg
new file mode 100644
index 0000000..d198cee
--- /dev/null
+++ b/eizoctltray.svg
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg version="1.1" width="16" height="16" viewBox="0 0 16 16"
+ xmlns="http://www.w3.org/2000/svg">
+
+ <defs>
+ <filter id="shadow" color-interpolation-filters="sRGB">
+ <!-- I'm not sure why this works the way it does, but hey.
+ Neither feDropShadow nor feGaussianBlur do. -->
+ <feConvolveMatrix in="SourceAlpha"
+ kernelMatrix="1 2 1 2 4 2 1 2 1" divisor="16" />
+ <feMerge>
+ <feMergeNode />
+ <feMergeNode in="SourceGraphic" />
+ </feMerge>
+ </filter>
+ <linearGradient id="gradient" x1="25%" y1="0%" x2="75%" y2="100%">
+ <stop offset="0%" stop-color="#fff" />
+ <stop offset="100%" stop-color="#eee" />
+ </linearGradient>
+ <linearGradient id="panel-bg" x1="25%" y1="0%" x2="75%" y2="100%">
+ <stop offset="0%" stop-color="hsl(300, 100%, 75%)" />
+ <stop offset="100%" stop-color="hsl(240, 100%, 75%)" />
+ </linearGradient>
+ </defs>
+
+ <g filter="url(#shadow)" fill="url(#gradient)">
+ <rect x="1" y="2" width="14" height="10" />
+ <rect x="3" y="4" width="10" height="6" fill="url(#panel-bg)" />
+ <rect x="5" y="13" width="6" height="2" />
+ </g>
+</svg>