The easy way way is to not use the Icon property but to instead put the icon in the Header:
For this simple case the can be replaced with a because that's what ContentPresenter would use to present the string anyway. For more complex Header=, you could use the ContentPresenter as shown.