.box {

    text-align: center;
}
.box ul {
    list-style: none;
    margin-top: 30px;
}
 .box ul li {
    width: 40px;
    height: 40px;
    background: #fff;
 display: inline-block;
}
 .icon {
font-size: 1.6em;
}
.box ul li:hover .icon {
    color: #ff0000;
}