.icon_menu {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
}

.icon-app {
    background: url('/products/localize/app/icons/ic_app.svg') no-repeat center center;
}
.icon-archive {
    background: url('/products/localize/app/icons/ic_archive.svg') no-repeat center center;
}
.icon-settings {
    background: url('/products/localize/app/icons/ic_settings.svg') no-repeat center center;
}
.icon-translate {
    background: url('/products/localize/app/icons/ic_translate.svg') no-repeat center center;
}
.icon-notes {
    background: url('/products/localize/app/icons/ic_notes.svg') no-repeat center center;
}
.icon-store {
    background: url('/products/localize/app/icons/ic_store.svg') no-repeat center center;
}