{namespace sg = TYPO3\CMS\Styleguide\ViewHelpers}

These icons can be used in backend modules. TYPO3 automatically sends the corresponding HTML output code.


  • {icon}

Method invocation

In PHP call method getSpriteIcon on class \TYPO3\CMS\Backend\Utility\IconUtility with the corresponding icon name, see above.

<?php echo \TYPO3\CMS\Backend\Utility\IconUtility::getSpriteIcon($iconName); ?>