(Squarespace) Remove globe icon before Language

To remove globe icon before Language.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

div.language-picker .icon {
    display: none !important;
}

Result