Change sharing icon on posts

Is it possible to change the current ‘Share’ icon on posts with the below icon? This appears to be the standard icon associated with sharing on Android and Google applications.

http://fontawesome.io/icon/share-alt/

You can override it with CSS as you please.

For reference for others who come across this, the below achieves what I wanted.

.fa-chain:before, .fa-link:before { content: "\f1e0"; }

8 Likes

Revisiting this thread. This also changes the link icon in the editor.

Plus: How can one change the sharing icon on mobile?

This is basic CSS, target the correct element. Mobile CSS goes in the mobile area in admin, customize.

3 Likes

Changing an icon globally is very simple using APIs

4 Likes