.icon.phone{    
    background-image : url('../images/icons/phone.svg');
    width : 20px;
    height : 20px;
}

.icon.calendar-check-fill{    
    background-image : url('../images/icons/calendar-check-fill.svg');
    width : 20px;
    height : 20px;
}

.icon.calendar-check{    
    background-image : url('../images/icons/calendar-check.svg');
    width : 20px;
    height : 20px;
}

.icon.calendar-event{    
    background-image : url('../images/icons/calendar-event.svg');
    width : 20px;
    height : 20px;
}

.icon.close{    
    background-image : url('../images/icons/close.svg');
    width : 20px;
    height : 20px;
}