.icon {
    display: inline-block;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    color: white;
    height: 45px;
    width: 45px;
}

.icon-small {
    height: 25px;
}

.icon-trash {
    background-image: url("../img/bin.svg");
}

.icon-weight {
    background-image: url("../img/suly_jovahagyas.svg");
}

.icon-user-add {
    background-image: url("../img/userhez_rendeles.svg");
}

.icon-event-closed {
    background-image: url("../img/feladat_kesz.svg");
}

.icon-escape {
    background-image: url("../img/viki_escape.svg");
}