Hey there,
I am really sorry for the delay of this reply as it is a weekend for us here.
You can apply this following css in your template file, so it will hide this icon in your category module.
div#fd.eb.eb-mod.mod_easyblogcategories .fa {
display: none !important;
}