Use Google Material Icons as a before&after
/*
* icon list: https://material.io/tools/icons/?style=baseline
* codepoints: https://github.com/google/material-design-icons/blob/master/iconfont/codepoints
*/
.icon {
&:before {
content: '\e315';
font-family: 'Material Icons';
}
}