The trick:
A little simple trick to displaying share icon to show users individual posts can be shared too
Demo

How-to
Go to Admin > Appearance > Custom Styles > Edit Custom CSS & then paste the CSS code below:
/*Adds share icon to posts*/
.PostMeta .Dropdown-toggle::before {
content: "\f14d";
font-family: 'Font Awesome 5 Free';
padding-right: 6px;
font-weight: 900;
}
Further notes;
If you have the pro-version of font-awesome, this icon is more sexier (in my opinion):
https://fontawesome.com/icons/link-simple?f=classic&s=solid