Can i change the icon for chat?
Using Jamroom
You'd want to know whether your skin uses /icons_black/ or /icons_white/ first.
Or put it in both locations, then you dont need to know.

If you want to know, its in the _init() function in your skins include.php you'll see:
// Tell the core the default icon set to use (black or white)
jrCore_register_module_feature('jrCore', 'icon_color', 'jrElastic2', 'black');
^ that shows the jrElastic2 skin is using the 'black' icons.
For your skin, make the /img/icons_black/ folder and put the icon in there.