diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php
index f8e87b05e24..535cb1f369e 100644
--- a/htdocs/compta/bank/ligne.php
+++ b/htdocs/compta/bank/ligne.php
@@ -262,7 +262,7 @@ if ($result)
{
*/
print '
';
- print ''.$acct->label.'';
+ print ''.img_object($langs->trans("ShowAccount"),'account').' '.$acct->label.'';
print '';
print ' | ';
/*
diff --git a/htdocs/theme/dev/img/object_account.png b/htdocs/theme/dev/img/object_account.png
new file mode 100644
index 00000000000..0bc4c62922c
Binary files /dev/null and b/htdocs/theme/dev/img/object_account.png differ
diff --git a/htdocs/theme/dolibarr/img/object_account.png b/htdocs/theme/dolibarr/img/object_account.png
new file mode 100644
index 00000000000..0bc4c62922c
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_account.png differ
diff --git a/htdocs/theme/eldy/img/object_account.png b/htdocs/theme/eldy/img/object_account.png
new file mode 100644
index 00000000000..0bc4c62922c
Binary files /dev/null and b/htdocs/theme/eldy/img/object_account.png differ
diff --git a/htdocs/theme/freelug/img/object_account.png b/htdocs/theme/freelug/img/object_account.png
new file mode 100644
index 00000000000..0bc4c62922c
Binary files /dev/null and b/htdocs/theme/freelug/img/object_account.png differ
diff --git a/htdocs/theme/yellow/img/object_account.png b/htdocs/theme/yellow/img/object_account.png
new file mode 100644
index 00000000000..0bc4c62922c
Binary files /dev/null and b/htdocs/theme/yellow/img/object_account.png differ