How to change/remove icon on login screen?

image
Is there any way to replace this icon? or just remove it?

You can hide it using css

Hello. I tried this one and it will mess the layout.

image

You can also try

or

Thank you very much!

I found this one will not mess the layout

.login-welcome-header > .waving-hand {
    visibility: hidden;
}