diff --git a/templates/contact/legend.php b/templates/contact/legend.php
index 8733f52cd718a50c9dce35d114989d69ef5e50df..18004c6471ddff34d04da40e413ea54b18d4e05e 100644
--- a/templates/contact/legend.php
+++ b/templates/contact/legend.php
@@ -31,7 +31,7 @@
 
     <? if ($open || $contact['view'] == 'gruppen'): ?>
         <li>
-            <?= Icon::create('vcard+export', 'clickable')->asImg() ?>
+            <?= Icon::create('export') ?>
             <?= _('als vCard exportieren') ?>
         </li>
     <? endif; ?>