diff --git a/app/assets/images/external-link.svg b/app/assets/images/external-link.svg
new file mode 100644
index 000000000..ed2483aa9
--- /dev/null
+++ b/app/assets/images/external-link.svg
@@ -0,0 +1,7 @@
+
+
+
\ No newline at end of file
diff --git a/app/assets/stylesheets/icons.css b/app/assets/stylesheets/icons.css
index 0f2e8177a..3f4e25431 100644
--- a/app/assets/stylesheets/icons.css
+++ b/app/assets/stylesheets/icons.css
@@ -45,6 +45,7 @@
.icon--crown { --svg: url("crown.svg "); }
.icon--email { --svg: url("email.svg "); }
.icon--everyone { --svg: url("everyone.svg "); }
+ .icon--external-link { --svg: url("external-link.svg "); }
.icon--gear { --svg: url("gear.svg "); }
.icon--filter { --svg: url("filter.svg "); }
.icon--globe { --svg: url("globe.svg "); }
diff --git a/app/views/collections/show/menu/_column.html.erb b/app/views/collections/show/menu/_column.html.erb
index 22d249126..4368cb5da 100644
--- a/app/views/collections/show/menu/_column.html.erb
+++ b/app/views/collections/show/menu/_column.html.erb
@@ -6,14 +6,26 @@