#icon-list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

#icon-list li {
    width: 4rem;
}