.app-icon {
    background-image: url(app-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60%;
    background-color: white;
    width: 164px;
    height: 106px;
}
