How to add X logo in html

Hi folks,

Im trying to add the x logo into html in pro theme for some share buttons. I can add the correct facebook icon and also linked in but no matter what i try i cant get the x logo to appear. The closest i have it is the old twitter logo using this:

I have tried this: to no avail. Any ideas?

thanks

Chris

Thanks

Chris

Hello Chris,

Thanks for writing to us.

I would suggest using the Raw content or Text element and adding this custom HTML code to render the X logo.

<i class="x-icon" data-x-icon-b="&#xe61b;" aria-hidden="true"></i>

Hope it helps
Thanks