background-image: url("data:image/svg+xml,%3csvg
xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'
fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0
1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708
0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
Currently referencing an external icon, but I need to use a specific image from my local directory - /images/icon/svg that can change colors for multiple features. So, I want to update it using the fill option.
Any suggestions on how I can modify the URL to include both the fill and the image URL?