diff --git a/material/base.html b/material/base.html
index 1db781931..af6e58f42 100644
--- a/material/base.html
+++ b/material/base.html
@@ -180,7 +180,7 @@
{% if "navigation.top" in features %}
-
+
{% include ".icons/material/arrow-up.svg" %}
{% endif %}
diff --git a/material/partials/languages/en.html b/material/partials/languages/en.html
index 1eb770050..359e40789 100644
--- a/material/partials/languages/en.html
+++ b/material/partials/languages/en.html
@@ -33,5 +33,6 @@
"source.file.date.updated": "Last update",
"source.file.date.created": "Created",
"tabs.title": "Tabs",
- "toc.title": "Table of contents"
+ "toc.title": "Table of contents",
+ "top.title": "Back to top"
}[key] }}{% endmacro %}
diff --git a/src/base.html b/src/base.html
index 4711e73b9..66b165cd7 100644
--- a/src/base.html
+++ b/src/base.html
@@ -341,6 +341,7 @@
diff --git a/src/partials/languages/en.html b/src/partials/languages/en.html
index 8f0239eed..edd63d12c 100644
--- a/src/partials/languages/en.html
+++ b/src/partials/languages/en.html
@@ -53,5 +53,6 @@
"source.file.date.updated": "Last update",
"source.file.date.created": "Created",
"tabs.title": "Tabs",
- "toc.title": "Table of contents"
+ "toc.title": "Table of contents",
+ "top.title": "Back to top"
}[key] }}{% endmacro %}