1
0
mirror of https://github.com/konpa/devicon.git synced 2025-02-07 00:20:38 +01:00
devicon/README.md

91 lines
1.5 KiB
Markdown
Raw Normal View History

2014-03-01 07:14:04 -08:00
devicon
=======
2014-03-02 00:11:54 +01:00
devicon aims to gather all logos representing development languages and tools in one font.
2014-07-21 09:31:53 +02:00
See all available icons on the github page: http://konpa.github.io/devicon/
2014-03-02 00:11:54 +01:00
Final font is built with [icomoon](http://icomoon.io).
2014-03-07 20:13:04 +01:00
How to use it
--------------
2014-03-02 00:11:54 +01:00
2014-03-07 20:13:04 +01:00
```html
<head>
<link rel="stylesheet" href="devicon.css">
</head>
2014-03-02 00:11:54 +01:00
2014-03-07 20:13:04 +01:00
<body>
<!-- for git plain version -->
<i class="devicon-git-plain"></i>
<!-- for git plain version with wordmark -->
<i class="devicon-git-plain-wordmark"></i>
<!-- for git plain version colored with git main color -->
2014-07-21 09:22:58 +02:00
<i class="devicon-git-plain colored"></i>
2014-07-21 09:24:17 +02:00
<!-- for git plain version with wordmark colored with git main color -->
<i class="devicon-git-plain-wordmark colored"></i>
2014-03-07 20:13:04 +01:00
</body>
```
2014-03-02 00:11:54 +01:00
2014-07-21 12:01:36 +02:00
See devicon.html or devicon.json file for complete and up to date reference of icon's available versions.
2014-07-21 12:30:35 +02:00
Original files (.ai, .svg) are available in the "icons" folder.
2014-07-21 12:01:36 +02:00
Available icons (alphabetical order)
---------------
- .NET
- AngularJS
2014-07-21 13:48:55 +02:00
- Backbone.js
2014-07-21 12:01:36 +02:00
- Bootstrap
- Bower
2014-07-21 13:48:55 +02:00
- Chrome
2014-07-21 12:01:36 +02:00
- Codeigniter
- CSS3
2014-07-22 09:13:06 +02:00
- Debian (new)
2014-07-21 12:01:36 +02:00
- Devicon
2014-07-21 13:48:55 +02:00
- Firefox
2014-07-21 12:01:36 +02:00
- Foundation
- Git
- Grunt
- Gulp
- HTML5
- Illustrator
- Java
- Javascript
- JQuery
- Laravel
- Less
2014-07-22 09:13:06 +02:00
- Linux (new)
2014-07-21 12:01:36 +02:00
- MySQL
- Photoshop
- PHP
- Python
- Rails
- Ruby
- Sass
2014-07-22 09:13:06 +02:00
- Travis (new)
- Ubuntu (new)
2014-07-21 12:01:36 +02:00
- Wordpress
- Yii
- Zend
Upcoming icons
---------------
- Github
- Bitbucket
- Sketch
2014-07-21 13:48:55 +02:00
- browsers: safari, opera, IE
2014-07-22 09:12:18 +02:00
- operating systems: windows, mac
2014-07-21 12:01:36 +02:00
- ... Please contribute or open an issue for requesting an icon
2014-07-17 17:29:07 +02:00