This article show how to change favorit star into any image e.g.

Please use this CSS Code

.mh-thumbnail__featured i {
display: none!important;
}

.mh-thumbnail__featured {
background: url(https://via.placeholder.com/50x50)!important;
width:50px!important;
height:50px!important;
background-repeat: no-repeat!important;
background-size: cover!important;
background-color:transparent!important;
}

Change width (50px), height (50px) and image url (https://via.placeholder.com/50x50) to your own.

In this article you can find information how to add custom CSS to any WordPress Theme: How to add CSS code that is future update compatible