diff --git a/interface/resources/icons/tablet-icons/EmoteAppIcon.svg b/interface/resources/icons/tablet-icons/EmoteAppIcon.svg
deleted file mode 100644
index cef6e8771b..0000000000
--- a/interface/resources/icons/tablet-icons/EmoteAppIcon.svg
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
diff --git a/interface/resources/icons/tablet-icons/emote-a.svg b/interface/resources/icons/tablet-icons/emote-a.svg
new file mode 100644
index 0000000000..981bb77566
--- /dev/null
+++ b/interface/resources/icons/tablet-icons/emote-a.svg
@@ -0,0 +1,30 @@
+
+
+
diff --git a/interface/resources/icons/tablet-icons/emote-i.svg b/interface/resources/icons/tablet-icons/emote-i.svg
new file mode 100644
index 0000000000..57a957052e
--- /dev/null
+++ b/interface/resources/icons/tablet-icons/emote-i.svg
@@ -0,0 +1,33 @@
+
+
+
diff --git a/scripts/system/emote.js b/scripts/system/emote.js
index d484078b7b..6dfd1ae1ef 100644
--- a/scripts/system/emote.js
+++ b/scripts/system/emote.js
@@ -46,7 +46,8 @@ var activeTimer = false; // Used to cancel active timer if a user plays an anima
var activeEmote = false; // To keep track of the currently playing emote
button = tablet.addButton({
- icon: "icons/tablet-icons/EmoteAppIcon.svg",
+ icon: "icons/tablet-icons/emote-i.svg",
+ activeIcon: "icons/tablet-icons/emote-a.svg",
text: EMOTE_LABEL,
sortOrder: EMOTE_APP_SORT_ORDER
});