diff --git a/typo3/sysext/reports/ext_tables.php b/typo3/sysext/reports/ext_tables.php
index 99388e163b76b0f4d62ca3abea51d6f71f3fdf3d..f7c9a1c446d71d512810fa7045624c960ec9f552 100644
--- a/typo3/sysext/reports/ext_tables.php
+++ b/typo3/sysext/reports/ext_tables.php
@@ -17,6 +17,7 @@ if (TYPO3_MODE === 'BE') {
 	);
 	$statusReport = array(
 		'title' => 'LLL:EXT:reports/reports/locallang.xlf:status_report_title',
+		'icon' => 'EXT:reports/Resources/Public/Icons/module-reports.png',
 		'description' => 'LLL:EXT:reports/reports/locallang.xlf:status_report_description',
 		'report' => 'TYPO3\\CMS\\Reports\\Report\\Status\\Status'
 	);
diff --git a/typo3/sysext/sv/Resources/Public/Images/service-reports.png b/typo3/sysext/sv/Resources/Public/Images/service-reports.png
new file mode 100644
index 0000000000000000000000000000000000000000..03a50290316bdf4277f9b4043b0efb50cc019b29
Binary files /dev/null and b/typo3/sysext/sv/Resources/Public/Images/service-reports.png differ
diff --git a/typo3/sysext/sv/ext_tables.php b/typo3/sysext/sv/ext_tables.php
index 2ccebc9515aee4f4f98e06f6eef83cb234bbc82b..336f216c0b00e66ab76126c2a7cfd1025569381f 100644
--- a/typo3/sysext/sv/ext_tables.php
+++ b/typo3/sysext/sv/ext_tables.php
@@ -5,7 +5,7 @@ if (TYPO3_MODE === 'BE') {
 	$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['sv']['services'] = array(
 		'title' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_title',
 		'description' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_description',
-		'icon' => 'EXT:sv/Resources/Public/Images/tx_sv_report.png',
+		'icon' => 'EXT:sv/Resources/Public/Images/service-reports.png',
 		'report' => 'TYPO3\\CMS\\Sv\\Report\\ServicesListReport'
 	);
 }