Sharepoint - how to change the default gear icon look in SharePoint 2013?
You can change the icon using the following small jQuery code
$( document).ready(function() {
$('.ms-siteactions-imgspan > img').attr('src','url_Of_your_image');
});
It can be done by using CSS. Check this out : Switch out the SharePoint 2013 Site Actions gear icon