.tutor-icon-svg:before {
    content: '' !important;
    display: block;
    width: 26px;
    height: 26px;
}

.tutor-icon-wallet:before {
    background: url(img/wallet.svg);
}

.active .tutor-icon-wallet:before {
    background: url(img/wallet-white.svg);
}

.tutor-icon-messages:before {
    background: url(img/messages.svg);
}

.active .tutor-icon-messages:before {
    background: url(img/messages-white.svg);
}