diff --git a/core/img/rating/s0.png b/core/img/rating/s0.png
deleted file mode 100644
index 9d5014106e..0000000000
Binary files a/core/img/rating/s0.png and /dev/null differ
diff --git a/core/img/rating/s0.svg b/core/img/rating/s0.svg
new file mode 100755
index 0000000000..8554b5e93a
--- /dev/null
+++ b/core/img/rating/s0.svg
@@ -0,0 +1,104 @@
+
+
diff --git a/core/img/rating/s1.png b/core/img/rating/s1.png
deleted file mode 100644
index 6846c8771f..0000000000
Binary files a/core/img/rating/s1.png and /dev/null differ
diff --git a/core/img/rating/s1.svg b/core/img/rating/s1.svg
new file mode 100644
index 0000000000..6433544b38
--- /dev/null
+++ b/core/img/rating/s1.svg
@@ -0,0 +1,150 @@
+
+
diff --git a/core/img/rating/s10.png b/core/img/rating/s10.png
deleted file mode 100644
index c674569c38..0000000000
Binary files a/core/img/rating/s10.png and /dev/null differ
diff --git a/core/img/rating/s10.svg b/core/img/rating/s10.svg
new file mode 100644
index 0000000000..f279731d60
--- /dev/null
+++ b/core/img/rating/s10.svg
@@ -0,0 +1,104 @@
+
+
diff --git a/core/img/rating/s2.png b/core/img/rating/s2.png
deleted file mode 100644
index 2f132cc5fa..0000000000
Binary files a/core/img/rating/s2.png and /dev/null differ
diff --git a/core/img/rating/s2.svg b/core/img/rating/s2.svg
new file mode 100644
index 0000000000..2a8472d182
--- /dev/null
+++ b/core/img/rating/s2.svg
@@ -0,0 +1,142 @@
+
+
diff --git a/core/img/rating/s3.png b/core/img/rating/s3.png
deleted file mode 100644
index 55e917f92e..0000000000
Binary files a/core/img/rating/s3.png and /dev/null differ
diff --git a/core/img/rating/s3.svg b/core/img/rating/s3.svg
new file mode 100644
index 0000000000..f635cbd536
--- /dev/null
+++ b/core/img/rating/s3.svg
@@ -0,0 +1,190 @@
+
+
diff --git a/core/img/rating/s4.png b/core/img/rating/s4.png
deleted file mode 100644
index fa76c311c6..0000000000
Binary files a/core/img/rating/s4.png and /dev/null differ
diff --git a/core/img/rating/s4.svg b/core/img/rating/s4.svg
new file mode 100644
index 0000000000..c64cf9059b
--- /dev/null
+++ b/core/img/rating/s4.svg
@@ -0,0 +1,190 @@
+
+
diff --git a/core/img/rating/s5.png b/core/img/rating/s5.png
deleted file mode 100644
index 8856309f83..0000000000
Binary files a/core/img/rating/s5.png and /dev/null differ
diff --git a/core/img/rating/s5.svg b/core/img/rating/s5.svg
new file mode 100644
index 0000000000..61dcaceafc
--- /dev/null
+++ b/core/img/rating/s5.svg
@@ -0,0 +1,123 @@
+
+
diff --git a/core/img/rating/s6.png b/core/img/rating/s6.png
deleted file mode 100644
index 4112e14fde..0000000000
Binary files a/core/img/rating/s6.png and /dev/null differ
diff --git a/core/img/rating/s6.svg b/core/img/rating/s6.svg
new file mode 100644
index 0000000000..ac18dd9f8a
--- /dev/null
+++ b/core/img/rating/s6.svg
@@ -0,0 +1,104 @@
+
+
diff --git a/core/img/rating/s7.png b/core/img/rating/s7.png
deleted file mode 100644
index ce25cf58df..0000000000
Binary files a/core/img/rating/s7.png and /dev/null differ
diff --git a/core/img/rating/s7.svg b/core/img/rating/s7.svg
new file mode 100644
index 0000000000..2a877ded10
--- /dev/null
+++ b/core/img/rating/s7.svg
@@ -0,0 +1,123 @@
+
+
diff --git a/core/img/rating/s8.png b/core/img/rating/s8.png
deleted file mode 100644
index 3197f23785..0000000000
Binary files a/core/img/rating/s8.png and /dev/null differ
diff --git a/core/img/rating/s8.svg b/core/img/rating/s8.svg
new file mode 100644
index 0000000000..de2ef87fb2
--- /dev/null
+++ b/core/img/rating/s8.svg
@@ -0,0 +1,133 @@
+
+
diff --git a/core/img/rating/s9.png b/core/img/rating/s9.png
deleted file mode 100644
index b9c190f8ce..0000000000
Binary files a/core/img/rating/s9.png and /dev/null differ
diff --git a/core/img/rating/s9.svg b/core/img/rating/s9.svg
new file mode 100644
index 0000000000..4e93283d0f
--- /dev/null
+++ b/core/img/rating/s9.svg
@@ -0,0 +1,123 @@
+
+
diff --git a/settings/js/apps.js b/settings/js/apps.js
index e6631762fd..9322319d4b 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -3,7 +3,7 @@
Handlebars.registerHelper('score', function() {
if(this.score) {
var score = Math.round( this.score / 10 );
- var imageName = 'rating/s' + score + '.png';
+ var imageName = 'rating/s' + score + '.svg';
return new Handlebars.SafeString('');
}