diff --git a/share/qtcreator/welcomescreen/widgets/images/arrow_down.png b/share/qtcreator/welcomescreen/widgets/images/arrow_down.png
index fd3e6afcc79..722f70fb563 100644
Binary files a/share/qtcreator/welcomescreen/widgets/images/arrow_down.png and b/share/qtcreator/welcomescreen/widgets/images/arrow_down.png differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/arrow_down@2x.png b/share/qtcreator/welcomescreen/widgets/images/arrow_down@2x.png
new file mode 100644
index 00000000000..34421b66bf5
Binary files /dev/null and b/share/qtcreator/welcomescreen/widgets/images/arrow_down@2x.png differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/arrow_up.png b/share/qtcreator/welcomescreen/widgets/images/arrow_up.png
index b4764172e6a..c589c349e95 100644
Binary files a/share/qtcreator/welcomescreen/widgets/images/arrow_up.png and b/share/qtcreator/welcomescreen/widgets/images/arrow_up.png differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/arrow_up@2x.png b/share/qtcreator/welcomescreen/widgets/images/arrow_up@2x.png
new file mode 100644
index 00000000000..7d48c05be7b
Binary files /dev/null and b/share/qtcreator/welcomescreen/widgets/images/arrow_up@2x.png differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/icons/clone.png b/share/qtcreator/welcomescreen/widgets/images/icons/clone.png
index 84a11b168c9..462c8c0e041 100644
Binary files a/share/qtcreator/welcomescreen/widgets/images/icons/clone.png and b/share/qtcreator/welcomescreen/widgets/images/icons/clone.png differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/icons/clone@2x.png b/share/qtcreator/welcomescreen/widgets/images/icons/clone@2x.png
new file mode 100644
index 00000000000..bdb5cc142e6
Binary files /dev/null and b/share/qtcreator/welcomescreen/widgets/images/icons/clone@2x.png differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/icons/delete.png b/share/qtcreator/welcomescreen/widgets/images/icons/delete.png
index 0c88462ae84..8b64fec5cbb 100644
Binary files a/share/qtcreator/welcomescreen/widgets/images/icons/delete.png and b/share/qtcreator/welcomescreen/widgets/images/icons/delete.png differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/icons/delete@2x.png b/share/qtcreator/welcomescreen/widgets/images/icons/delete@2x.png
new file mode 100644
index 00000000000..eb2705644c4
Binary files /dev/null and b/share/qtcreator/welcomescreen/widgets/images/icons/delete@2x.png differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/icons/rename.png b/share/qtcreator/welcomescreen/widgets/images/icons/rename.png
index b55560aacdf..80116d1fead 100644
Binary files a/share/qtcreator/welcomescreen/widgets/images/icons/rename.png and b/share/qtcreator/welcomescreen/widgets/images/icons/rename.png differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/icons/rename@2x.png b/share/qtcreator/welcomescreen/widgets/images/icons/rename@2x.png
new file mode 100644
index 00000000000..381e6a9e40e
Binary files /dev/null and b/share/qtcreator/welcomescreen/widgets/images/icons/rename@2x.png differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/info.png b/share/qtcreator/welcomescreen/widgets/images/info.png
index 74e5a2e0b7e..e595b5fe72b 100644
Binary files a/share/qtcreator/welcomescreen/widgets/images/info.png and b/share/qtcreator/welcomescreen/widgets/images/info.png differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/info@2x.png b/share/qtcreator/welcomescreen/widgets/images/info@2x.png
new file mode 100644
index 00000000000..2d2b95204a7
Binary files /dev/null and b/share/qtcreator/welcomescreen/widgets/images/info@2x.png differ
diff --git a/src/tools/icons/export.sh b/src/tools/icons/export.sh
index 1d0041e5585..15ff588de66 100755
--- a/src/tools/icons/export.sh
+++ b/src/tools/icons/export.sh
@@ -48,7 +48,7 @@ fi
# The svg element IDs of images to export. They correspond to the
# path and base name of each image in the Qt Creator sources.
-ids=$(sed -n 's,^[[:space:]]*id="\(src/[^"]*\)".*$,\1,p' qtcreatoricons.svg)
+ids=$(sed -n 's,^[[:space:]]*id="\(\(src\|share\)/[^"]*\)".*$,\1,p' qtcreatoricons.svg)
# The shell mode of Inkscape is used to execute several export commands
# with one launch of Inkscape. The commands are first all written into a
diff --git a/src/tools/icons/qtcreatoricons.svg b/src/tools/icons/qtcreatoricons.svg
index 568aa5f1138..e7d8b6e5f56 100644
--- a/src/tools/icons/qtcreatoricons.svg
+++ b/src/tools/icons/qtcreatoricons.svg
@@ -1129,6 +1129,118 @@
y="584"
style="fill:none" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+