.icon-esub {
    display: inline-block;
    height: .9rem;
    width: .9rem;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;

    &.icon-esub-large {
        height: 1.5rem;
        width: 1.5rem;
    }

    &.icon-esub-approved {
        background-image: url('../images/fi-rr-check.svg');
    }

    &.icon-esub-user-approved {
        background-image: url('../images/approved.svg');
    }

    &.icon-esub-denied {
        background-image: url('../images/denied.svg');
    }

    &.icon-esub-removed {
        background-image: url('../images/removed.svg');
    }

    &.icon-esub-user-pending {
        background-image: url('../images/user-pending.svg');
    }


    &.icon-esub-pending {
        background-image: url('../images/pending.svg');
    }

    &.icon-esub-user {
        background-image: url('../images/fi-rr-user.svg');
    }

    &.icon-esub-phone {
        background-image: url('../images/phone.svg');
    }

    &.icon-esub-email {
        background-image: url('../images/fi-rr-envelope.svg');
    }

    &.icon-esub-email-plus {
        background-image: url('../images/fi-rr-envelope-plus.svg');
    }

    &.icon-esub-zoom {
        background-image: url('../images/fi-rr-zoom-in.svg');
    }

    &.icon-esub-expired {
        background-image: url('../images/fi-rr-time-delete.svg');
    }

    &.icon-esub-edit {
        background-image: url('../images/fi-rr-edit.svg');
    }

    &.icon-esub-search {
        background-image: url('../images/fi-rr-search.svg');
    }

    &.icon-esub-password {
        background-image: url('../images/fi-rr-password.svg');
    }

    &.icon-esub-trash {
        background-image: url('../images/fi-rr-trash.svg');
    }
}
