I'm trying to do the same thing as in the photos, but I really don't know how to do it

Therefore, I should have this line with any font icon in the middle.
Here is my initial markup:
<h1>Welcome</h1>
h1 {
font-size: 25pt;
display: inline-block;
margin: 0;
font-weight: 300;
}
h1:after {
content: '\f209';
font-family: FontAwesome;
display: block;
}
Here is my violin
Hope you can help.
source
share