i.fa-facebook-f:before,i.fa-facebook-f::before,
i.fa-facebook:before,i.fa-facebook::before,
i.fa-twitter:before,i.fa-twitter::before,
i.fa-instagram:before,i.fa-instagram::before,
i.fa-linkedin:before,i.fa-linkedin::before,
i.fa-x:before,i.fa-x::before,
i.fa-rss:before,i.fa-rss::before,
i.fa-youtube:before,i.fa-youtube::before {
	display: none;
}

i.fa-facebook:after,
i.fa-facebook-f:after,
i.fa-instagram:after,
i.fa-linkedin:after,
i.fa-x:after,
i.fa-rss:after,
i.fa-twitter:after,
i.fa-youtube:after {
	content:'';
	background-color:currentColor;
	width: 70%;
	height: 70%;
	margin-top: 15%;
	display: inline-block;
	-webkit-mask-size: cover;
	mask-size: cover;
}

i.fa-facebook-f:after {
	-webkit-mask:url("https://highland.tools/icons/facebook.svg") no-repeat 50% 50%;
	mask:url("https://highland.tools/icons/facebook.svg") no-repeat 50% 50%;
}
i.fa-facebook:after {
	-webkit-mask:url("https://highland.tools/icons/facebook.svg") no-repeat 50% 50%;
	mask:url("https://highland.tools/icons/facebook.svg") no-repeat 50% 50%;
}
i.fa-instagram:after {
	-webkit-mask:url("https://highland.tools/icons/instagram.svg") no-repeat 50% 50%;
	mask:url("https://highland.tools/icons/instagram.svg") no-repeat 50% 50%;
}
i.fa-linkedin:after {
	-webkit-mask:url("https://highland.tools/icons/linkedin.svg") no-repeat 50% 50%;
	mask:url("https://highland.tools/icons/linkedin.svg") no-repeat 50% 50%;
}

i.fa-rss:after {
	width:60%;
	-webkit-mask:url("https://highland.tools/icons/rss.svg") no-repeat 50% 50%;
	mask:url("https://highland.tools/icons/rss.svg") no-repeat 50% 50%;
}
i.fa-x:after {
	-webkit-mask:url("https://highland.tools/icons/x.svg") no-repeat 50% 50%;
	mask:url("https://highland.tools/icons/x.svg") no-repeat 50% 50%;
}
i.fa-twitter:after {
	-webkit-mask:url("https://highland.tools/icons/x.svg") no-repeat 50% 50%;
	mask:url("https://highland.tools/icons/x.svg") no-repeat 50% 50%;
}
i.fa-youtube:after {
	-webkit-mask:url("https://highland.tools/icons/youtube.svg") no-repeat 50% 50%;
	mask:url("https://highland.tools/icons/youtube.svg") no-repeat 50% 50%;
}
i.fa-discord:after {
	-webkit-mask:url("https://highland.tools/icons/discord.svg") no-repeat 50% 50%;
	mask:url("https://highland.tools/icons/discord.svg") no-repeat 50% 50%;
}