Download HERE
- This program will allow you to change your Taskbar Icon for Discord easily!
- It uses the official Discord Custom Icons from the mobile update
- ⚡ Detects automatically existing Discord Installations
- 🎃 Allows you to instantly change your icon
- 🎈 Can change Discord Installation easily
- 👤 You can add your own icons to the existing ones!
- 🔧 Save your configuration, no need to launch the program everytime!
1. Download the latest Release of the Executable HERE
- IMPORTANT: If you do not trust my executable, you can try to launch without compiling or compilate it yourself
2. Launch the executable
3. Choose your Discord Installation folder:
4. Select the icon you want:
5. Choose between reloading Taskbar or rebooting your computer:
6. Enjoy your new icon! Like on mobile! (Example with the Sakura icon)
The official Discord Icons are not enough for you? Try adding your own icon
📛 You cannot add your own Icon with the executable, try to launch without compiling or compilate it yourself
1. Download and Extract the Source Code
2. Go tosrc/assets/icons/
3. Add you own.ico
file, the name in the program will be the file's name
4. Launch the program or compile it again
1. Install NodeJS
2. Download and Extract the Source Code
3. Open CMD in the working folder
4. Runnpm run dev
(only the first time)
5. Then when you will need to restart, runnpm start
instead of the previous command
1. Install Visual Studio 2022 with Development of Desktop App in C++ (If you don't download this framework, the build wont work)
2. Install NASM
3. Install NodeJS
4. Download and Extract the Source Code
5. Open CMD in the working folder
6. Runnpm i nexe -g
7. Once it's done, runnpm run build
(it will took a long time for the first time)
8. You got the EXE file indist/DiscordIconChanger.exe