diff --git a/_config.yml b/_config.yml
index 2fe948901c125de30c00d1ea87932cc29524848f..82a6b2083581c692f2f9e26f3d5b8944587bdf4c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -42,6 +42,7 @@ opencollective:       "https://opencollective.com/bootstrap"
 blog:                 "https://blog.getbootstrap.com"
 expo:                 "https://expo.getbootstrap.com"
 themes:               "https://themes.getbootstrap.com"
+icons:                "https://icons.getbootstrap.com"
 
 download:
   source:           "https://github.com/twbs/bootstrap/archive/v4.3.1.zip"
diff --git a/site/_includes/docs-navbar.html b/site/_includes/docs-navbar.html
index 53460450d5fede85d26facfb677a73c29de476d5..e40ea264b7d8708c71943c05b46a2b0588ebdb1f 100644
--- a/site/_includes/docs-navbar.html
+++ b/site/_includes/docs-navbar.html
@@ -14,6 +14,9 @@
       <li class="nav-item">
         <a class="nav-link {% if page.title == "Examples" %}active{% endif %}" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Examples');">Examples</a>
       </li>
+      <li class="nav-item">
+        <a class="nav-link" href="{{ .Site.Params.icons }}/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Icons');">Icons</a>
+      </li>
       <li class="nav-item">
         <a class="nav-link" href="{{ site.themes }}/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes');" target="_blank" rel="noopener">Themes</a>
       </li>