diff --git a/images/rm-16.png b/images/rm-16.png
new file mode 100644
index 0000000000..9361ef2b70
Binary files /dev/null and b/images/rm-16.png differ
diff --git a/include/text.php b/include/text.php
index b45c2765eb..f77f81e7d7 100644
--- a/include/text.php
+++ b/include/text.php
@@ -1110,7 +1110,8 @@ function smilies($s, $sample = false) {
':like',
':dislike',
'~friendica',
- 'red#'
+ 'red#',
+ 'red#matrix'
);
@@ -1148,7 +1149,8 @@ function smilies($s, $sample = false) {
'',
'',
'~friendica ',
- 'red '
+ 'redmatrix',
+ 'redmatrix'
);
$params = array('texts' => $texts, 'icons' => $icons, 'string' => $s);