# devicon V2 devicon aims to gather all logos representing development languages and tools. See [devicon.fr](http://devicon.fr) (not up to date, coming really soon!) ## How to use _2 ways of using devicon:_ ### SVG icons - Copy/paste svg code from [devicon](http://devicon.fr) (coming soon) or from svg file ```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 ``` ##### See devicon.json file for complete and up to date reference of icon's available versions.