In Angular 19, it's possible to use the mat.icon-button-overrides:
@use '@angular/material' as mat; :host { @include mat.icon-button-overrides( ( state-layer-size: 32px, ) ); }