.dropdownjs::after { position: absolute; top: 3px; right: 5px; font-family: "Material Icons"; font-size: 25px; font-style: normal; font-weight: 400; color: #757575; pointer-events: none; // bring in the material icon font and icon by code content: "\e5c5"; // found here: https://github.com/google/material-design-icons/search?utf8=%E2%9C%93&q=arrow_drop_down }