diff --git a/webapp/src/main/webapp/themes/iph/images/share-icon.png b/webapp/src/main/webapp/themes/iph/images/share-icon.png
new file mode 100644
index 00000000..da6938ee
Binary files /dev/null and b/webapp/src/main/webapp/themes/iph/images/share-icon.png differ
diff --git a/webapp/src/main/webapp/themes/iph/templates/individual-iconControls-iph.ftl b/webapp/src/main/webapp/themes/iph/templates/individual-iconControls-iph.ftl
new file mode 100644
index 00000000..82607783
--- /dev/null
+++ b/webapp/src/main/webapp/themes/iph/templates/individual-iconControls-iph.ftl
@@ -0,0 +1,28 @@
+<#-- $This file is distributed under the terms of the license in LICENSE$ -->
+
+<#-- Icon controls displayed in upper-right corner -->
+
+
+<#if checkNamesResult?has_content >
+
+ ${qrCodeLinkedImage!}
+ ${i18n().close_capitalized}
+
+#if>
+
+
+<#--
+
+Some contact information is displayed on the profile page by default; e.g., phone numbes and
+email addresses. If an institution has an additional location for contact info, such as a
+university directory, a third "contact" icon is available that can be used to direct users to
+that directory. The tag below shows an example using Cornell University's directory.
+
+<#assign netid = individual.selfEditingId()!>
+<#if netid?has_content>
+
+
+
+#if>
+
+-->