mirror of
https://github.com/konpa/devicon.git
synced 2025-03-16 10:49:39 +01:00
811 B
811 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 colored"></i>
</body>
See devicon.html or devicon.json file for complete reference of icon's available versions.