develop
vs master
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 has 150+ icons. And it's growing!
See the devicon.json or our website for complete and up to date reference of all available icons.
Thanks to all our contributors and the IcoMoon app. Devicon would not be possible without you.
All product names, logos, and brands are 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. Usage of these logos should be done according to the company/brand/service's brand policy.
For a super fast setup, go check devicon.dev.
You can either use the raw SVG icons, our Devicon font (which is
also available via CDN), or by building Devicon yourself.
devicon
font (recommended)
You can install devicon as a dependency to your project either with npm
or yarn
:
If you don't want to use a package manager, you can also download and include devicon.min.css next to the font files to your project. See devicon.dev for details about how to add Devicon to your project via a CDN.
After setting up you just have to include the stylesheet in your header to get started:
```html ```Start using icons with <i>
-tag:
An alternate way to use devicon
is by copy/pasting the raw SVG code
to your project.
img
tag and reference an SVG directly from the repository:When you want to request an icon please feel free to create an issue. Check out our Wiki for more information.
We are happy with every contribution, whether it's new icons, features, or maintainers. Please have a look at our Wiki to see how you can contribute to this project.
We have a Discord community for Devicons. You can easily request icons, discuss, and have a good time talking with the community members! Join the official Discord Server here!
develop
vs master
All official releases shall be in master
. Any updates in between (icons, features, etc.) will be kept in develop
.
develop
contains:
master
contains:
After a pull request has been open for over 30 days with no activity or response from the author, it'll be automatically marked as stale. We might fork your changes and merge the changes ourselves. Since GitHub tracks contributions by commits, you will be credited.
Follow these steps to build the website and icons either locally or using Gitpod.io.
By using Gitpod.io, you can easily build the icons and install the
required dependencies in one single click. No extra setup is required.
Fork the repository and clone the forked repository.
```bash git clone https://github.com/Once all the dependencies are installed, you can proceed to build the newest icons.
Usually, this is done on each release, but you can have a sneak peek before a release.
If there are any errors shown, please let us know by creating an issue or contacting us on our Discord community.
Run the following command to build the new CSS stylesheet.
This file is used to show all the new icons previously built.
Run the following command to start the web server with Python.
```bash npm run dev # Will run on port 8000 ```Or this command, which does exactly the same, but the port can be customized.
```bash python3 -m http.serverYou're done now! :tada: Your build of Devicons should be available at https://localhost:8000
(or the desired port).