svg {
    fill: #ffffff;
    transition: all .3s ease-in-out;
}

svg:hover {
    fill: #a0a0a0;
}