DevIcon v2
DevIcon aims to gather all logos representing development languages, tools, and platforms.
Each icon comes in several versions:
- Font / SVG
- Original / Plain / Line
- Colored / Not Colored
- Wordmark / No Wordmark
See all available icons on the new website.
Icon requests
Please leave a comment here in order to request an icon.
How to use
For a super fast setup go check devicon.fr
2 ways of using devicon:
SVG icons
- Copy/paste svg code (from the svg folder or the project page using your dev tool)
<!-- for git plain version -->
- Add css rules in your stylesheet
/* if you want to change the original color */
Icons font
- Upload devicon.css and font files to your project
<!-- if you want colored versions -->
- Add icon using tag
<!-- for git plain version --> <!-- for git plain version with wordmark --> <!-- for git plain version colored with git main color (devicon-color.css or devicon.min.css required) --> <!-- for git plain version with wordmark colored with git main color (devicon-color.css or devicon.min.css required) -->
NPM and Bower packages
You can install devicon as a dependency to your project either with NPM or Bower
// NPM
npm install --save devicon
// Bower
bower install --save devicon
Final font is build with Icomoon app
devicon.json file or devicon website for complete and up to date reference of icon's available versions.
See theContribute
Please have a look at the CONTRIBUTING.md file
Under MIT Licence
All product names, logos, and brandsare property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.