.ren-icon {
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    display: inline-block;
}

.ren-icon.home {
    background-image: url("../icons/ren--icon--home.svg");
}

.ren-icon.edit {
    background-image: url("../icons/ren--icon--edit.svg");
    position: relative;
    top: 2px;
}

.ren-icon.remove {
    background-image: url("../icons/ren--icon--remove.svg");
    position: relative;
    top: 2px;
}

.ren-icon.dowload {
    background-image: url("../icons/ren--icon--download.svg");
    position: relative;
    top: 2px;
}