julienlg yes, you could set title to an invisible character, such as
(this one is pretty much uncopyable, so luckily there's a site for that: https://emptycharacter.com/)
Then, apply the following CSS:
a.LinksButton.Button--link[title=""] > i {
position: relative;
left: 4px;
top: 2px;
font-size: 20px;
}
Unfortunately, the text is in the link element, so hiding the text would hide the entire link. Maybe there is another CSS way, but that's the simplest solution I could think of.
Example result:
You can also put some CSS hover color change and a transition, so it's smooth