.kbiz-icon {
    background-image: url('/bundles/pimcoreadmin/img/material-icons/outline-more-24px.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px; /* Adjust based on your icon size */
    height: 24px; /* Adjust based on your icon size */
    display: inline-block; /* Ensures it behaves like an icon */
    vertical-align: middle; /* Aligns well with text or other elements */
}