Erstellen Sie Qaction mit Symbol in PYQT

test = QAction(QIcon("myIcon.svg"), "new Item", self)
Jenova