

.iconsearch {
    background: url(../img/icons/search-icon.svg) no-repeat center center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.iconmenu {
    background: url(../img/icons/menu.svg) no-repeat center center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.iconplus {
    background: url(../img/icons/iconplus.svg) no-repeat center center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.iconcross {
    background: url(../img/icons/iconCross.svg) no-repeat center center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.icondelete {
    background: url(../img/icons/icondelete.svg) no-repeat center center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}