.app-icon {
    background-image: url(app-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-color: transparent;
    width: 231px;
    height: 64px;
}