Hi Bernadus,
Greetings from Syncfusion support
You can customize our default Filter icon as you want by
defining the respective content value of the external CSS. Please refer the
below code example, sample and documentation for more information.
|
<style>
.e-grid .e-icon-filter.e-filtered::before {
content: "\e796";
}
</style>
|
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/sample-730246516.zip
For rendering the Custom icons, here the list of available
icons for the grid, Please refer the below link for your reference
Documentation: https://ej2.syncfusion.com/documentation/appearance/icons/#available-icons
Regards,
Rajapandi R