mfmediamarketing
Hi
I opened /components/com_community/templates/jomsocial/layouts/pages/single.php
Like the group page example i sent to you
find code
<svg viewBox="0 0 14 20" class="joms-icon">
<use xlink:href="<?php echo CRoute::getURI(); ?>#joms-icon-thumbs-up"></use>
</svg>
Replaced with
<icon class="fa fa-th"></icon>
Here you can see the icon is changed
In case you want to override the file in template the path will be as below
/com_community/layouts/pages/single.php