I reccomend using tksvg instead
`svg_imag = tksvg.SvgImage(file="test.svg")`
`labelx = ctk.CTkLabel(root_frame, image=svg_imag, text='')`
`labelx.grid(row=0, column=0, padx=5, pady=5)`
Note that if the root is using grid selection, .pack() would not work