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

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

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

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.