``` add_filter('essb_pinterest_pro_replace_svg_icon', function($icon = '') { $icon = '<svg> .... </svg>'; return $icon; }); ```