diff --git a/editors/ckeditor/plugin.js b/editors/ckeditor/plugin.js
index d8bfcc2..3fd9eb5 100644
--- a/editors/ckeditor/plugin.js
+++ b/editors/ckeditor/plugin.js
@@ -23,6 +23,12 @@
         command: 'linkit'
       });
 
+      // Ckeditor version lower then 4 needs to have a icon path.
+      if (version < 4) {
+        editor.ui._.items.linkit.icon = this.path + 'icons/linkit.png';
+        editor.ui._.items.linkit.args[0].icon = this.path + 'icons/linkit.png';
+      }
+
       // Add Command.
       editor.addCommand( 'linkit', {
         // FOR ACF in ckeditor 4.1+, allow everything.
