.icono {
    fill: steelblue;
    transition: fill 0.3s;
}
.icono:hover {
    fill: orange;
}