diff --git a/static/images/usta_icons/apple-icon-114x114.png b/static/images/usta_icons/apple-icon-114x114.png
new file mode 100644
index 0000000000000000000000000000000000000000..d01c0856576149290a28ced875f12f6efac8e38b
Binary files /dev/null and b/static/images/usta_icons/apple-icon-114x114.png differ
diff --git a/static/images/usta_icons/apple-icon-144x144.png b/static/images/usta_icons/apple-icon-144x144.png
new file mode 100644
index 0000000000000000000000000000000000000000..522baaa772af298ea524ef9b1c39823374ad287a
Binary files /dev/null and b/static/images/usta_icons/apple-icon-144x144.png differ
diff --git a/static/images/usta_icons/apple-icon-57x57.png b/static/images/usta_icons/apple-icon-57x57.png
new file mode 100644
index 0000000000000000000000000000000000000000..6833ff817ef5dbee65e221cd7c01bd0142ed3754
Binary files /dev/null and b/static/images/usta_icons/apple-icon-57x57.png differ
diff --git a/static/images/usta_icons/apple-icon-72x72.png b/static/images/usta_icons/apple-icon-72x72.png
new file mode 100644
index 0000000000000000000000000000000000000000..e7813826405c85d63305818dc69e0467433bf748
Binary files /dev/null and b/static/images/usta_icons/apple-icon-72x72.png differ
diff --git a/usta/templates/usta/base.html b/usta/templates/usta/base.html
index 1e92faf5108133668987d914053f8dc53bcc98d7..d99b22f85df84ca9683e1af3c33f93d4a2b45b3b 100644
--- a/usta/templates/usta/base.html
+++ b/usta/templates/usta/base.html
@@ -7,6 +7,10 @@
     <title>{% block title %}USTA Boys{% endblock %}</title>
 
     <link rel="shortcut icon" href="{% static 'favicon.ico' %}">
+    <link rel="apple-touch-icon" sizes="57x57" href="{% static 'images/usta_icons/apple-icon-57x57.png' %}">
+    <link rel="apple-touch-icon" sizes="72x72" href="{% static 'images/usta_icons/apple-icon-72x72.png' %}">
+    <link rel="apple-touch-icon" sizes="114x144" href="{% static 'images/usta_icons/apple-icon-114x114.png' %}">
+    <link rel="apple-touch-icon" sizes="144x144" href="{% static 'images/usta_icons/apple-icon-144x144.png' %}">
     <link rel="stylesheet" href="{% static 'css/usta.css' %}">
 
     <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>