Top Related Projects
🎨 Material Design icons for VS Code
Atom file-specific icons for improved visual grepping.
Quick Overview
The dhanishgajjar/vscode-icons repository is a collection of custom icons for Visual Studio Code. It offers a wide variety of beautifully designed icons that can be used to replace the default VS Code icon, allowing users to personalize their development environment with unique and visually appealing icons.
Pros
- Large selection of high-quality, visually appealing icons
- Includes themed icon sets (e.g., Pokemon, Star Wars, Marvel)
- Regular updates with new icon designs
- Easy to install and use on various operating systems
Cons
- Changing icons frequently may affect system performance
- Some icons may not be suitable for professional environments
- Limited customization options beyond choosing pre-made icons
- Potential copyright issues with some themed icon sets
Getting Started
-
Visit the dhanishgajjar/vscode-icons repository on GitHub.
-
Browse the available icons in the
icons
directory. -
Download your preferred icon(s) by clicking on the raw file and saving it to your local machine.
-
Replace the default VS Code icon with your chosen icon:
- On macOS: Right-click on VS Code in Applications, select "Get Info," then drag and drop the new icon onto the existing icon in the top-left corner.
- On Windows: Right-click on the VS Code shortcut, select "Properties," click "Change Icon," and browse to select your new icon file.
- On Linux: The process may vary depending on your distribution and desktop environment. Generally, you can right-click on the VS Code launcher, select "Properties," and click on the icon to change it.
-
Restart VS Code to see the new icon in effect.
Note: Always make sure you have the necessary rights to use custom icons, especially themed ones, in your environment.
Competitor Comparisons
🎨 Material Design icons for VS Code
Pros of vscode-material-icon-theme
- More extensive icon set with over 1000 icons, covering a wider range of file types and technologies
- Regular updates and active maintenance, ensuring compatibility with new file types and VS Code versions
- Customizable icon associations and folder colors, allowing users to tailor the theme to their preferences
Cons of vscode-material-icon-theme
- Less visually distinctive compared to vscode-icons' unique and artistic designs
- May have a steeper learning curve for users unfamiliar with Material Design iconography
- Larger extension size due to the extensive icon set, potentially impacting load times
Code Comparison
vscode-material-icon-theme:
"iconDefinitions": {
"_file": {
"iconPath": "./icons/file.svg"
},
"_folder": {
"iconPath": "./icons/folder.svg"
}
}
vscode-icons:
"iconDefinitions": {
"file": {
"iconPath": "./icons/file.png"
},
"folder": {
"iconPath": "./icons/folder.png"
}
}
Both extensions use similar JSON structures for icon definitions, but vscode-material-icon-theme uses SVG files for scalable icons, while vscode-icons uses PNG files for its unique artistic designs.
Atom file-specific icons for improved visual grepping.
Pros of Atom File Icons
- Larger icon set with over 1,500 icons
- Supports more file types and languages out of the box
- Customizable icon associations via config files
Cons of Atom File Icons
- Limited to Atom editor, less flexible across different IDEs
- May have performance impact in large projects due to extensive icon set
- Less frequent updates compared to VS Code Icons
Code Comparison
VS Code Icons:
"iconDefinitions": {
"_file": {
"iconPath": "./icons/file.svg"
},
"_folder": {
"iconPath": "./icons/folder.svg"
}
}
Atom File Icons:
.icon-file-text[data-name$=".js"]:before {
font-family: "Devicons";
content: "\E64E";
}
The VS Code Icons project uses a JSON-based configuration for icon definitions, while Atom File Icons utilizes CSS/Less for styling icons. VS Code Icons focuses on simplicity and ease of customization, whereas Atom File Icons offers more granular control over icon associations through its extensive CSS rules.
Both projects aim to enhance the visual experience of code editors by providing file and folder icons. While VS Code Icons is tailored for Visual Studio Code, offering a streamlined approach, Atom File Icons provides a more comprehensive set of icons with greater customization options, albeit limited to the Atom editor.
Convert
designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual CopilotREADME

A fun little project for custom Microsoft® Visual Studio Code Icons. All rights reserved with @Microsoft and the respective creators of the themes.
Also checkout the Terminal Icons Project.
Default macOS BigSur
Vintage Apple Macintosh 1984
Based on the Popular Themes
Hovering on them will reveal the names, and clicking them will take you to the theme pages.
Based on the Popular Apps

How to Install
Mac OS:
From the Applications folder, right click on the Visual Studio App and select Get Info

Once the Info panel is open, simply drag and drop the .icns file you want on the top left corner.

Windows:
Right click on the shortcut App Icon, select properties and then shortcut tab and then change icon
button.
In case App Icon is pinned to your Taskbar, it requires some additional steps. You need to have VS Code closed for this to work. Hold Shift and right click on pinned icon. Then, proceed the same as above (properties / change icon). Changes will be visible on next login, or alternatively you can restart explorer.exe process.
Linux:
Just change the icon path in the file at /var/lib/snapd/desktop/applications/code_code.desktop
.
This file path may be different for your system, you can find the path through locate code_code.desktop
.
You can get in touch with me at Twitter: @dhanishgajjar I post awesome stuff at Instagram: @dhanishgajjar
Top Related Projects
🎨 Material Design icons for VS Code
Atom file-specific icons for improved visual grepping.
Convert
designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual Copilot