devicon

devicon

全面的编程语言和开发工具图标集合

Devicon是一个开源项目,提供超过150个编程语言和开发工具的图标。图标包括字体、SVG等多种格式,支持原始、简约、线条等多种风格,可选彩色或单色,带文字或不带文字版本。开发者可通过CDN、npm或yarn轻松集成Devicon。该项目不断更新,欢迎社区贡献新图标和功能。Devicon为开发项目提供全面的图标资源,有助于提升项目的专业性和视觉吸引力。

Devicon开发图标库技术标志开源项目GitHubGithub
<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"> <img alt="GitHub repository stars" src="https://img.shields.io/github/stars/devicons/devicon?color=%2360be86&label=github%20stars&style=for-the-badge"> </a> <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> </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"> Devicon aims to gather all logos representing development languages and tools. </h5> <p align="center"> <a target="_blank" href="https://devicon.dev">Demo</a> &middot; <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> &middot; <a href="#contribute">Contribute</a> </p> </div> <h2>TL;DR</h2>
<!-- in your header --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"> <!-- in your body --> <i class="devicon-devicon-plain"></i>
<h2>Table of Contents</h2> <ol> <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> <li><a href="#contribute">Contributing</a></li> <li><a href="#discord-community">Discord Community</a></li> <li><a href="#develop-vs-master"><code>develop</code> vs <code>master</code></a></li> <li><a href="#stale-prs">Stale Pull Requests</a></li> <li><a href="#building-devicon">Building Devicon</a></li> </ol> <h2 id="about">About the Project</h2> <p> 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!<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> <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> <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 imply endorsement. Usage of these logos should be done according to the company/brand/service's brand policy. </sub> <h2 id="getting-started">Getting Started</h2> <p> For a super fast setup, go check <a href="https://devicon.dev">devicon.dev</a>.<br /> You can either use the <a href="#getting-started-svg">raw SVG</a> icons, our <a href="#getting-started-font">Devicon font</a> (which is also available via <a href=https://www.jsdelivr.com/package/npm/devicon>CDN</a>), or by <a href=#building-devicon>building Devicon</a> yourself. </p> <h3 id="getting-started-font">Use the <code>devicon</code> font (recommended)</h3> <p> You can install devicon as a dependency to your project either with <code>npm</code> or <code>yarn</code>: </p>
npm install --save devicon yarn add devicon
<p> If you don't want to use a package manager, you can also download and include <a href="/devicon.min.css">devicon.min.css</a> next to the <a href="/fonts">font files</a> to your project. See <a href="https://devicon.dev">devicon.dev</a> for details about how to add Devicon to your project via a CDN. </p> <p> After setting up you just have to include the stylesheet in your header to get started: </p>
<link rel="stylesheet" href="devicon.min.css">
<p>Start using icons with <code>&lt;i&gt;</code>-tag:</p>
<!-- 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>
<p> An alternate way to use <code>devicon</code> is by copy/pasting the raw SVG code to your project. </p> <h3 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>):</h3>
<!-- 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; }
<h4>You can also use the <code>img</code> tag and reference an SVG directly from the repository:</h4>
<img src='https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/devicon/devicon-original.svg'>
<h2 id="request-icon">Requesting an icon</h2> <p> 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. </p> <h2 id="contribute">Contributing</h2> <p> 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. </p> <h2 id="discord-community">Discord community</h2> <p> 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> </p> <h2 id="develop-vs-master"><code>develop</code> vs <code>master</code></h2> <p> 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 built at every release.<br> Can be built manually. See <a href="#building-devicon"><i>Building Devicon</i></a>. </li> <li> Experimental changes. </li> </ul> <b><code>master</code> contains:</b> <ul> <li> Latest official release, which contains all the SVGs and icons. </li> <li> Official, tested changes. </li> </ul> <h2 id="stale-prs">Stale Pull Requests</h2> <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. </p> <h2 id="building-devicon">Building Devicon</h2> <p> Follow these steps to build the website and icons either locally or using <a href=https://www.gitpod.io>Gitpod.io</a>. </p> <h3>Table of contents</h3> <ol> <li><a href="#using-gitpod">Using Gitpod to build</a></li> <li><a href="#local-installation">Local Installation</a></li> <ol> <li><a href="#install-dependencies">Install dependencies</a></li> <li><a href="#building-icons">Build the icons</a></li> <li><a href="#build-css">Build the CSS stylesheet</a></li> <li><a href="#web-server">Setting up the web server</a></li> </ol> </ol> <h2 id="using-gitpod">Using Gitpod.io</h2> <p>By using <a href=https://www.gitpod.io)>Gitpod.io</a>, you can easily build the icons and install the<br>required dependencies in one single click. No extra setup is required.</p>

<a href=https://gitpod.io/#https://github.com/devicons/devicon/tree/develop><img src=https://gitpod.io/button/open-in-gitpod.svg alt="Open in Gitpod"></img></a>

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

<h2 id="local-installation">Local Installation</h3> <h3 id="install-dependencies">Install dependencies</h3> <p><a href=https://github.com/devicons/devicon/fork>Fork</a> the repository and clone the forked repository.</p>
git clone https://github.com/<your-github-username>/devicon.git

Note In case you don't have Git installed, check the <a href="https://git-scm.com/book/en/v2/Getting-Started-Installing-Git">official guide</a> to install Git on your operating system.

<h3>Install all the necessary NPM dependencies</h3>
npm install

Note In case you don't have NPM installed, check this <a href=https://kinsta.com/blog/how-to-install-node-js/><b>ultimate guide</b></a> on installing Node.js and NPM. These tools are required in order to build Devicon properly.

<h3>Install Firefox</h3> https://www.mozilla.org/en-US/firefox/new/ <h3>Install Python 3.8</h3> https://www.python.org/downloads/

Note Make sure your Python install includes pip

<h3>Install Selenium</h3> ```bash python3 -m pip install --upgrade pip && pip install selenium==4.1.0 requests==2.25.1 ``` <h3 id="building-icons">Build the new icons</h3> <p>Once all the dependencies are installed, you can proceed to build the newest icons.<br> Usually, this is done on each release, but you can have a sneak peek before a release.</p>
# Linux/Unix npm run build-icons # Windows python3 ./.github/scripts/icomoon_build_githubless.py ./.github/scripts/build_assets/geckodriver-v0.32.2-win64/geckodriver.exe ./icomoon.json ./devicon.json ./icons ./ --headless

<i>The process might take a while, depending on your operating system's speed and the amount of icons.</i>

<p>If there are any errors shown, please let us know by <a href=https://github.com/devicons/devicon/issues/new/choose>creating an issue</a> or contacting us on our <a href=https://discord.gg/hScy8KWACQ>Discord community</a>.</p> <h3 id="build-css">Build the CSS stylesheet</h3> <p>Run the following command to build the new CSS stylesheet.<br> This file is used to show all the new icons previously built.</p>
npm run build-css
<h3 id="web-server">Setting up the web server</h3> <p>Run the following command to start the web server with Python.</p>
npm run dev # Will run on port 8000
<p>Or this command, which does exactly the same, but the port can be customized.</p>
python3 -m http.server <port>
<p>You're done now! :tada: Your build of Devicons should be available at <code>https://localhost:8000</code> (or the desired port).</p> <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"

编辑推荐精选

讯飞智文

讯飞智文

一键生成PPT和Word,让学习生活更轻松

讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。

AI办公办公工具AI工具讯飞智文AI在线生成PPTAI撰写助手多语种文档生成AI自动配图热门
讯飞星火

讯飞星火

深度推理能力全新升级,全面对标OpenAI o1

科大讯飞的星火大模型,支持语言理解、知识问答和文本创作等多功能,适用于多种文件和业务场景,提升办公和日常生活的效率。讯飞星火是一个提供丰富智能服务的平台,涵盖科技资讯、图像创作、写作辅助、编程解答、科研文献解读等功能,能为不同需求的用户提供便捷高效的帮助,助力用户轻松获取信息、解决问题,满足多样化使用场景。

热门AI开发模型训练AI工具讯飞星火大模型智能问答内容创作多语种支持智慧生活
Spark-TTS

Spark-TTS

一种基于大语言模型的高效单流解耦语音令牌文本到语音合成模型

Spark-TTS 是一个基于 PyTorch 的开源文本到语音合成项目,由多个知名机构联合参与。该项目提供了高效的 LLM(大语言模型)驱动的语音合成方案,支持语音克隆和语音创建功能,可通过命令行界面(CLI)和 Web UI 两种方式使用。用户可以根据需求调整语音的性别、音高、速度等参数,生成高质量的语音。该项目适用于多种场景,如有声读物制作、智能语音助手开发等。

Trae

Trae

字节跳动发布的AI编程神器IDE

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

AI工具TraeAI IDE协作生产力转型热门
咔片PPT

咔片PPT

AI助力,做PPT更简单!

咔片是一款轻量化在线演示设计工具,借助 AI 技术,实现从内容生成到智能设计的一站式 PPT 制作服务。支持多种文档格式导入生成 PPT,提供海量模板、智能美化、素材替换等功能,适用于销售、教师、学生等各类人群,能高效制作出高品质 PPT,满足不同场景演示需求。

讯飞绘文

讯飞绘文

选题、配图、成文,一站式创作,让内容运营更高效

讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。

热门AI辅助写作AI工具讯飞绘文内容运营AI创作个性化文章多平台分发AI助手
材料星

材料星

专业的AI公文写作平台,公文写作神器

AI 材料星,专业的 AI 公文写作辅助平台,为体制内工作人员提供高效的公文写作解决方案。拥有海量公文文库、9 大核心 AI 功能,支持 30 + 文稿类型生成,助力快速完成领导讲话、工作总结、述职报告等材料,提升办公效率,是体制打工人的得力写作神器。

openai-agents-python

openai-agents-python

OpenAI Agents SDK,助力开发者便捷使用 OpenAI 相关功能。

openai-agents-python 是 OpenAI 推出的一款强大 Python SDK,它为开发者提供了与 OpenAI 模型交互的高效工具,支持工具调用、结果处理、追踪等功能,涵盖多种应用场景,如研究助手、财务研究等,能显著提升开发效率,让开发者更轻松地利用 OpenAI 的技术优势。

Hunyuan3D-2

Hunyuan3D-2

高分辨率纹理 3D 资产生成

Hunyuan3D-2 是腾讯开发的用于 3D 资产生成的强大工具,支持从文本描述、单张图片或多视角图片生成 3D 模型,具备快速形状生成能力,可生成带纹理的高质量 3D 模型,适用于多个领域,为 3D 创作提供了高效解决方案。

3FS

3FS

一个具备存储、管理和客户端操作等多种功能的分布式文件系统相关项目。

3FS 是一个功能强大的分布式文件系统项目,涵盖了存储引擎、元数据管理、客户端工具等多个模块。它支持多种文件操作,如创建文件和目录、设置布局等,同时具备高效的事件循环、节点选择和协程池管理等特性。适用于需要大规模数据存储和管理的场景,能够提高系统的性能和可靠性,是分布式存储领域的优质解决方案。

下拉加载更多