diff --git a/images/wrench.svg b/images/wrench.svg
new file mode 100644
index 00000000..e700e028
--- /dev/null
+++ b/images/wrench.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="#000000" d="M22.7,19L13.6,9.9C14.5,7.6 14,4.9 12.1,3C10.1,1 7.1,0.6 4.7,1.7L9,6L6,9L1.6,4.7C0.4,7.1 0.9,10.1 2.9,12.1C4.8,14 7.5,14.5 9.8,13.6L18.9,22.7C19.3,23.1 19.9,23.1 20.3,22.7L22.6,20.4C23.1,20 23.1,19.3 22.7,19Z" /></svg>
diff --git a/less/images.less b/less/images.less
index e76ef559..fd781fa4 100644
--- a/less/images.less
+++ b/less/images.less
@@ -63,6 +63,10 @@
   animation: rotating 2s linear infinite;
 }
 
+.icon-document-properties {
+  .icon-img('../images/wrench.svg', @color-grey);
+}
+
 .icon-clock {
   .icon-img('../images/ic_play_circle_outline_black.svg', @color-grey);
 }