Hi @fifthshield
please sorry for my late response.
This change is not yet possible in the plugin settings, but maybe a good idea for the next update.
But you can change a little bit at the plugin code.
In the floating-contact.php you find at line 148 the following:
echo ‘ <i class=”fcb-icons”><span class=”dashicons dashicons-format-chat”></span></i>‘;
The actual icon is one of the standart icons that wordpress used by itself, so that this plugin not needs extern icons.
When you delete the <span class=”dashicons dashicons-format-chat”></span> part and replace it with your icon or image, this should worked.
Please let me know if i can help you with this changes.
Best regards
Chris