Data de entrada Data do ícone Alteração de cor

// in chrome this works
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
GutoTrosla