Icon for ‘read-only’ stuff

Share on Facebook

Dear lazyweb,

Is there any icon for representing ‘read-only’ stuff, that indicates that the thing you are dealing with is read only?

In my case, I’m talking about VNC view-only connections. But the icon could be useful for text editors, for instance.

5 comments ↓

#1 Willem van Engen on 05.29.08 at 9:47

find /usr/share/icons -name \*readonly\* | xargs gthumb

#2 Anonymous on 05.29.08 at 10:38

Isn’t a pencil with a slash through it usually used to signify read-only

#3 Luca Ferretti on 05.29.08 at 11:42

Search “emblem-readonly” (named icon from Icon Naming Spec).

You can compare different icon themes here: http://people.freedesktop.org/~jimmac/icons/

#4 bash on 05.29.08 at 13:00

for icon in `find /usr/share/icons -name \*readonly\*`; do xview $icon; done

#5 Icon for ‘read-only’ stuff on 06.07.08 at 13:10

[...] http://www.bani.com.br/2008/05/29/icon-for-read-only-stuff/ asks Hoosgot, [...]

Leave a Comment