diff --git a/bigbluebutton-html5/client/stylesheets/bbb-icons.css b/bigbluebutton-html5/client/stylesheets/bbb-icons.css
index 4c746925d94393c7ca7f893195fddde922646e1c..2b17878aa403824d99d51cdc721ec868f25d5ea8 100755
--- a/bigbluebutton-html5/client/stylesheets/bbb-icons.css
+++ b/bigbluebutton-html5/client/stylesheets/bbb-icons.css
@@ -279,3 +279,6 @@
 .icon-bbb-download-off:before {
   content: "\e955";
 }
+.icon-bbb-popout_window:before {
+  content: "\e956";
+}
diff --git a/bigbluebutton-html5/imports/ui/components/nav-bar/settings-dropdown/component.jsx b/bigbluebutton-html5/imports/ui/components/nav-bar/settings-dropdown/component.jsx
index 0e920bac06714585968235a26f7364e8d3b620a5..fab469601639fccd1a576633a5f74153aa4c9d1c 100755
--- a/bigbluebutton-html5/imports/ui/components/nav-bar/settings-dropdown/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/nav-bar/settings-dropdown/component.jsx
@@ -199,7 +199,7 @@ class SettingsDropdown extends PureComponent {
           <DropdownListItem
             key="list-item-help"
             icon="help"
-            iconRight="rooms"
+            iconRight="popout_window"
             label={intl.formatMessage(intlMessages.helpLabel)}
             description={intl.formatMessage(intlMessages.helpDesc)}
             onClick={() => window.open(`${helpLink}`)}
diff --git a/bigbluebutton-html5/public/fonts/BbbIcons/bbb-icons.woff b/bigbluebutton-html5/public/fonts/BbbIcons/bbb-icons.woff
index 6fb41b4e9a6f9bec341cb02292aa39c3fc6131d7..2c8d5af4eccb12b31972f526c43a65bafddd18b9 100644
Binary files a/bigbluebutton-html5/public/fonts/BbbIcons/bbb-icons.woff and b/bigbluebutton-html5/public/fonts/BbbIcons/bbb-icons.woff differ