I need to recreate this:
The gradient background must be seen through the shape of an image. But I don't know exactly how.
What I got now:
<div style="background-color: #fff; padding: 15px; border-radius: 10px; margin-bottom: 5px;">
<div style="background: transparent url('image') 0% 0% no-repeat padding-box;">
</div>
</div>
But this just hides the image completely.
Here is an idea using mask where I will consider an SVG taken from a font awesome icon : https://fontawesome.com/icons/heart?style=regular