How to disable the icon inside a ion-input field

Hey folk,
i am using an ion-input field of type date which adds a calendar like icon that i cant disable, can anyone please help. See image below:
image

Remove the date type. If you need a date input just use the ion-datetime component.

that doesnt Help me since the ion-datetime component requires Input as ISO String.