input type=date

by 1004lucifer

HTML

<input type="date" />

CSS

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(https://www.gravatar.com/avatar/072d7dc829e17b907262c964b8594f00?s=64) no-repeat;
    background-size: 100%;
}