diff --git a/CellFrameDashboardGUI/qml.qrc b/CellFrameDashboardGUI/qml.qrc
index 3739e2f8ee0432468eeea5fb51fb3c9041888825..d2acf9f521afd8e8821b9bf177c202dee2905cfe 100755
--- a/CellFrameDashboardGUI/qml.qrc
+++ b/CellFrameDashboardGUI/qml.qrc
@@ -63,8 +63,8 @@
         <file>screen/mobile/History/DapHistoryTopPanelForm.ui.qml</file>
         <file>screen/DapAbstractMenuTabWidget.qml</file>
         <file>screen/DapAbstractMenuTabWidgetForm.ui.qml</file>
-        <file>resources/icons/new-wallet_icon_dark_hover.png</file>
-        <file>resources/icons/new-wallet_icon_dark.png</file>
+        <file>resources/icons/new-wallet_icon_dark_hover.svg</file>
+        <file>resources/icons/new-wallet_icon_dark.svg</file>
         <file>resources/icons/ic_arrow_drop_down.png</file>
         <file>resources/icons/ic_arrow_drop_up.png</file>
         <file>screen/desktop/Logs/DapLogsTab.qml</file>
diff --git a/CellFrameDashboardGUI/resources/icons/new-wallet_icon_dark.svg b/CellFrameDashboardGUI/resources/icons/new-wallet_icon_dark.svg
new file mode 100644
index 0000000000000000000000000000000000000000..281fc0a7697cf2a50f65c6f2dcce428dda1ce349
--- /dev/null
+++ b/CellFrameDashboardGUI/resources/icons/new-wallet_icon_dark.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="28.694" height="28.694" viewBox="0 0 28.694 28.694"><g transform="translate(0.036)"><rect width="28.694" height="28.694" transform="translate(-0.036)" fill="none"/><g transform="translate(-101.036 -415)"><g transform="translate(104 422)" fill="#211a3a" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><rect width="20" height="15" stroke="none"/><rect x="0.5" y="0.5" width="19" height="14" fill="none"/></g><g transform="translate(117 426)" fill="#211a3a" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><rect width="9" height="7" stroke="none"/><rect x="0.5" y="0.5" width="8" height="6" fill="none"/></g><path d="M64.382,997.192a1.019,1.019,0,1,0,1,1.018A1.016,1.016,0,0,0,64.382,997.192Zm0,.788a.231.231,0,0,1,0,.461.231.231,0,0,1,0-.461Z" transform="translate(56.269 -568.764)" fill="#fff" fill-rule="evenodd"/></g></g></svg>
\ No newline at end of file
diff --git a/CellFrameDashboardGUI/resources/icons/new-wallet_icon_dark_hover.svg b/CellFrameDashboardGUI/resources/icons/new-wallet_icon_dark_hover.svg
new file mode 100644
index 0000000000000000000000000000000000000000..90e36a9b37c2459000266b517b837c111b9845bd
--- /dev/null
+++ b/CellFrameDashboardGUI/resources/icons/new-wallet_icon_dark_hover.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="28.694" height="28.694" viewBox="0 0 28.694 28.694"><g transform="translate(0.036)"><rect width="28.694" height="28.694" transform="translate(-0.036)" fill="none"/><g transform="translate(-101.036 -415)"><g transform="translate(104 422)" fill="#d51f5d" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><rect width="20" height="15" stroke="none"/><rect x="0.5" y="0.5" width="19" height="14" fill="none"/></g><g transform="translate(117 426)" fill="#d51f5d" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><rect width="9" height="7" stroke="none"/><rect x="0.5" y="0.5" width="8" height="6" fill="none"/></g><path d="M64.382,997.192a1.019,1.019,0,1,0,1,1.018A1.016,1.016,0,0,0,64.382,997.192Zm0,.788a.231.231,0,0,1,0,.461.231.231,0,0,1,0-.461Z" transform="translate(56.269 -568.764)" fill="#fff" fill-rule="evenodd"/></g></g></svg>
\ No newline at end of file
diff --git a/CellFrameDashboardGUI/screen/DapMainApplicationWindow.qml b/CellFrameDashboardGUI/screen/DapMainApplicationWindow.qml
index e207cff53bf980068b5f391b50127a1bb6aa215f..f35baf6e90c0297b81fbdf7d7021a1939ed328c2 100644
--- a/CellFrameDashboardGUI/screen/DapMainApplicationWindow.qml
+++ b/CellFrameDashboardGUI/screen/DapMainApplicationWindow.qml
@@ -188,8 +188,8 @@ Item {
             append({
                 name: qsTr("Wallet"),
                 page: dashboardScreen,
-                normalIcon: "qrc:/resources/icons/new-wallet_icon_dark.png",
-                hoverIcon: "qrc:/resources/icons/new-wallet_icon_dark_hover.png"
+                normalIcon: "qrc:/resources/icons/new-wallet_icon_dark.svg",
+                hoverIcon: "qrc:/resources/icons/new-wallet_icon_dark_hover.svg"
             })
             append({
                 name: qsTr("Wallet"),
diff --git a/CellFrameDashboardGUI/screen/desktop/Dashboard/DapDashboardScreen.qml b/CellFrameDashboardGUI/screen/desktop/Dashboard/DapDashboardScreen.qml
index dd96de191eb90316be3b31179c25882603ffa24a..5ef48a6c5e355fd2dce2e8e840f1b5ebc2336b1a 100644
--- a/CellFrameDashboardGUI/screen/desktop/Dashboard/DapDashboardScreen.qml
+++ b/CellFrameDashboardGUI/screen/desktop/Dashboard/DapDashboardScreen.qml
@@ -76,8 +76,8 @@ DapAbstractScreen
                 heightImageButton: 21 * pt
                 widthImageButton: 22 * pt
                 textButton: "New wallet"
-                normalImageButton: "qrc:/resources/icons/new-wallet_icon_dark.png"
-                hoverImageButton: "qrc:/resources/icons/new-wallet_icon_dark_hover.png"
+                normalImageButton: "qrc:/resources/icons/new-wallet_icon_dark.svg"
+                hoverImageButton: "qrc:/resources/icons/new-wallet_icon_dark_hover.svg"
                 indentImageLeftButton: 41 * pt
                 colorBackgroundNormal: "#070023"
                 colorBackgroundHover: "#D51F5D"
diff --git a/CellFrameDashboardGUI/screen/desktop/Dashboard/DapDashboardTopPanel.qml b/CellFrameDashboardGUI/screen/desktop/Dashboard/DapDashboardTopPanel.qml
index ba84ba4a67247bb596b95c02df118b7208a57ca1..10732885f2b840e9b0a52256b7744bf41a299b8b 100644
--- a/CellFrameDashboardGUI/screen/desktop/Dashboard/DapDashboardTopPanel.qml
+++ b/CellFrameDashboardGUI/screen/desktop/Dashboard/DapDashboardTopPanel.qml
@@ -106,8 +106,8 @@ DapTopPanel
         anchors.right: parent.right
         anchors.rightMargin: 24 * pt
         anchors.verticalCenter: parent.verticalCenter
-        normalImageButton: "qrc:/resources/icons/new-wallet_icon_dark.png"
-        hoverImageButton: "qrc:/resources/icons/new-wallet_icon_dark_hover.png"
+        normalImageButton: "qrc:/resources/icons/new-wallet_icon_dark.svg"
+        hoverImageButton: "qrc:/resources/icons/new-wallet_icon_dark_hover.svg"
         implicitHeight: 36 * pt
         implicitWidth: 120 * pt
         widthImageButton: 28 * pt