Crie Qaction com o ícone em pyqt
test = QAction(QIcon("myIcon.svg"), "new Item", self)
Jenova
test = QAction(QIcon("myIcon.svg"), "new Item", self)