diff --git a/README.md b/README.md
index 920049d..0f282dd 100644
--- a/README.md
+++ b/README.md
@@ -223,6 +223,17 @@ Contributing to the list of supported applications is encouraged through submiss
(2016, 2019, o365) Icon in the Public Domain.
+
+
+
+
+
+ Microsoft Visio
+ (Standard/Pro 2021, Plan 2)
+ Icon in the Public Domain.
+
+
+
@@ -231,8 +242,6 @@ Contributing to the list of supported applications is encouraged through submiss
PowerShell Icon under MIT license.
-
-
@@ -242,9 +251,6 @@ Contributing to the list of supported applications is encouraged through submiss
(Full RDP Session) Icon in the Public Domain.
-
-
-
diff --git a/apps/visio-x86/icon.svg b/apps/visio-x86/icon.svg
new file mode 100644
index 0000000..7e9680f
--- /dev/null
+++ b/apps/visio-x86/icon.svg
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/apps/visio-x86/info b/apps/visio-x86/info
new file mode 100644
index 0000000..61a36f3
--- /dev/null
+++ b/apps/visio-x86/info
@@ -0,0 +1,14 @@
+# GNOME shortcut name
+NAME="Visio"
+
+# Used for descriptions and window class
+FULL_NAME="Microsoft Visio"
+
+# The executable inside windows
+WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\VISIO.EXE"
+
+# GNOME categories
+CATEGORIES="WinApps;Office"
+
+# GNOME mimetypes
+MIME_TYPES="application/vnd.ms-visio.drawing.main+xml;"
diff --git a/apps/visio/icon.svg b/apps/visio/icon.svg
new file mode 100644
index 0000000..7e9680f
--- /dev/null
+++ b/apps/visio/icon.svg
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/apps/visio/info b/apps/visio/info
new file mode 100644
index 0000000..683238e
--- /dev/null
+++ b/apps/visio/info
@@ -0,0 +1,14 @@
+# GNOME shortcut name
+NAME="Visio"
+
+# Used for descriptions and window class
+FULL_NAME="Microsoft Visio"
+
+# The executable inside windows
+WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\VISIO.EXE"
+
+# GNOME categories
+CATEGORIES="WinApps;Office"
+
+# GNOME mimetypes
+MIME_TYPES="application/vnd.ms-visio.drawing.main+xml;"