diff --git a/src/SvgIcons/Icons/Human.hs b/src/SvgIcons/Icons/Human.hs
--- a/src/SvgIcons/Icons/Human.hs
+++ b/src/SvgIcons/Icons/Human.hs
@@ -177,7 +177,7 @@
     $ do
       person ! A.transform (translate   0.4  (-0.2) <> S.scale 0.8 0.8)
       person ! A.transform (translate (-0.4) (-0.2) <> S.scale 0.8 0.8)
-      person ! A.transform (translate   0    ( 0.2) <> S.scale 0.9 0.9)
+      person ! A.transform (translate   0    ( 0.1) <> S.scale 0.9 0.9)
 
 
 
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.1.0
+version:            3.2.0
 homepage:           https://github.com/RamiroPastor/SvgIcons
 license:            BSD-3-Clause
 license-file:       LICENSE
