Alright, so some of you may know from
this thread that I'm doing a web app for a CS project. For those noob losers too lazy to read the thread, it's basically a rudimentary Facebook app.
I'm going to have button controls for 'login', 'logout', etc, each with text and an icon: an electrical symbol. There's no definite metaphor going on, but there's an obvious pattern so I'll give some examples:
Login & View Own Profile(when viewing someone else's) = battery
Create new user = AC power
Logout = ground
Add User As Friend(when viewing someone else's profile) = resistor
Find User = ohmmeter
Edit Profile = switch
Save (in Edit Profile dialog) = crossing wires, connected
Cancel (in Edit Profile dialog) = crossing wires, not connected
I still need icons for Upload File and Download File (which I'm about to implement). What would be good symbols to use for those? They have to be relatively simplistic, as I'm putting them on 32x16 images so they can go right above/beside the text.