[ad_1]
[ad_2]
II want to call out peoples carious social profiles on my site quite often, so this isnt for my, one off social links, but rather repeatable, sometimes many times on a single page.
Is there a way to add additional custom icons to the social icons block?
I'm comfortable implementing in the config files if needed, I just need pointing in the right direction of where that block is defined.

Use the Link icon and add a unique style to the link
add custom styles below for eventbrite as an example
.eventbrite{ background-image:url(‘eventbrite.png’); background-size:cover; } .eventbrite svg{ opacity:0; }
Source https://wordpress.stackexchange.com/questions/395867/adding-custom-social-icons-to-the-social-media-icon-block-in-the-gutenberg-editor
https://wordpress.org/documentation/article/social-icons/
You added a class there or a rule?
Add a class name there then add the rule to custom css tab, or child them styles.
Eg add custom-social in the highlighted area(example) then add
As in link with a rule for the class.
.custom-social{
—-
}
You might need to clear cache