You will need this css:
span.wpcf7-form-control-wrap.name:before {
content: "\e94a";
font-family: 'nucleo-interface';
position: absolute;
top: 10px;
left: 15px;
}
You will need to change the content code which you can find in the nucleo documentation
– Kyle