SF Symbols positioning in UITabBarItem

I am using SF Symbols as images for the tabs in my app, but they aren't positioned correctly.


If I use


self.tabBarItem.image = UIImage(systemName: "ellipsis")


the ellipsis image is top-aligned in the tab.


What do I have to do to get a vertically centered image?