User24 Hello Admiralarjun I made it according to the theme of hacklido.com
.item-like .Button-label {
display: none;
}
button.Button.Button--link[title="Like"]:before {
content: url(https://cdn.statically.io/gh/ramesh-dada/Static/main/high-five.svg);
position: absolute;
top: 4px;
right: 100px;
}
button.Button.Button--link[title="Unlike"]:before {
content: url(https://cdn.statically.io/gh/ramesh-dada/Static/main/high-five-color.svg) !important;
position: absolute;
top: 4px;
right: 100px;
}
i.icon.far.fa-thumbs-up:before {
content: url(https://cdn.statically.io/gh/ramesh-dada/Static/main/high-five.svg) !important;
}
Demo
Bonus : Works in Notifications also