.icon
{
    color: black;
    cursor: pointer;
    display: inline-block;
}

.icon-close {
    background-image: url("/icons/close.svg");
    width: 24px;
    height: 24px;
    background-position: center;
    }