Hi,
There is not the Artstation icon, for now. But there is a solution to replace an unused icon, like the last icon – the Square envelope :
1. Please go to SEA Theme > Theme Options > Social Networks, select the square envelope icon
2. Replace the square envelope icon as the Artstation icon by the custom CSS(“Appearance > Customize: Additional CSS”):
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: auto;
src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/webfonts/fa-brands-400.woff2") format("woff2"); }
.fa-envelope-square {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Brands';
font-weight: 400;
}
.fa-envelope-square:before {
content: "\f77a";
}
Regards