WPF does not provide any function to remove the icon of a window. But we can use Win32 API to remove the icon.
WPF Tutorial site provide IconHelper class to remove icon of a window. You can find the source code in link below
[notice]http://www.wpftutorial.net/RemoveIcon.html[/notice]