File icon with a cross, what does it mean?

A file icon shown below has a cross on the lower right corner, what does that mean?

enter image description here


You don't have read permission for that file.


Simple self-answering test:

  • Create an empty file

    touch ~/bar
    

    enter image description here

  • Remove the read permissions

    chmod -r ~/bar
    

    enter image description here