diff --git a/.icons/code.svg b/.icons/code.svg
new file mode 100644
index 0000000..c6ee366
--- /dev/null
+++ b/.icons/code.svg
@@ -0,0 +1,41 @@
+
diff --git a/.icons/jfrog.svg b/.icons/jfrog.svg
new file mode 100644
index 0000000..1852abf
--- /dev/null
+++ b/.icons/jfrog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/code-server/README.md b/code-server/README.md
index f74fcff..af78aeb 100644
--- a/code-server/README.md
+++ b/code-server/README.md
@@ -1,7 +1,7 @@
---
display_name: code-server
description: VS Code in the browser
-icon: ../icons/code.svg
+icon: ../.icons/code.svg
maintainer_github: coder
verified: true
tags: [helper, ide]
diff --git a/jfrog/README.md b/jfrog/README.md
index 332dd61..755d5c8 100644
--- a/jfrog/README.md
+++ b/jfrog/README.md
@@ -1,7 +1,7 @@
---
display_name: JFrog
description: Install the JF CLI and authenticate with Artifactory
-icon: ../icons/jfrog.svg
+icon: ../.icons/jfrog.svg
maintainer_github: coder
partner_github: jfrog
verified: true
diff --git a/personalize/README.md b/personalize/README.md
index 57d9851..60afc3a 100644
--- a/personalize/README.md
+++ b/personalize/README.md
@@ -1,7 +1,7 @@
---
display_name: Personalize
description: Allow developers to customize their workspace on start
-icon: ../icons/personalize.svg
+icon: ../.icons/personalize.svg
maintainer_github: coder
verified: true
tags: [helper]
diff --git a/vscode-desktop/README.md b/vscode-desktop/README.md
index 6168f42..4ec37a1 100644
--- a/vscode-desktop/README.md
+++ b/vscode-desktop/README.md
@@ -1,7 +1,7 @@
---
display_name: VS Code Desktop
description: Add a one-click button to launch VS Code Desktop
-icon: ../icons/code.svg
+icon: ../.icons/code.svg
maintainer_github: coder
verified: true
---