Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The link does not work anymore. Could you please upload the icons in your post again. I really want to use your icons. Thanks in advance :)To simplify the process for everyone interested by the various customs icons that can be found on this thread, I decided to make the works of all the contributors on this thread available in one easy to download archive.
Download link : Windows 11 Ultimate Icons Pack on MEGA (the archive contain a total of 831 icons files.)
BENIFITS :
Here's some screenshot of what's included in this release :
- most icons from page 1 to 40 of this thread are included (excluding the stuff that did not meet expectation)
- icons has been organized into different folder for easy-to-use purpose ("apps", "folder_colored", "folder_plain" and "shell")
- all the "shell" icons (Windows 11 default icons) have been given names and have been organized, vastly improving the ease of use.
- no duplicate
- a small batch script is included that allow to easily modify the icons of the following folders :
"C:\Program Files", "C:\Program Files (x86)", "C:\Users" and "C:\Windows"
"apps" :
View attachment 13179
"folder_colored" :
View attachment 13182
"folder_plain" :
View attachment 13180
"shell" :
View attachment 13181
"Custom icons script.bat"
Code::: :: Set a custom icon for "C:\Program Files" folder :: IF EXIST "C:\Program Files\desktop.ini" attrib -h -s "C:\Program Files\desktop.ini" IF EXIST "C:\Program Files\desktop.ini" del "C:\Program Files\desktop.ini" /f /q ECHO [.ShellClassInfo]> "C:\Program Files\desktop.ini" ECHO IconResource=%~dp0\folder_colored\x64.ico>>"C:\Program Files\desktop.ini" attrib +h +s "C:\Program Files\desktop.ini" attrib /d +r "C:\Program Files" :: :: Set a custom icon for "C:\Program Files (x86)" folder :: IF EXIST "C:\Program Files (x86)\desktop.ini" attrib -h -s "C:\Program Files (x86)\desktop.ini" IF EXIST "C:\Program Files (x86)\desktop.ini" del "C:\Program Files (x86)\desktop.ini" /f /q ECHO [.ShellClassInfo]> "C:\Program Files (x86)\desktop.ini" ECHO IconResource=%~dp0\folder_colored\x86.ico>>"C:\Program Files (x86)\desktop.ini" attrib +h +s "C:\Program Files (x86)\desktop.ini" attrib /d +r "C:\Program Files (x86)" :: :: Set a custom icon for "C:\Users" folder :: IF EXIST "C:\Users\desktop.ini" attrib -h -s "C:\Users\desktop.ini" IF EXIST "C:\Users\desktop.ini" del "C:\Users\desktop.ini" /f /q ECHO [.ShellClassInfo]> "C:\Users\desktop.ini" ECHO IconResource=%~dp0\folder_colored\Users.ico>>"C:\Users\desktop.ini" attrib +h +s "C:\Users\desktop.ini" attrib /d +r "C:\Users" :: :: Set a custom icon for "C:\Windows" folder :: IF EXIST "C:\Windows\desktop.ini" attrib -h -s "C:\Windows\desktop.ini" IF EXIST "C:\Windows\desktop.ini" del "C:\Windows\desktop.ini" /f /q ECHO [.ShellClassInfo]> "C:\Windows\desktop.ini" ECHO IconResource=%~dp0\folder_colored\Windows.ico>>"C:\Windows\desktop.ini" attrib +h +s "C:\Windows\desktop.ini" attrib /d +r "C:\Windows"
Hope this release is helpful. Feel free to re-use it, upload it to different cloud services, improve it by adding more icons, to use it as a base for your futur icons pack release and whatnot !
Download link : Windows 11 Ultimate Icons Pack on MEGA (the archive contain a total of 831 icons files.)
Nice. Could you please share it? :)Just for the fun of it, I customized my This PC drive icons. Nothing fancy and impressive like the icons you designers produce, but good enough for now. I kInda like it:
View attachment 84030
Does an icon for OS disk with a NVMe and Windows 11 icon exist in this thread? If not im searching for one. Also I dont know how to change the OS disk icon. Could someone please explain how to do it? I would like to have the abillity to switch back if do regret it. Wanted to ask and to be sure so I dont mess anything up. Thanks in advance.
www.elevenforum.com
Hi everyone.To simplify the process for everyone interested by the various customs icons that can be found on this thread, I decided to make the works of all the contributors on this thread available in one easy to download archive.
Download link : Windows 11 Ultimate Icons Pack on MEGA (the archive contain a total of 831 icons files.)
BENIFITS :
Here's some screenshot of what's included in this release :
- most icons from page 1 to 40 of this thread are included (excluding the stuff that did not meet expectation)
- icons has been organized into different folder for easy-to-use purpose ("apps", "folder_colored", "folder_plain" and "shell")
- all the "shell" icons (Windows 11 default icons) have been given names and have been organized, vastly improving the ease of use.
- no duplicate
- a small batch script is included that allow to easily modify the icons of the following folders :
"C:\Program Files", "C:\Program Files (x86)", "C:\Users" and "C:\Windows"
"apps" :
View attachment 13179
"folder_colored" :
View attachment 13182
"folder_plain" :
View attachment 13180
"shell" :
View attachment 13181
"Custom icons script.bat"
Code::: :: Set a custom icon for "C:\Program Files" folder :: IF EXIST "C:\Program Files\desktop.ini" attrib -h -s "C:\Program Files\desktop.ini" IF EXIST "C:\Program Files\desktop.ini" del "C:\Program Files\desktop.ini" /f /q ECHO [.ShellClassInfo]> "C:\Program Files\desktop.ini" ECHO IconResource=%~dp0\folder_colored\x64.ico>>"C:\Program Files\desktop.ini" attrib +h +s "C:\Program Files\desktop.ini" attrib /d +r "C:\Program Files" :: :: Set a custom icon for "C:\Program Files (x86)" folder :: IF EXIST "C:\Program Files (x86)\desktop.ini" attrib -h -s "C:\Program Files (x86)\desktop.ini" IF EXIST "C:\Program Files (x86)\desktop.ini" del "C:\Program Files (x86)\desktop.ini" /f /q ECHO [.ShellClassInfo]> "C:\Program Files (x86)\desktop.ini" ECHO IconResource=%~dp0\folder_colored\x86.ico>>"C:\Program Files (x86)\desktop.ini" attrib +h +s "C:\Program Files (x86)\desktop.ini" attrib /d +r "C:\Program Files (x86)" :: :: Set a custom icon for "C:\Users" folder :: IF EXIST "C:\Users\desktop.ini" attrib -h -s "C:\Users\desktop.ini" IF EXIST "C:\Users\desktop.ini" del "C:\Users\desktop.ini" /f /q ECHO [.ShellClassInfo]> "C:\Users\desktop.ini" ECHO IconResource=%~dp0\folder_colored\Users.ico>>"C:\Users\desktop.ini" attrib +h +s "C:\Users\desktop.ini" attrib /d +r "C:\Users" :: :: Set a custom icon for "C:\Windows" folder :: IF EXIST "C:\Windows\desktop.ini" attrib -h -s "C:\Windows\desktop.ini" IF EXIST "C:\Windows\desktop.ini" del "C:\Windows\desktop.ini" /f /q ECHO [.ShellClassInfo]> "C:\Windows\desktop.ini" ECHO IconResource=%~dp0\folder_colored\Windows.ico>>"C:\Windows\desktop.ini" attrib +h +s "C:\Windows\desktop.ini" attrib /d +r "C:\Windows"
Hope this release is helpful. Feel free to re-use it, upload it to different cloud services, improve it by adding more icons, to use it as a base for your futur icons pack release and whatnot !
Download link : Windows 11 Ultimate Icons Pack on MEGA (the archive contain a total of 831 icons files.)
this link is field how can i download icons ??? @EpsilonsHi everyone.
I created an account here at ElevenForums solely for the purpose of having access to these beautiful icons.
However, the download link that goes to the MEGA backup page says that they are no longer available.
Please, Epsilons, make these available again.
And please, Lucas North, make your beautiful icons on page 7 available to everyone.
this link is field how can i download icons ??? @EpsilonsAmazing. Thanks for your great work and fast execution. I'm eager to see the colored ones, especially Battlestate, Bethesda.net and Riot Games !
Now if someone can make a folder for "The Pirate Bay" that follow the design of the W11 folder icon, that would be great!
View attachment 10106
Try rightclickfolder on GitHub, this is a excellent little program that dose everything for you automatically and has all kinds of templates built into itIs there available for download an accurate Win11 folder template for Affinity or PS, where you can quickly change the "texture" of the front cover?
Thank you David !
I'm pleased to see the tread starter around again.
Hope you're doing well. How are you ?
It's been quite a few months I announced and started reworking small sizes, so it was high time I post this 1st small sample.
I just realized 2 or 3 of them weren't completely finished (games, registry...) and will replace them.
Generic yellow based icons are the easiest to work on. Rearranging other custom or system based icons is another kettle of fish, so I hope the reworked versions I'm making from this thread will help them to have a bit more more success.
I also have other sets ready I will soon share, but for the time being I'm concentrating on building packs with patcher apps.
I'm pleased to announce you that this set including your icons will be part of the theme, no need to say you will be in the credits.
Thz recolored every yellow folders, and reworked the 16>32 small User folders with Logo shape.
I "brushed up" most of the set to ensure perfect quality and am finishing a few system icons.
As the Windows Drive icons aren't necessarily exclusive to it, and can be used in any case, here they are.
(including BitLocker versions)
View attachment 31150 View attachment 31151 View attachment 31152
I made the extra Purple version from the theme to use as secondary (D) System drive of a Dual Boot.
You can customize the System Drive title:
This PC > Manage > Disk Management > Select System partition > Properties > Change name in title box >Apply
Careful : This method may not work on Windows 11
![]()
Check out updated REG files in case :
Changing Drive Icon
Hi. I was changing drive icon using a steps in this tutorial: https://www.tenforums.com/tutorials/74659-change-drive-icon-windows-10-a.html Unfortunately, it doesn't detect the file so it is only an file icon. I followed the steps of Option 2: Also logoffed. No effect.www.elevenforum.com
Icon set as DLL + Separate icon files
Hi TizianoMad,
Is your Fluent Blue Folder Icon Theme still available somewhere?
