What is the name of this character used to indicate social sharing?

Viewed 77

Is there an HTML code for this character? If there is, can you all let me know what it is? If there is no HTML code for this character, can you let me know what this glyph is called? I had been looking all over the place for it, and today I happened to stumble upon it.

Unknown character

3 Answers

Most icon libraries use a variant of "share" as the terminology for this icon.

Here are a couple of examples :

Material Design Icons calls it share.

AntDesign calls it share-alt

That is the share icon. I think FontAwesome has it, or if you want exactly like that you can search for it on FlatIcon.

Link for FlatIcon

Something that I usually do is getting all the icons that I will use on the project and make it into a font. I use this service to help me with that: https://icomoon.io/app/

Related