How to change mobile footer option?

I want to delete the footer account icon. How I do it?

You can use this CSS
.footer-device-mobile .device-account {
display: none;
}