diff --git a/netbox/project-static/img/rest-api.ico b/netbox/project-static/img/rest-api.ico
new file mode 100644
index 000000000..8a9341ccb
Binary files /dev/null and b/netbox/project-static/img/rest-api.ico differ
diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html
index 6d9200a90..dab9248d1 100644
--- a/netbox/templates/base/layout.html
+++ b/netbox/templates/base/layout.html
@@ -49,7 +49,7 @@
{# REST API #}
-
+
{# API docs #}
diff --git a/netbox/templates/rest_framework/api.html b/netbox/templates/rest_framework/api.html
index 76f43629b..e18d38ad3 100644
--- a/netbox/templates/rest_framework/api.html
+++ b/netbox/templates/rest_framework/api.html
@@ -1,5 +1,11 @@
{% extends 'rest_framework/base.html' %}
+{% load static %}
+
+{% block head %}
+ {{ block.super }}
+
+{% endblock head %}
{% block branding %}
- NetBox
-{% endblock %}
+ NetBox
+{% endblock branding %}