Include a background-size style, for example:
.loyaltystar {
display: block;
text-indent: -9999px;
height: 21px;
width: 21px;
background: url(../img/available-icon.svg) no-repeat;
background-size: 21px 21px;
}
Otherwise, it may be a problem with the path .. / img / available -icon.svg. Make sure the URL for your image refers to the URL of your CSS stylesheet (and not your HTML page).