Hide Custom Script Gizmo In Scene

From Unity Manual:
-------------------------------------------------------------------------------------------------------------------------------------
Unity allows you to assign custom icons for GameObjects and scripts. These icons display in the Scene view, along with built-in icons for items such as Lights and Cameras. Use the Gizmos menu to control how icons are drawn in the Scene view.
-------------------------------------------------------------------------------------------------------------------------------------
This icon is also displayed in the Scene View As Shown. But if multiple objects have the script and are closer together the scene view looks like a mess. Like this**:**

How can I remove the icon from the scene view and keep it in the inspector and project window?

Answer Here:
https://stackoverflow.com/a/74942431/19897499