diff --git a/novelwriter/assets/icons/typicons_dark/icons.conf b/novelwriter/assets/icons/typicons_dark/icons.conf
index a4f8cf16..b70c1da5 100644
--- a/novelwriter/assets/icons/typicons_dark/icons.conf
+++ b/novelwriter/assets/icons/typicons_dark/icons.conf
@@ -44,6 +44,7 @@ cls_template = mixed_document-new.svg
cls_timeline = typ_calendar.svg
cls_trash = typ_trash.svg
cls_world = typ_location.svg
+copy = mixed_copy.svg
cross = typ_times.svg
document = typ_document.svg
down = typ_chevron-down.svg
diff --git a/novelwriter/assets/icons/typicons_dark/mixed_copy.svg b/novelwriter/assets/icons/typicons_dark/mixed_copy.svg
new file mode 100644
index 00000000..ff43bce5
--- /dev/null
+++ b/novelwriter/assets/icons/typicons_dark/mixed_copy.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/novelwriter/assets/icons/typicons_light/icons.conf b/novelwriter/assets/icons/typicons_light/icons.conf
index 022f417e..cf18d966 100644
--- a/novelwriter/assets/icons/typicons_light/icons.conf
+++ b/novelwriter/assets/icons/typicons_light/icons.conf
@@ -44,6 +44,7 @@ cls_template = mixed_document-new.svg
cls_timeline = typ_calendar.svg
cls_trash = typ_trash.svg
cls_world = typ_location.svg
+copy = mixed_copy.svg
cross = typ_times.svg
document = typ_document.svg
down = typ_chevron-down.svg
diff --git a/novelwriter/assets/icons/typicons_light/mixed_copy.svg b/novelwriter/assets/icons/typicons_light/mixed_copy.svg
new file mode 100644
index 00000000..17b6efc7
--- /dev/null
+++ b/novelwriter/assets/icons/typicons_light/mixed_copy.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/novelwriter/gui/theme.py b/novelwriter/gui/theme.py
index 4576255a..340951cf 100644
--- a/novelwriter/gui/theme.py
+++ b/novelwriter/gui/theme.py
@@ -503,10 +503,11 @@ class GuiIcons:
"fmt_strike-md", "fmt_subscript", "fmt_superscript", "fmt_underline",
# General Button Icons
- "add", "add_document", "backward", "bookmark", "browse", "checked", "close", "cross",
- "document", "down", "edit", "export", "font", "forward", "import", "list", "maximise",
- "menu", "minimise", "more", "noncheckable", "open", "panel", "quote", "refresh", "remove",
- "revert", "search_replace", "search", "settings", "star", "unchecked", "up", "view",
+ "add", "add_document", "backward", "bookmark", "browse", "checked", "close", "copy",
+ "cross", "document", "down", "edit", "export", "font", "forward", "import", "list",
+ "maximise", "menu", "minimise", "more", "noncheckable", "open", "panel", "quote",
+ "refresh", "remove", "revert", "search_replace", "search", "settings", "star", "unchecked",
+ "up", "view",
# Switches
"sticky-on", "sticky-off",