diff --git a/icons/logo-arrow.svg b/icons/logo-arrow.svg
new file mode 100644
index 0000000..a1f9dd2
--- /dev/null
+++ b/icons/logo-arrow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/logo-arrow_gray.svg b/icons/logo-arrow_gray.svg
new file mode 100644
index 0000000..bf14e34
--- /dev/null
+++ b/icons/logo-arrow_gray.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/logo-arrow_green.svg b/icons/logo-arrow_green.svg
new file mode 100644
index 0000000..17af1dc
--- /dev/null
+++ b/icons/logo-arrow_green.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/sabnzbd/sabtraylinux.py b/sabnzbd/sabtraylinux.py
index a047ff5..239c72e 100644
--- a/sabnzbd/sabtraylinux.py
+++ b/sabnzbd/sabtraylinux.py
@@ -49,9 +49,9 @@ from sabnzbd.utils.upload import add_local
class StatusIcon(Thread):
sabicons = {
- 'default': abspath('icons/sabnzbd16_32.ico'),
- 'green': abspath('icons/sabnzbd16_32green.ico'),
- 'pause': abspath('icons/sabnzbd16_32paused.ico')
+ 'default': abspath('icons/logo-arrow.svg'),
+ 'green': abspath('icons/logo-arrow_green.svg'),
+ 'pause': abspath('icons/logo-arrow_gray.svg')
}
updatefreq = 1000 # ms