diff --git src/gui/CMakeLists.txt src/gui/CMakeLists.txt
index 794f44f..92e787c 100644
--- src/gui/CMakeLists.txt
+++ src/gui/CMakeLists.txt
@@ -260,7 +260,7 @@ endif()
 
 # Generate png icons from svg
 find_program(SVG_CONVERTER
-  NAMES inkscape inkscape.exe rsvg-convert
+  NAMES rsvg-convert
   REQUIRED
   HINTS "C:\\Program Files\\Inkscape\\bin" "/usr/bin" ENV SVG_CONVERTER_DIR)
 # REQUIRED keyword is only supported on CMake 3.18 and above
