/* Target the specific unused icon class your theme generated */
.fa-link, .icon-chain {
    background: url('https://yourdomain.com') no-repeat center center;
    background-size: contain;
    color: transparent !important;
}