add_filter( 'jet-engine/listing/grid/arrow-icons/options', function ( $options ) { $options['custom_arrow'] = __( 'Custom arrow', 'celsi' ); return $options; } ); add_filter( 'jet-engine/listing/grid/arrow-icon/custom_arrow', function ( $icon ) { $icon = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" x="0px" y="0px" width="48px" height="48px" viewBox="0 0 48 48" style="null" class="svg-icon-arrow-revbrains" ><path d="M12.17,6.78L6.81,1.41l1.41-1.41,7.78,7.78-7.78,7.78-1.41-1.41,5.36-5.36H0v-2H12.17Z"/></svg>'; return $icon; } );
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter