diff --git a/src/_includes/icons/filter.html b/src/_includes/icons/filter.html
new file mode 100644
index 0000000000..a411579632
--- /dev/null
+++ b/src/_includes/icons/filter.html
@@ -0,0 +1,36 @@
+
+
+<{% if page.navbar_active == "icons" %}div{% else %}section{% endif %} id="filter">
+
+ {% if page.navbar_active != "icons" %}
+
+ You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.minor_version | size }} shiny new icons in version {{ site.fontawesome.minor_version }}.
+ Want to request new icons?
Here's how.
+
+ {% endif %}
+
+
+ {% for icon in icons %}
+
+ {% endfor %}
+
+
+
No icons with the tag '' were found.
+
Tags are added by the community. Do you think your search query should return an icon? Send a pull request on
GitHub!
+
+
+{% if page.navbar_active == "icons" %}div{% else %}section{% endif %}>
diff --git a/src/_layouts/base.html b/src/_layouts/base.html
index 0552122c23..0cc5dc5ee5 100644
--- a/src/_layouts/base.html
+++ b/src/_layouts/base.html
@@ -58,6 +58,7 @@
+