diff --git a/biscuit/core/templates/core/group_full.html b/biscuit/core/templates/core/group_full.html
index abc3d342ab832ea138cbdb30ecd488cbcf9bb2f9..9cb841e18b5f9d9e68e238b8f246202e4ba97980 100644
--- a/biscuit/core/templates/core/group_full.html
+++ b/biscuit/core/templates/core/group_full.html
@@ -13,7 +13,7 @@
       <h2>{{ group.name }} <small>{{ group.short_name }}</small></h2>
       <p>
         <a href="{% url 'edit_group_by_id' group.id %}">
-          <span class="mdi mdi-account-pencil"></span>
+          <span class="mdi mdi-pencil"></span>
         </a>
       </p>
       <h3>{% blocktrans %}Details{% endblocktrans %}</h3>