1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-17 21:48:28 +01:00
devicon/README.md
2014-03-07 19:32:56 +01:00

656 B

devicon

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

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 git-color"></i>
</body>

See the icons folder or devicon.json file for complete reference of icon's available versions.