If you want to hide floating icons on mobile devices, you can do so from Floating Interface
section at plugin options page in admin.
If you want to hide Standard Icons on mobile devices, you can use following CSS:
@media screen and (max-width:783px){div.heateor_sss_horizontal_sharing{display:none!important}}
783px is the maximum width of device screen for which you want to hide the standard icons. You can adjust it according to your needs.