<input class="input" type="text" placeholder="Введите что-нить">
.input {
padding-right: 10px 40px 10x 10px;
position: relative;
}
.input:after {
content: "";
position: absolute;
right: 0;
top: 0;
display: inline-block;
width: 20px;
height: 20px;
background-image: url("ССЫЛКА НА КАРТИКУ");
background-size: cover;
}