Title: Devicons
Author: Ryder Damen
Published: <strong>March 21, 2018</strong>
Last modified: March 21, 2018

---

Search plugins

![](https://ps.w.org/devicons/assets/banner-772x250.png?rev=1843880)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/devicons/assets/icon-256x256.png?rev=1843880)

# Devicons

 By [Ryder Damen](https://profiles.wordpress.org/ryderdamen/)

[Download](https://downloads.wordpress.org/plugin/devicons.zip)

 * [Details](https://wordpress.org/plugins/devicons/#description)
 * [Reviews](https://wordpress.org/plugins/devicons/#reviews)
 *  [Installation](https://wordpress.org/plugins/devicons/#installation)
 * [Development](https://wordpress.org/plugins/devicons/#developers)

 [Support](https://wordpress.org/support/plugin/devicons/)

## Description

Devicons is a plugin that allows you to easily display Devicons (Software and Web
Developer icons) on your WordPress site. Show off your skills by including them 
in a graphical way. This plugin is based on the [Devicon project by Julien Monty](http://konpa.github.io/devicon/).

## Screenshots

[⌊A screenshot showing a full list of rendered, coloured devicons without titles.⌉⌊
A screenshot showing a full list of rendered, coloured devicons without titles.⌉[

A screenshot showing a full list of rendered, coloured devicons without titles.

[⌊A screenshot showing devicons with titles, of a specific colour.⌉⌊A screenshot
showing devicons with titles, of a specific colour.⌉[

A screenshot showing devicons with titles, of a specific colour.

## Installation

#### Using The WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Search for ‘Devicons’
 3. Click ‘Install Now’
 4. Activate the plugin on the Plugin dashboard

## FAQ

  Installation Instructions

#### Using The WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Search for ‘Devicons’
 3. Click ‘Install Now’
 4. Activate the plugin on the Plugin dashboard

  How do I display one devicon?

You can show one devicon as an inline style by using the shortcode `[devicon icon
="wordpress"]` in a page or a post. This will return the colour, non-title version
of that icon inline. This means it’s returned in the html tag you put it in. If 
you wrap the shortcode in a h1 tag, it will return with the same font-size as your
h1 (page titles), or the same with a regular p (paragraph) tag.

  How do I display multiple devicons?

You can display multiple devicons either by stringing together the above ‘devicon’
shortcode, or by using the following shortcode:

    ```
    [devicons]
    wordpress
    facebook
    illustrator
    [/devicons]
    ```

Simply list the ones you want within the shortcode, (separated by a space, comma,
or enter key) and the plugin will display them for you. These once again default
to colour without titles, but are not displayed inline. These instead are displayed
as 50px size icons, giving you a better way to showcase a bunch of skills for a 
particular project.

  How do I display icon titles (wordmarks)?

If you hover over an icon, it will always return the title of that icon for web 
accessibility purposes. You can however show the title right on the icon if you 
like. This is available for most (but not all) icons, but the plugin will simply
return the non-titled version if it’s not available. To show titles, simply add 
the title=”true” parameter to the shortcode. Here are a few examples:

When requesting a single devicon with a title:

    ```
    [devicon icon="wordpress" title="true"]
    ```

When requesting multiple devicons with titles:

    ```
    [devicons title="true"] wordpress docker [/devicons]
    ```

  How do I set a custom colour?

Icon colours can be customized with the color=”#cc0000″ (American spelling) tag.
You can input any CSS-valid colour here, but most people will just put in a hex 
code like #cc0000. Here are a few examples:

When requesting a single devicon with the colour #cc0000:

    ```
    [devicon icon="wordpress" color="#cc0000"]
    ```

When requesting multiple devicons with the colour #cc0000:

    ```
    [devicons color="#cc0000"] wordpress docker [/devicons]
    ```

## Reviews

![](https://secure.gravatar.com/avatar/e8d3cd1c4e28bcfb97f114ac51edfe0b4bea5be343cdc3485367e822d349c9bc?
s=60&d=retro&r=g)

### 󠀁[Great!](https://wordpress.org/support/topic/doesnt-work-and-i-wish-it-did/)󠁿

 [yanike](https://profiles.wordpress.org/yanike/) November 27, 2018

I found this to work using code like this [devicon icon=""] <i class="devicon-android-
plain"></i>. Using the [devicon icon=""] to activate the plugin and insert HTML 
tags after. Picked the icons from http://konpa.github.io/devicon/. You can see this
plugin working on my site at http://yeoworks.tk/index.php/experience/

 [ Read all 1 review ](https://wordpress.org/support/plugin/devicons/reviews/)

## Contributors & Developers

“Devicons” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Ryder Damen ](https://profiles.wordpress.org/ryderdamen/)

[Translate “Devicons” into your language.](https://translate.wordpress.org/projects/wp-plugins/devicons)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/devicons/), check out
the [SVN repository](https://plugins.svn.wordpress.org/devicons/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/devicons/) by [RSS](https://plugins.trac.wordpress.org/log/devicons/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * The first release.

## Meta

 *  Version **1.0**
 *  Last updated **8 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.5.1 or higher **
 *  Tested up to **4.9.29**
 *  PHP version ** 5.6 or higher **
 *  [Advanced View](https://wordpress.org/plugins/devicons/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/devicons/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/devicons/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/devicons/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/devicons/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/devicons/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/devicons/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/devicons/reviews/)

## Contributors

 *   [ Ryder Damen ](https://profiles.wordpress.org/ryderdamen/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/devicons/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://ryderdamen.com/buy-me-a-beer)