How to add image in an input field

Need to add subscription form in footer. How to add image (email icon) in an input field like the below image

input

Separate them. Outer DIV, rounded corners, flex, then inner icon, input, and submit.

image

Wrap the input in a flex container, drop the icon inside with absolute positioning or inline before the field, then add padding-left on the input so text doesn’t overlap. Did this for a footer signup form and it works cleanly across breakpoints.