diff --git a/_layouts/landing.html b/_layouts/landing.html
index 00d14969a105a36922452464a89776c65b053b82..e36847b687506c670ca76da015573f4afd2c7282 100644
--- a/_layouts/landing.html
+++ b/_layouts/landing.html
@@ -42,14 +42,14 @@
       <main class="page-content" aria-label="Content" style="margin-right: 0%">
         {% if site.internal %}
         <div class="indicator tooltip" id="external-indicator">
-            <i class="material-icons">lock_open</i>
+            <i class="material-icons">verified</i>
             <span class="tooltip-text">
                 You are connected to the uni.lu network. <br />You see all the cards.
             </span>
         </div>
         {% else %}
         <div class="indicator tooltip" id="internal-indicator">
-            <i class="material-icons">lock</i>
+            <i class="material-icons">unpublished</i>
             <span class="tooltip-text">
                 You are <strong>not connected</strong> to the uni.lu network. <br />You see only publically-available cards. <br />In order to see all, please connect to the VPN.
             </span>