Can I remove the image on the left of an UISearchbar and add a new image?
UISearchbar
You can use
searchBar.setImage(UIImage(), for: .search, state: .normal)