When you migrate data from one domain to another, you should execute the following SQL query on the AcyMailing configuration DB table
UPDATE
%_acym_configurationSET
value= REPLACE(
value, 'https://www.myolddomain.com', 'https://www.mynewdomain.com');
Paths to the social icons are also stored in the same configuration DB table, so you might want to check that as well