diff --git a/typo3/sysext/indexed_search/Classes/Controller/SearchController.php b/typo3/sysext/indexed_search/Classes/Controller/SearchController.php
index c6b0fc45ab9faa53161955f7bba16d1104ed642d..7c69eec13de8d919e027a5da5e90d7f3c28acd66 100644
--- a/typo3/sysext/indexed_search/Classes/Controller/SearchController.php
+++ b/typo3/sysext/indexed_search/Classes/Controller/SearchController.php
@@ -705,7 +705,7 @@ class SearchController extends ActionController
                     $fullPath = GeneralUtility::getFileAbsFileName($icon);
                     if ($fullPath) {
                         $imageInfo = GeneralUtility::makeInstance(ImageInfo::class, $fullPath);
-                        $iconPath = PathUtility::stripPathSitePrefix($fullPath);
+                        $iconPath = PathUtility::getAbsoluteWebPath($fullPath);
                         $this->iconFileNameCache[$imageType] = $imageInfo->getWidth()
                             ? '<img src="' . $iconPath
                               . '" width="' . $imageInfo->getWidth()