Latest master.
Chrome:

Firefox 57 (Quantum) / Linux Mint 18.2 (Sonya):

I don't remember how that looked on previous Firefox.
As I see this fix is working (I think new Firefox is buggy with rendering 1px width/height points):
svg.ck-icon {
transform: translate3d( 0, 0, 0 );
}
I can confirm that it works for main toolbar icons but not with icons in dropdown:

When disabled translate3d( 0, 0, 0 ) in dev tools:

(the align right icon looks OK... but only this one)
We can also try a new fix for "blurred" elements:
will-change: transform;
but currently, it's not supported for IE/Edge .
The status of Will Change @Edge - still under consideration.
Icons were always fuzzy in Firefox. It's not something new (not a regression caused by Quantum).
@jodator .ck-dropdown__panel needs fix too then.
will-change: transform
Anyway every translate property in CSS should be changed to translate3d (or will-change).

PR please ❤️
Most helpful comment
@jodator
.ck-dropdown__panelneeds fix too then.Anyway every
translateproperty in CSS should be changed totranslate3d(or will-change).