.crazy {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.crazy-home {
    background: url("/icons/house.svg");
}