devicon

所属分类:图标/字体
开发工具:Python
文件大小:65357KB
下载次数:0
上传日期:2023-06-10 13:17:15
上 传 者sh-1993
说明:  表示编程语言、设计和开发工具的图标集
(Set of icons representing programming languages, designing & development tools)

文件列表:
... ...

GitHub release (latest by semver) GitHub GitHub contributors GitHub branch checks state GitHub issues by-label GitHub Repo stars


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

Demo · Request Icon · Contribute

TL;DR;

```html ```

Table of Contents

  1. About the project
  2. Getting started
  3. Requesting icon
  4. Contributing
  5. Discord server
  6. develop vs master
  7. Stale pull requests
  8. Go build yourself

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.

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.

Thank you to our contributors and the IcoMoon app. Devicon would not be possible without you.

Getting started

For a super fast setup go check devicon.dev.
You can either use the raw SVG icons or our devicon font (which is also available via CDN).

Use the devicon font (recommended)

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

```bash 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:

```html ```

Start using icons with <i>-tag

```html ```

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

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

```html ``` Add css rules in your stylesheet ```css .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 referencing an svg directly from the repo.

```html ```

Requesting icon

When you want to request an icon please feel free to create an issue. See 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 server

We are running a Discord server. You can go here to talk, discuss, and more with the maintainers and other people, too. Here's the invitation: https://discord.gg/hScy8KWACQ. Note that the Discord server is unofficial, and Devicons is still being maintained via GitHub.

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 build at every release.
  • Experimental changes.
master contains:
  • Latest official release, which contains 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.

Go build yourself

Feel free to follow those steps when you want to build the font by yourself.

Prerequisites

Install gulp (and gulp plugins)

```bash npm install ```
Build the font and export stylesheet
Open icomoon.io and import icomoon.json. Choose yes when being asked if you would like to restore the settings stored in the configuration file. The next step is to click on Generate font and download the resulting archive. Extract the contents and you will find a fonts directory next to a style.css. Replace the contents of the fonts folder, rename style.css as devicon.css and follow the next step to build the final stylesheet.
Build and minify stylesheet

Run the following command to build the resulting file devicon.min.css

```bash npm run build-css ```

近期下载者

相关文件


收藏者