diff --git a/css/components/navigation.css b/css/components/navigation.css
index 347dae872af69182fae8b15ef3da5bd88b825974..e91bcdd31fd9ad6769981b91ade759d1ce0dd337 100644
--- a/css/components/navigation.css
+++ b/css/components/navigation.css
@@ -96,8 +96,3 @@ ul.dropdown-menu {
 .dropdown-menu li.active>a {
   color: #fff;
 }
-
-/* Menu toggler fall back icon */
-.navbar-toggler-icon {
-  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
-}