Devicon {{ latestReleaseTagging }}
Devicon is a set of icons representing programming languages, designing, and development tools. You can use it as a font or directly copy/paste the SVG code into your project.
*Please read the legal conditions of using the logos here at the bottom of this header(Super) Quick Setup
First select an icon on the right, then select the version below and copy/paste the code into your project.
-
Font versions
Background ColorClose ResetPlace this in your header (once per HTML file)
Place this in your body
<i class="devicon-{{selectedIcon.name}}-{{selectedFontIcon}} colored"></i>
*To change the size, change the <i>'s
`font-size`. -
-
SVG versions
Background ColorClose ResetUsing <img> element
<img src="{{baseUrl}}icons/{{selectedIcon.name}}/{{selectedIcon.name}}-{{selectedIcon.svg[selectedSvgIndex]}}.svg" />
*To change the size, change the <img>'s
`height`and`width`.
Using Pure SVG
<svg viewBox="0 0 128 128">
{{selectedSvgIcon}}</svg>*To change the size, change the <svg>'s
`height`and`width`. -
GitHub repository
If you prefer a local install, you can download all the files on the GitHub repository.
Check out our ultimate guide in order to compile Devicon locally.
Contact
If you have any legal concerns regarding copyrights or want to report an abuse, please reach out to us via info@devicon.dev or our Discord community. Any code/logo contributions should be made through our GitHub repository listed above.
- Total icons: {{ icons.length }}
- Total icon version: {{ totalFonts }}
- Average icon versions per icon: {{ avgFonts.toFixed(0) }}
-
{{icon.name}}