Hi There,
You can try adding a inline style to that icon
<i class="x-icon x-icon-adjust" style="color: #eabe20;" data-x-icon="" aria-hidden="true"></i>
Or adjust it through class then add it in your customizer’s custom CSS:
.x-icon-adjust {
color: #eabe20;
}
Hope it helps.
Let us know how it goes.
Thanks.