<div class="trash icon"></div>
.trash.icon { color: #000; position: absolute; margin-left: 5px; margin-top: 7px; width: 9px; height: 10px; border-left: solid 1px currentColor; border-right: solid 1px currentColor; border-bottom: solid 1px currentColor; border-radius: 0 0 2px 2px } .trash.icon:after { content: ''; position: absolute; left: 0px; top: -5px; width: 7px; height: 2px; border-left: solid 1px currentColor; border-right: solid 1px currentColor; border-top: solid 1px currentColor; border-radius: 4px 4px 0 0; }