Hi there!
Thanks for your query!
Did you mean you want to replace the social share icon of the person addon?
Then here is the sample code for you that need to be placed into your custom CSS:
.sppb-person-social-icons .fa-pinterest:before {
content: "\f05a"!important;
font-family: "Font Awesome 5 Free"!important;
font-weight:600!important
}
Note: Path towards custom CSS:
Extensions>Templates>Styles>
Click on your current default template name then choose Template Options.
Then find custom CSS within the custom code.
https://prnt.sc/pu705g
https://prnt.sc/pu70zn
Best Regards