diff --git a/src/SvgIcons/Icons/Tools.hs b/src/SvgIcons/Icons/Tools.hs
--- a/src/SvgIcons/Icons/Tools.hs
+++ b/src/SvgIcons/Icons/Tools.hs
@@ -344,7 +344,7 @@
       ! A.strokeLinejoin "round"
   where
     x0 =  0
-    x1 =  0.3
+    x1 =  0.27
     x2 =  0.2
     x3 = (x1 + x2)/2
     y0 = -0.35
@@ -352,7 +352,7 @@
     y2 = -0.95
     y3 =  0
     y4 =  0.7
-    r1 =  0.55
+    r1 =  0.52
     r2 =  x3
     r3 =  0.1
     dirs = mkPath $ do
diff --git a/svg-icons.cabal b/svg-icons.cabal
--- a/svg-icons.cabal
+++ b/svg-icons.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               svg-icons
-version:            3.6.0
+version:            3.7.0
 homepage:           https://github.com/RamiroPastor/SvgIcons
 license:            BSD-3-Clause
 license-file:       LICENSE
