diff --git a/AKPlan/templates/AKPlan/plan_wall.html b/AKPlan/templates/AKPlan/plan_wall.html
index a04e1e9107aba7fe75494232a29e2fa8f9bfe446..3769984e2229e103a3f6d766293ae4eedbcc66e9 100644
--- a/AKPlan/templates/AKPlan/plan_wall.html
+++ b/AKPlan/templates/AKPlan/plan_wall.html
@@ -17,6 +17,7 @@
     {% bootstrap_javascript jquery='slim' %}
     {% fontawesome_5_static %}
 
+    <link rel="icon" type="image/svg+xml" href="{% static 'common/images/logo.svg' %}">
     <link rel="stylesheet" href="{% static 'common/css/custom.css' %}">
 
     {% get_current_language as LANGUAGE_CODE %}
diff --git a/templates/base.html b/templates/base.html
index 7971ddbfe96b0964f12486e229421614bc242f4c..e053eb5095d9df40bc3e4a52afc6ef5f4c8fb622 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -17,6 +17,7 @@
     {% bootstrap_javascript jquery='slim' %}
     {% fontawesome_5_static %}
 
+    <link rel="icon" type="image/svg+xml" href="{% static 'common/images/logo.svg' %}">
     <link rel="stylesheet" href="{% static 'common/css/custom.css' %}">
 
     <script type='text/javascript'>