8000 GitHub - devicons/devicon at v1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

devicons/devicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devicon

devicon aims to gather all logos representing development languages and tools in one font.

See all available icons on the github page: http://konpa.github.io/devicon/

Final font is built with icomoon.

How to use it

<head>
  <link rel="stylesheet" href="devicon.css">
</head>

<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 -->
  <i class="devicon-git-plain colored"></i>
  
  <!--  for git plain version with wordmark colored with git main color -->
  <i class="devicon-git-plain-wordmark colored"></i>
</body>

See devicon.html or devicon.json file for complete and up to date reference of icon's available versions.

Original files (.ai, .svg) are available in the "icons" folder.

Available icons (alphabetical order)

  • .NET
  • AngularJS
  • Backbone.js
  • Bootstrap
  • Bower
  • Chrome
  • Codeigniter
  • CSS3
  • Debian (new)
  • Devicon
  • Firefox
  • Foundation
  • Git
  • Grunt
  • Gulp
  • HTML5
  • Illustrator
  • Java
  • Javascript
  • JQuery
  • KrakenJS (new)
  • Laravel
  • Less
  • Linux (new)
  • MongoDB (new)
  • MySQL
  • NodeJS (new)
  • Photoshop
  • PHP
  • PostgreSQL (new)
  • Python
  • Rails
  • Ruby
  • Sass
  • Travis (new)
  • Ubuntu (new)
  • Wordpress
  • Yii
  • Zend

Upcoming icons

  • Github
  • Bitbucket
  • Sketch
  • browsers: safari, opera, IE
  • operating systems: windows, mac
  • ... Please contribute or open an issue for requesting an icon
0