diff --git a/BudgetMasterServer/src/main/resources/templates/transactions/recurringOverview.ftl b/BudgetMasterServer/src/main/resources/templates/transactions/recurringOverview.ftl
index 709632930a3ed5c916905abd28fc1149a20704e9..1f22a372e108f9c5525eb9cb4680823cc3705ed8 100644
--- a/BudgetMasterServer/src/main/resources/templates/transactions/recurringOverview.ftl
+++ b/BudgetMasterServer/src/main/resources/templates/transactions/recurringOverview.ftl
@@ -17,7 +17,7 @@
             <div class="card main-card background-color">
                 <div class="container">
                     <div class="section center-align">
-                        <div class="headline">${locale.getString("transactions.recurring.headline")}</div>
+                        <div class="headline"><i class="material-icons">repeat</i> ${locale.getString("transactions.recurring.headline")}</div>
                     </div>
                 </div>
 
diff --git a/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl b/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl
index b3dd5bcf8d9b308f1c9086365f936b214eca5af9..e96ccd019485643eccc147e322d54ddc5954b506 100644
--- a/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl
+++ b/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl
@@ -17,7 +17,7 @@
             <div class="card main-card background-color">
                 <div class="container">
                     <div class="section center-align">
-                        <div class="headline">${locale.getString("menu.transactions.import")}</div>
+                        <div class="headline"><i class="fas fa-file-csv"></i> ${locale.getString("menu.transactions.import")}</div>
                     </div>
                 </div>