diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc
index e633565c3a69fe680dd66b8692144c1647cd4665..68cd5254431c604563a7cadf1e3c46bfbded22b8 100644
--- a/plugins/personal/generic/class_user.inc
+++ b/plugins/personal/generic/class_user.inc
@@ -117,7 +117,7 @@ class user extends simplePlugin
       ],
       'contact'      => [
         'name'  => _('Organizational contact information'),
-        'icon'  => 'geticon.php?context=types&icon=contact&size=16',
+        'icon'  => 'geticon.php?context=types&icon=user&size=16',
         'attrs' => [
           new StringAttribute(
             _('Location'), _('Location'),
@@ -183,7 +183,7 @@ class user extends simplePlugin
       ],
       'homecontact'  => [
         'name'  => _('Personal contact information'),
-        'icon'  => 'geticon.php?context=types&icon=contact&size=16',
+        'icon'  => 'geticon.php?context=types&icon=user&size=16',
         'attrs' => [
           new StringAttribute(
             _('Display name'), _('Name this user should appear as. Used by Exchange.'),