devicon

2025-12-11 0 609

Devicon aims to gather all logos representing development languages and tools.

Demo
·
Request Icon
·
Contribute

TL;DR

<link rel=\”stylesheet\” href=\”https://cdn.j*sdeli**vr.net/gh/devicons/devicon@latest/devicon.min.css\”>


<i class=\”devicon-devicon-plain\”></i>\’>

<!-- in your header -->
<link rel=\"stylesheet\" href=\"https://cdn.j*sdeli**vr.net/gh/devicons/devicon@latest/devicon.min.css\">

<!-- in your body -->
<i class=\"devicon-devicon-plain\"></i>

Table of Contents

  1. About the Project
  2. Getting Started
  3. Requesting Icon
  4. Contributing
  5. Discord Community
  6. develop vs master
  7. Stale Pull Requests
  8. Building Devicon

About the Project

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.

Getting Started

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.

Use the devicon font (recommended)

You can install devicon as a dependency to your project either with npm or yarn:

npm install --save devicon
yarn add devicon

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:

<link rel=\"stylesheet\" href=\"devicon.min.css\">

Start using icons with <i>-tag:

<i class=\”devicon-devicon-plain\”></i>


<i class=\”devicon-devicon-plain-wordmark\”></i>


<i class=\”devicon-devicon-plain colored\”></i>


<i class=\”devicon-devicon-plain-wordmark colored\”></i>\’>

<!--  for devicon plain version -->
<i class=\"devicon-devicon-plain\"></i>

<!--  for devicon plain version with wordmark -->
<i class=\"devicon-devicon-plain-wordmark\"></i>

<!--  for devicon plain version colored with devicon main color -->
<i class=\"devicon-devicon-plain colored\"></i>

<!--  for devicon plain version with wordmark colored with devicon main color -->
<i class=\"devicon-devicon-plain-wordmark colored\"></i>

An alternate way to use devicon is by copy/pasting the raw SVG code
to your project.

Copy/paste SVG code (from the SVG folder or the project page):

<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>\”>

<!--  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>

Add the following CSS rules in your stylesheet:

.devicon-devicon-plain {
  max-width: 2em;
}

/* if you want to change the original color */
.devicon-devicon-plain path {
  fill: #4691f6;
}

You can also use the img tag and reference an SVG directly from the repository:

<img src=\'https://cdn.js*del*i*vr.net/gh/devicons/devicon@latest/icons/devicon/devicon-original.svg\' />

Requesting an icon

When you want to request an icon please feel free to create an issue. Check out our Wiki for more information.

Contributing

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.

Discord community

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:

  • Latest SVGs (non-optimized).
  • No icons for the latest SVGs. These will be built at every release.
    Can be built manually. See Building Devicon.
  • Experimental changes.

master contains:

  • Latest official release, which contains all the SVGs and icons.
  • Official, tested changes.

Stale Pull Requests

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.

Building Devicon

Follow these steps to build the website and icons either locally or using Gitpod.io.

Table of contents

  1. Using Gitpod to build
  2. Local Installation
    1. Install dependencies
    2. Build the icons
    3. Build the CSS stylesheet
    4. Setting up the web server

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.

Note
In case some of the commands are not properly ran, you can
follow the steps below and run the same commands on Gitpod.io

Local Installation

Install dependencies

Fork the repository and clone the forked repository.

git clone https://gith*ub**.com/<your-github-username>/devicon.git

Note
In case you don\’t have Git installed, check the official guide to install Git on your operating system.

Install all the necessary NPM dependencies

npm install

Note
In case you don\’t have NPM installed, check this ultimate guide on installing Node.js and NPM. These tools are required in order to build Devicon properly.

Install Firefox

https://www.m**ozil*la.org/en-US/firefox/new/

Install Python 3.8

https://www.p**yt*hon.org/downloads/

Note
Make sure your Python install includes pip

Install Dependencies

python -m pip install -r ./.github/scripts/requirements.txt

Build the new icons

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.

npm run build-icons

The process might take a while, depending on your operating system\’s speed and the amount of icons.

If there are any errors shown, please let us know by creating an issue or contacting us on our Discord community.

Build the CSS stylesheet

Run the following command to build the new CSS stylesheet.
This file is used to show all the new icons previously built.

npm run build-css

Setting up the web server

Run the following command to start the web server with Python.

npm run dev # Will run on port 8000

Or this command, which does exactly the same, but the port can be customized.

python -m http.server <port>

You\’re done now! ? Your build of Devicons should be available at https://*loca*lhos*t:8000 (or the desired port).

下载源码

通过命令行克隆项目:

git clone https://github.com/devicons/devicon.git

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

申明:本文由第三方发布,内容仅代表作者观点,与本网站无关。对本文以及其中全部或者部分内容的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。本网发布或转载文章出于传递更多信息之目的,并不意味着赞同其观点或证实其描述,也不代表本网对其真实性负责。

左子网 建站资源 devicon https://www.zuozi.net/34875.html

Simple Camera
上一篇: Simple Camera
PixelFlasher
下一篇: PixelFlasher
常见问题
  • 1、自动:拍下后,点击(下载)链接即可下载;2、手动:拍下后,联系卖家发放即可或者联系官方找开发者发货。
查看详情
  • 1、源码默认交易周期:手动发货商品为1-3天,并且用户付款金额将会进入平台担保直到交易完成或者3-7天即可发放,如遇纠纷无限期延长收款金额直至纠纷解决或者退款!;
查看详情
  • 1、描述:源码描述(含标题)与实际源码不一致的(例:货不对板); 2、演示:有演示站时,与实际源码小于95%一致的(但描述中有”不保证完全一样、有变化的可能性”类似显著声明的除外); 3、发货:不发货可无理由退款; 4、安装:免费提供安装服务的源码但卖家不履行的; 5、收费:价格虚标,额外收取其他费用的(但描述中有显著声明或双方交易前有商定的除外); 6、其他:如质量方面的硬性常规问题BUG等。 注:经核实符合上述任一,均支持退款,但卖家予以积极解决问题则除外。
查看详情
  • 1、左子会对双方交易的过程及交易商品的快照进行永久存档,以确保交易的真实、有效、安全! 2、左子无法对如“永久包更新”、“永久技术支持”等类似交易之后的商家承诺做担保,请买家自行鉴别; 3、在源码同时有网站演示与图片演示,且站演与图演不一致时,默认按图演作为纠纷评判依据(特别声明或有商定除外); 4、在没有”无任何正当退款依据”的前提下,商品写有”一旦售出,概不支持退款”等类似的声明,视为无效声明; 5、在未拍下前,双方在QQ上所商定的交易内容,亦可成为纠纷评判依据(商定与描述冲突时,商定为准); 6、因聊天记录可作为纠纷评判依据,故双方联系时,只与对方在左子上所留的QQ、手机号沟通,以防对方不承认自我承诺。 7、虽然交易产生纠纷的几率很小,但一定要保留如聊天记录、手机短信等这样的重要信息,以防产生纠纷时便于左子介入快速处理。
查看详情

相关文章

猜你喜欢
发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务