Documentation

Icon font

Devicons as a web font. No build step, works everywhere.

devicons is the no-framework option. One CSS file, 1,600+ glyphs. Works in legacy stacks, email templates, or plain HTML.

Install

npm install devicons

For a no-build workflow, see the CDN guide.

Usage

<i class="devicon devicon-react"></i>
<i class="devicon devicon-vue"></i>
<i class="devicon devicon-svelte"></i>

Slugs match the icon IDs in the icon library.

Sizing and color

The font inherits font-size and color.

<i
  class="devicon devicon-github"
  style="font-size: 32px; color: #ff4d00;"
></i>

Ligatures

Ligatures are disabled to keep the bundle small. Use the React or Vue packages if you need component-based rendering.