this get_field(‘social_icon_static’);
on its own outputs nothing, but this get_field('social_icon_static', $item)
outputs whatever is in the text field inside the correct tags.

Is that what you’re asking?
For some reason pulling in the svg renders it outside the tags of where I want it.