diff --git a/editors/ckeditor/plugin.js b/editors/ckeditor/plugin.js
index d8bfcc2..17ef6b1 100644
--- a/editors/ckeditor/plugin.js
+++ b/editors/ckeditor/plugin.js
@@ -20,7 +20,8 @@
       // Add Button.
       editor.ui.addButton( 'linkit', {
         label: Drupal.t('Link to content'),
-        command: 'linkit'
+        command: 'linkit',
+        icon: this.path + 'icons/linkit.png'
       });
 
       // Add Command.
