I tried
root.iconbitmap("/path/to/ico/icon.icns")
and
root.iconphoto(False, tk.PhotoImage(file=\'/path/to/ico/icon.png\'))<