diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml
index 99b58ffe7..139ca6b1a 100644
--- a/app/views/my/account.rhtml
+++ b/app/views/my/account.rhtml
@@ -1,5 +1,5 @@
-<%= link_to(l(:button_change_password), :action => 'password') if @user.change_password_allowed? %>
+<%= link_to(l(:button_change_password), {:action => 'password'}, :class => 'icon icon-passwd') if @user.change_password_allowed? %>
<%= call_hook(:view_my_account_contextual, :user => @user)%>
<%=l(:label_my_account)%>
diff --git a/public/images/textfield_key.png b/public/images/textfield_key.png
new file mode 100644
index 000000000..a9d5e4f8c
Binary files /dev/null and b/public/images/textfield_key.png differ
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index d74cba136..d621b5d1d 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -893,6 +893,7 @@ padding-bottom: 3px;
.icon-issue { background-image: url(../images/ticket.png); }
.icon-zoom-in { background-image: url(../images/zoom_in.png); }
.icon-zoom-out { background-image: url(../images/zoom_out.png); }
+.icon-passwd { background-image: url(../images/textfield_key.png); }
.icon-file { background-image: url(../images/files/default.png); }
.icon-file.text-plain { background-image: url(../images/files/text.png); }