<xf:css>
.bg-btn {
display: flex;
align-items: center;
height: 80px;
width: 100%;
background: url(https://i4.imageban.ru/out/2023/08/31/b02a26c9e9c4cb9491cd382f915f612b.jpg) no-repeat center / cover;
color: #fff;
margin-bottom: 20px;
}
.bg-btn a {
color: #fff;
}
.bg-btn i {
font-size: 1.5em;
padding: 0 10px;
}
</xf:css>
<div class="bg-btn">
<xf:fa icon="fa-link" />
<a href="#">Официальное сообщество ВКонтакте</a>
</div>