# Devicon v2 [http://konpa.github.io/devicon/](http://konpa.github.io/devicon/) Devicon aims to gather all logos representing development languages and tools. Each icon comes in several versions: font/svg, original/plain/line, colored/not colored, wordmark/no wordmark. Devicon it's 78 icons and 200+ versions. And it's growing! See all available icons on the [new website](http://konpa.github.io/devicon/). #### Icon requests Please leave a comment [here](https://github.com/konpa/devicon/issues/11) in order to request an icon. ## How to use For a super fast setup go check [devicon.fr](http://konpa.github.io/devicon/) _2 ways of using devicon:_ #### SVG icons - Copy/paste svg code (from the [svg folder](https://github.com/konpa/devicon/tree/master/icons) or the [project page](http://konpa.github.io/devicon/) using your dev tool) ```html ``` - Add css rules in your stylesheet ```css .devicon-git-plain { max-width: 2em; } /* if you want to change the original color */ .devicon-git-plain path { fill: #4691f6; } ``` #### Icons font - Upload devicon.css and font files to your project ```html ``` - Add icon using tag ```html ``` ##### 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](https://icomoon.io/) ##### See the [devicon.json file](https://github.com/konpa/devicon/blob/master/devicon.json) or [devicon website](http://konpa.github.io/devicon/) for complete and up to date reference of icon's available versions. ## Contribute Please have a look at the CONTRIBUTING.md file Under [MIT Licence](https://github.com/konpa/devicon/blob/master/LICENSE) 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.