2021-02-21 23:12:45 +01:00
< p align = "center" >
< a href = "https://github.com/devicons/devicon/releases" >
< img alt = "GitHub release (latest by semver)" src = "https://img.shields.io/github/v/release/devicons/devicon?color=%2360be86&label=Latest%20release&style=for-the-badge&sort=semver" >
< / a >
< a href = "/LICENSE" >
< img alt = "GitHub" src = "https://img.shields.io/github/license/devicons/devicon?color=%2360be86&style=for-the-badge" >
< / a >
< a href = "https://github.com/devicons/devicon/graphs/contributors" >
< img alt = "GitHub contributors" src = "https://img.shields.io/github/contributors-anon/devicons/devicon?color=%2360be86&style=for-the-badge" >
< / a >
< a href = "https://github.com/devicons/devicon/actions" >
< img alt = "GitHub branch checks state" src = "https://img.shields.io/github/checks-status/devicons/devicon/master?color=%2360be86&style=for-the-badge" >
< / a >
< a href = "https://github.com/devicons/devicon/issues?q=is%3Aopen+is%3Aissue+label%3Arequest%3Aicon" >
< img alt = "GitHub issues by-label" src = "https://img.shields.io/github/issues/devicons/devicon/request:icon?color=%2360be86&label=icon%20requests&style=for-the-badge" >
< / a >
< a href = "https://github.com/devicons/devicon/stargazers" >
2022-08-23 16:07:21 -05:00
< img alt = "GitHub repository stars" src = "https://img.shields.io/github/stars/devicons/devicon?color=%2360be86&label=github%20stars&style=for-the-badge" >
2021-02-21 23:12:45 +01:00
< / a >
2023-03-15 00:30:16 +01:00
< a href = "https://devicon.dev/" >
< img alt = "Registered logos" src = "https://img.shields.io/github/directory-file-count/devicons/devicon/icons?color=%2360be86&label=registered%20logos&style=for-the-badge" >
< / a >
2021-02-21 23:12:45 +01:00
< / p >
< br / >
< div align = "center" >
< a href = "https://github.com/devicons/devicon" >
< img src = "https://raw.githubusercontent.com/devicons/devicon/master/icons/devicon/devicon-original-wordmark.svg" alt = "Devicon Logo" height = "140" / >
< / a >
< h5 align = "center" >
2023-01-26 14:25:46 +05:30
Devicon aims to gather all logos representing development languages and tools.
2021-02-21 23:12:45 +01:00
< / h5 >
< p align = "center" >
< a target = "_blank" href = "https://devicon.dev" > Demo< / a >
·
< a target = "_blank" href = "https://github.com/devicons/devicon/issues/new?assignees=&labels=request%3Aicon&template=icon-request.md&title=Icon+request%3A+%5BNAME%5D" > Request Icon< / a >
·
< a href = " #contribute " > Contribute</ a >
< / p >
< / div >
2023-01-26 14:25:46 +05:30
< h2 > TL;DR< / h2 >
2014-03-02 00:11:54 +01:00
2021-02-21 23:12:45 +01:00
```html
<!-- in your header -->
< link rel = "stylesheet" href = "https://cdn.jsdelivr.net/gh/devicons/devicon @latest/devicon .min.css" >
2014-03-02 00:11:54 +01:00
2021-02-21 23:12:45 +01:00
<!-- in your body -->
< i class = "devicon-devicon-plain" > < / i >
```
2015-05-13 17:08:43 +02:00
2021-02-21 23:12:45 +01:00
< h2 > Table of Contents< / h2 >
< ol >
2023-01-26 14:25:46 +05:30
< li >< a href = " #about " > About the Project</ a ></ li >
< li >< a href = " #getting -started" > Getting Started</ a ></ li >
< li >< a href = " #request -icon" > Requesting Icon</ a ></ li >
2021-02-21 23:12:45 +01:00
< li >< a href = " #contribute " > Contributing</ a ></ li >
2023-01-26 14:25:46 +05:30
< li >< a href = " #discord -community" > Discord Community</ a ></ li >
2021-08-13 18:05:15 -07:00
< li >< a href = " #develop -vs-master" >< code > develop</ code > vs < code > master</ code ></ a ></ li >
2023-01-26 14:25:46 +05:30
< li >< a href = " #stale -prs" > Stale Pull Requests</ a ></ li >
< li >< a href = " #build -yourself" > Go Build Yourself</ a ></ li >
2021-02-21 23:12:45 +01:00
< / ol >
2023-01-26 14:25:46 +05:30
< h2 id = "about" > About the Project< / h2 >
2021-02-21 23:12:45 +01:00
< p >
Devicon aims to gather all logos representing development languages and tools.
2021-05-12 00:57:31 -07:00
Each icon comes in several versions: font/SVG, original/plain/line, colored/not colored, wordmark/no wordmark.
2021-02-21 23:12:45 +01:00
Devicon has 150+ icons. And it's growing!< br / >
< / p >
< p >
See the < a href = "/devicon.json" > devicon.json< / a > or < a href = "https://devicon.dev" > our website< / a > for complete and up to date reference of
all available icons.
< / p >
2023-01-26 14:25:46 +05:30
< p >
Thanks to all our contributors and the < a href = "https://icomoon.io/ #home " > IcoMoon app</ a > . Devicon would not be possible without you.
< / p >
2021-02-21 23:12:45 +01:00
< sub >
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
2021-04-29 01:04:32 -07:00
imply endorsement. Usage of these logos should be done according to the company/brand/service's brand policy.
2021-02-21 23:12:45 +01:00
< / sub >
2023-01-26 14:25:46 +05:30
< h2 id = "getting-started" > Getting Started< / h2 >
2021-02-21 23:12:45 +01:00
< p >
For a super fast setup go check < a href = "https://devicon.dev" > devicon.dev< / a > .< br / >
2023-01-26 14:25:46 +05:30
You can either use the < a href = " #getting -started-svg" > raw SVG</ a > icons or our < a href = " #getting -started-font" > devicon font</ a > (which is
2021-02-21 23:12:45 +01:00
also available via CDN).
< / p >
< h4 id = "getting-started-font" > Use the < code > devicon< / code > font (recommended)< / h4 >
< p >
You can install devicon as a dependency to your project either with < code > npm< / code > or < code > yarn< / code > :
< / p >
2015-05-09 09:06:06 +02:00
2021-02-21 23:12:45 +01:00
```bash
npm install --save devicon
yarn add devicon
```
2014-10-10 15:55:44 +02:00
2021-02-21 23:12:45 +01:00
< p >
2022-08-23 16:07:21 -05:00
If you don't want to use a package manager, you can also download
2021-02-21 23:12:45 +01:00
and include < a href = "/devicon.min.css" > devicon.min.css< / a > next to the < a href = "/fonts" > font files< / a > to your project.
2022-08-23 16:07:21 -05:00
See < a href = "https://devicon.dev" > devicon.dev< / a > for details about how to add Devicon to your project via
2021-02-21 23:12:45 +01:00
a CDN.
< / p >
< p >
After setting up you just have to include the stylesheet in your header
to get started:
< / p >
2014-11-28 13:59:32 +01:00
2021-02-21 23:12:45 +01:00
```html
< link rel = "stylesheet" href = "devicon.min.css" >
```
2023-01-26 14:25:46 +05:30
< p > Start using icons with < code > < i> < / code > -tag:< / p >
2021-02-21 23:12:45 +01:00
```html
2021-05-12 00:57:31 -07:00
<!-- for devicon plain version -->
< i class = "devicon-devicon-plain" > < / i >
2014-07-21 09:31:53 +02:00
2021-05-12 00:57:31 -07:00
<!-- for devicon plain version with wordmark -->
< i class = "devicon-devicon-plain-wordmark" > < / i >
2015-05-09 09:06:06 +02:00
2021-05-12 00:57:31 -07:00
<!-- for devicon plain version colored with devicon main color -->
< i class = "devicon-devicon-plain colored" > < / i >
2014-10-10 15:49:54 +02:00
2021-05-12 00:57:31 -07:00
<!-- for devicon plain version with wordmark colored with devicon main color -->
< i class = "devicon-devicon-plain-wordmark colored" > < / i >
2021-02-21 23:12:45 +01:00
```
2014-03-02 00:11:54 +01:00
2021-02-21 23:12:45 +01:00
< p >
2023-01-26 14:25:46 +05:30
An alternate way to use < code > devicon< / code > is by copy/pasting the raw SVG code
2021-02-21 23:12:45 +01:00
to your project.
< / p >
2023-01-26 14:25:46 +05:30
< h4 id = "getting-started-svg" > Copy/paste SVG code (from the < a href = "https://github.com/devicons/devicon/tree/master/icons" > SVG folder< / a > or the < a href = "https://devicon.dev" > project page< / a > ):< / h4 >
2014-10-10 15:38:03 +02:00
```html
2021-05-12 00:57:31 -07:00
<!-- for devicon plain version -->
< svg id = "Devicon" class = 'devicon-devicon-plain' xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 128 128" >< path id = "plain" fill = " #60be86 " d = "M64,7.83H4.77L14.95,95.13l49,25,.06,0,49.07-25L123.23,7.83Zm42.77,54.86c0,.88,0,1.67-.77,2L73.25,80.44l-2.42,1.13-.27-3.15V72.23l.24-1.57,1.09-.47L95.07,59.81l-21.54-9.6L64.35,68.34,58.9,78.87l-1.22,2.27-2.05-.9L22,64.71a2.42,2.42,0,0,1-1.45-2V56.91a2.39,2.39,0,0,1,1.42-2l34-15.73,3.21-1.44v9.66l.24,1.34-1.56.7L34.45,59.79,56.3,69.42l8.05-16,6.21-12.65,1.13-2.28,1.81.91L106,54.89c.73.35.76,1.14.76,2Z" /></ svg >
2014-10-10 15:38:03 +02:00
```
2023-01-26 14:25:46 +05:30
Add the following CSS rules in your stylesheet:
2022-08-23 16:07:21 -05:00
2014-10-10 15:38:03 +02:00
```css
2021-05-12 00:57:31 -07:00
.devicon-devicon-plain {
2014-10-10 15:38:03 +02:00
max-width: 2em;
}
/* if you want to change the original color */
2021-05-12 00:57:31 -07:00
.devicon-devicon-plain path {
2014-10-10 15:38:03 +02:00
fill: #4691f6 ;
}
```
2023-01-26 14:25:46 +05:30
< h4 > You can also use the < code > img< / code > tag and reference an SVG directly from the repository:< / h4 >
2021-05-12 00:57:31 -07:00
```html
< img src = 'https://cdn.jsdelivr.net/gh/devicons/devicon/icons/devicon/devicon-original.svg' >
```
2022-08-23 16:07:21 -05:00
< h2 id = "request-icon" > Requesting an icon< / h2 >
2021-02-21 23:12:45 +01:00
< p >
2023-01-26 14:25:46 +05:30
When you want to request an icon please feel free to create an issue. Check out our < a href = "https://github.com/devicons/devicon/wiki/Requesting-an-Icon" > Wiki< / a > for more information.
2021-02-21 23:12:45 +01:00
< / p >
< h2 id = "contribute" > Contributing< / h2 >
< p >
2022-01-08 14:37:58 -08:00
We are happy with every contribution, whether it's new icons, features, or maintainers. Please have a look at our < a href = "https://github.com/devicons/devicon/wiki" > Wiki< / a > to see how you can contribute to this project.
2021-02-21 23:12:45 +01:00
< / p >
2022-08-23 16:07:21 -05:00
< h2 id = "discord-community" > Discord community< / h2 >
2021-03-08 14:04:40 -06:00
< p >
2023-01-27 19:45:14 +05:30
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 < a href = "https://discord.gg/hScy8KWACQ" > here!< / a >
2021-03-08 14:04:40 -06:00
< / p >
2021-08-13 18:05:15 -07:00
< h2 id = "develop-vs-master" > < code > develop< / code > vs < code > master< / code > < / h2 >
2021-03-19 19:05:35 -06:00
< p >
2021-08-13 18:05:15 -07:00
All official releases shall be in < code > master< / code > . Any updates in between (icons, features, etc.) will be kept in < code > develop< / code > .
< / p >
< b > < code > develop< / code > contains:< / b >
< ul >
< li >
Latest SVGs (non-optimized).
< / li >
< li >
No icons for the latest SVGs. These will be build at every release.
< / li >
< li >
Experimental changes.
< / li >
< / ul >
< b > < code > master< / code > contains:< / b >
< ul >
< li >
Latest official release, which contains the SVGs and icons.
< / li >
< li >
Official tested changes.
< / li >
< / ul >
2023-01-26 14:25:46 +05:30
< h2 id = "stale-prs" > Stale Pull Requests< / h2 >
2021-08-13 18:05:15 -07:00
< p >
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.
2021-03-19 19:05:35 -06:00
< / p >
2023-01-26 14:25:46 +05:30
< h2 id = "build-yourself" > Go Build Yourself< / h2 >
2021-02-21 23:12:45 +01:00
< p >
2023-01-26 14:25:46 +05:30
Feel free to follow these steps when you want to build the font
2021-02-21 23:12:45 +01:00
by yourself.
< / p >
< h5 > Prerequisites< / h5 >
2022-08-23 16:07:21 -05:00
< p > Install < code > gulp< / code > (and < code > gulp< / code > plugins)< / p >
2015-05-09 09:07:22 +02:00
2020-06-10 22:45:52 +02:00
```bash
npm install
```
2021-02-21 23:12:45 +01:00
< h5 > Build the font and export stylesheet< / h5 >
2021-06-09 14:29:28 +01:00
Open < a href = "https://icomoon.io/app/ #/select " > icomoon.io</ a > and import < a href = "/icomoon.json" > icomoon.json</ a > . Choose < i > yes</ i > when being asked
if you would like to restore the settings stored in the configuration file.
2020-06-10 22:45:52 +02:00
2021-06-09 14:29:28 +01:00
The next step is to click on < b > Generate font< / b > and download the resulting archive. Extract the contents and you will find a < a href = "/fonts" > fonts< / a > directory next to a < code > style.css< / code > . Replace the contents of the < code > fonts< / code > folder, rename < code > style.css< / code > as < a href = "/devicon.css" > devicon.css< / a > and follow the next step to build the final stylesheet.
2021-02-21 23:12:45 +01:00
< h5 > Build and minify stylesheet< / h5 >
< p >
Run the following command to build the resulting file < code > devicon.min.css< / code >
< / p >
2020-06-10 22:45:52 +02:00
```bash
2020-10-09 14:57:05 -07:00
npm run build-css
2020-06-10 22:45:52 +02:00
```
2021-02-21 23:12:45 +01:00
< br / >
< div align = "center" >
< img src = "https://forthebadge.com/images/badges/built-with-love.svg" / >
< img src = "https://forthebadge.com/images/badges/built-by-developers.svg" / >
< / div >