[vlc-commits] qml: add and update icons of maxplayer

Prince Gupta git at videolan.org
Fri Nov 6 16:00:35 CET 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Mon Sep 28 22:34:12 2020 +0530| [a040e49023c897be1a3b81b1137e477e2dc665d7] | committer: Pierre Lamot

qml: add and update icons of maxplayer

Signed-off-by: Pierre Lamot <pierre at videolabs.io>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a040e49023c897be1a3b81b1137e477e2dc665d7
---

 modules/gui/qt/pixmaps/VLCIcons.json               |   9 +-
 modules/gui/qt/pixmaps/VLCIcons.ttf                | Bin 29332 -> 31028 bytes
 modules/gui/qt/pixmaps/check.svg                   |   7 ++
 modules/gui/qt/pixmaps/download.svg                |   1 +
 modules/gui/qt/pixmaps/multiselect.svg             |  11 +++
 modules/gui/qt/pixmaps/next.svg                    | 101 +------------------
 modules/gui/qt/pixmaps/pause.svg                   |  85 ++--------------
 modules/gui/qt/pixmaps/playlist/add.svg            |  87 ++--------------
 modules/gui/qt/pixmaps/playlist/playlist_clear.svg | 109 ++-------------------
 modules/gui/qt/pixmaps/playlist/repeat_all.svg     |  88 +++--------------
 modules/gui/qt/pixmaps/playlist/repeat_one.svg     |  88 +++--------------
 modules/gui/qt/pixmaps/playlist/shuffle_on.svg     |  91 +++--------------
 modules/gui/qt/pixmaps/previous.svg                |  99 ++-----------------
 modules/gui/qt/pixmaps/sync.svg                    |   1 +
 modules/gui/qt/pixmaps/toolbar/audiosub.svg        |  80 ++-------------
 modules/gui/qt/pixmaps/toolbar/extended.svg        |   1 +
 modules/gui/qt/pixmaps/toolbar/fullscreen.svg      |  82 ++--------------
 modules/gui/qt/pixmaps/toolbar/skip_back.svg       | 100 ++++---------------
 modules/gui/qt/pixmaps/toolbar/skip_for.svg        |  97 ++++--------------
 modules/gui/qt/pixmaps/visualization.svg           |  14 +++
 modules/gui/qt/style/VLCIcons.qml                  |   5 +
 21 files changed, 179 insertions(+), 977 deletions(-)

diff --git a/modules/gui/qt/pixmaps/VLCIcons.json b/modules/gui/qt/pixmaps/VLCIcons.json
index bd23cdb009..1bd67c4cf5 100644
--- a/modules/gui/qt/pixmaps/VLCIcons.json
+++ b/modules/gui/qt/pixmaps/VLCIcons.json
@@ -9,7 +9,7 @@
 		{"key":"faster", "path": "./faster.svg"},
 		{"key":"go_next", "path": "./go-next.svg"},
 		{"key":"update", "path": "./update.svg"},
-		{"key":"extended", "path": "./toolbar/extended_16px.svg"},
+		{"key":"extended", "path": "./toolbar/extended.svg"},
 		{"key":"renderer", "path": "./toolbar/renderer.svg"},
 		{"key":"tvtelx", "path": "./toolbar/tvtelx.svg"},
 		{"key":"visu", "path": "./toolbar/visu.svg"},
@@ -156,6 +156,11 @@
 		{"key": "window_maximize", "path": "./topbar/window_maximize.svg" },
 		{"key": "window_minimize", "path": "./topbar/window_minimize.svg" },
 		{"key": "window_restore", "path": "./topbar/window_restore.svg" },
-		{"key": "home", "path": "./home.svg" }
+		{"key": "home", "path": "./home.svg" },
+		{"key":"download", "path": "./download.svg"},
+		{"key":"multiselect", "path": "./multiselect.svg"},
+		{"key":"sync", "path": "./sync.svg"},
+		{"key":"check", "path": "./check.svg"},
+		{"key":"visualization", "path": "./visualization.svg"}
 	]
 }
diff --git a/modules/gui/qt/pixmaps/VLCIcons.ttf b/modules/gui/qt/pixmaps/VLCIcons.ttf
index 0f72afe803..7dc9c25c89 100644
Binary files a/modules/gui/qt/pixmaps/VLCIcons.ttf and b/modules/gui/qt/pixmaps/VLCIcons.ttf differ
diff --git a/modules/gui/qt/pixmaps/check.svg b/modules/gui/qt/pixmaps/check.svg
new file mode 100755
index 0000000000..5b6580e220
--- /dev/null
+++ b/modules/gui/qt/pixmaps/check.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<title>Icon-Check</title>
+<path d="M40,14.4l-21,21l-11-11l1.8-1.8l9.2,9.2l19.2-19.2L40,14.4z"/>
+</svg>
diff --git a/modules/gui/qt/pixmaps/download.svg b/modules/gui/qt/pixmaps/download.svg
new file mode 100755
index 0000000000..86e76f5f50
--- /dev/null
+++ b/modules/gui/qt/pixmaps/download.svg
@@ -0,0 +1 @@
+<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill-rule:evenodd;}</style></defs><title>Icon-Download</title><path class="cls-1" d="M22.76,12V24.11l-3.13-3.05L17.9,22.74,24,28.68l6.09-5.94-1.73-1.68-3.13,3.05V12Zm4.92,0v2.41h9.84V33.58h-27V14.41h9.84V12H8V36H40V12Z"/></svg>
\ No newline at end of file
diff --git a/modules/gui/qt/pixmaps/multiselect.svg b/modules/gui/qt/pixmaps/multiselect.svg
new file mode 100755
index 0000000000..0789bb8c88
--- /dev/null
+++ b/modules/gui/qt/pixmaps/multiselect.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill-rule:evenodd;clip-rule:evenodd;}
+</style>
+<title>Icon-Multiselect</title>
+<path class="st0" d="M29.7,20.6L18.3,32l-3.5-3.4l-1.1-1.1l-1.2,1.2l2.3,2.3l2.1,2l1.4,1.4l1.4-1.4l11.2-11.1L29.7,20.6z M40,8v27.3
+	h-3.4V33h1.1V10.3H14.8v1.3h-2.3V8H40z M14.8,12.7h20.6V33l0,0v2.3l0,0V40H8V12.7L14.8,12.7L14.8,12.7z"/>
+</svg>
diff --git a/modules/gui/qt/pixmaps/next.svg b/modules/gui/qt/pixmaps/next.svg
old mode 100644
new mode 100755
index 3e50cfd6b8..ea4389b1fb
--- a/modules/gui/qt/pixmaps/next.svg
+++ b/modules/gui/qt/pixmaps/next.svg
@@ -1,100 +1 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
-   sodipodi:docname="next.svg">
-  <defs
-     id="defs8" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="956"
-     inkscape:window-height="1021"
-     id="namedview6"
-     showgrid="false"
-     inkscape:zoom="3.4766083"
-     inkscape:cx="36.585153"
-     inkscape:cy="82.330474"
-     inkscape:window-x="2560"
-     inkscape:window-y="30"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="layer1"
-     showguides="true"
-     inkscape:guide-bbox="true">
-    <sodipodi:guide
-       position="0,24.017661"
-       orientation="1,0"
-       id="guide2390"
-       inkscape:locked="false" />
-    <sodipodi:guide
-       position="23.59322,0"
-       orientation="0,1"
-       id="guide2392"
-       inkscape:locked="false" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Master"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-384,-1004.3622)"
-     style="display:inline">
-    <g
-       id="g7021"
-       style="display:inline;fill:#747474;fill-opacity:1"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       transform="matrix(-1,0,0,1,623.99997,527.99989)">
-      <path
-         inkscape:connector-curvature="0"
-         id="path7023"
-         d="m 234,512.36222 v -24 l -15,12.00001 z"
-         style="opacity:1;fill:#747474;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-         sodipodi:nodetypes="cccc" />
-      <path
-         sodipodi:nodetypes="cccc"
-         style="opacity:1;fill:#747474;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-         d="m 220,512.3622 v -24 l -15,12.00003 z"
-         id="path7025"
-         inkscape:connector-curvature="0" />
-      <rect
-         ry="0"
-         y="488.36221"
-         x="198"
-         height="24.000004"
-         width="8"
-         id="rect7027"
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
-    </g>
-  </g>
-</svg>
+<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill-rule:evenodd;}</style></defs><title>Icon-Next</title><path class="cls-1" d="M10.67,13.15,26,24,10.67,34.85ZM8,8V40L30.67,24ZM37.33,40H40V8H37.33Z"/></svg>
\ No newline at end of file
diff --git a/modules/gui/qt/pixmaps/pause.svg b/modules/gui/qt/pixmaps/pause.svg
old mode 100644
new mode 100755
index 4741e03f49..326bb6ad56
--- a/modules/gui/qt/pixmaps/pause.svg
+++ b/modules/gui/qt/pixmaps/pause.svg
@@ -1,80 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
-   sodipodi:docname="pause.svg">
-  <defs
-     id="defs8" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="796"
-     inkscape:window-height="871"
-     id="namedview6"
-     showgrid="false"
-     inkscape:zoom="4.9166667"
-     inkscape:cx="34.258139"
-     inkscape:cy="26.811304"
-     inkscape:window-x="800"
-     inkscape:window-y="0"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="layer1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Master"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-384,-1004.3622)"
-     style="display:inline">
-    <g
-       id="g7202"
-       transform="matrix(1,0,0,0.88888445,334.20337,114.26697)"
-       style="display:inline;fill:#747474;fill-opacity:1">
-      <rect
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3.70000005;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
-         id="rect7007"
-         width="10.000017"
-         height="35.999947"
-         x="60"
-         y="1010.3622" />
-      <rect
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3.70000005;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
-         id="rect7009"
-         width="9.9999771"
-         height="36"
-         x="78.000023"
-         y="1010.3622"
-         ry="0" />
-    </g>
-  </g>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<title>Icon-Pause</title>
+<path d="M14.5,8h3.2v32h-3.2V8z M30.3,8v32h3.2V8H30.3z"/>
 </svg>
diff --git a/modules/gui/qt/pixmaps/playlist/add.svg b/modules/gui/qt/pixmaps/playlist/add.svg
old mode 100644
new mode 100755
index 764583355f..96eebfce38
--- a/modules/gui/qt/pixmaps/playlist/add.svg
+++ b/modules/gui/qt/pixmaps/playlist/add.svg
@@ -1,78 +1,11 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.92.1 r15371"
-   sodipodi:docname="add.svg">
-  <defs
-     id="defs8" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="796"
-     inkscape:window-height="831"
-     id="namedview6"
-     showgrid="false"
-     inkscape:zoom="4.9166667"
-     inkscape:cx="25.623087"
-     inkscape:cy="34.600192"
-     inkscape:window-x="796"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="layer1"
-     showguides="true"
-     inkscape:guide-bbox="true">
-    <sodipodi:guide
-       position="0,24.017661"
-       orientation="1,0"
-       id="guide2390"
-       inkscape:locked="false" />
-    <sodipodi:guide
-       position="23.59322,0"
-       orientation="0,1"
-       id="guide2392"
-       inkscape:locked="false" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Master"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-384,-1004.3622)"
-     style="display:inline">
-    <path
-       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.54299998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
-       d="M 18 4 L 18 18 L 4 18 L 4 30 L 18 30 L 18 44 L 30 44 L 30 30 L 44 30 L 44 18 L 30 18 L 30 4 L 18 4 z "
-       transform="translate(384,1004.3622)"
-       id="rect6419" />
-  </g>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill-rule:evenodd;clip-rule:evenodd;}
+</style>
+<title>Icon-Plus</title>
+<polygon class="st0" points="22.9,8 22.9,22.9 8,22.9 8,25.1 22.9,25.1 22.9,40 25.1,40 25.1,25.1 40,25.1 40,22.9 25.1,22.9 
+	25.1,8 "/>
 </svg>
diff --git a/modules/gui/qt/pixmaps/playlist/playlist_clear.svg b/modules/gui/qt/pixmaps/playlist/playlist_clear.svg
old mode 100644
new mode 100755
index ae2089a788..71e94fe81c
--- a/modules/gui/qt/pixmaps/playlist/playlist_clear.svg
+++ b/modules/gui/qt/pixmaps/playlist/playlist_clear.svg
@@ -1,100 +1,11 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.92.3 (2405546, 2018-03-11)"
-   sodipodi:docname="playlist_clear.svg">
-  <defs
-     id="defs8" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1920"
-     inkscape:window-height="1051"
-     id="namedview6"
-     showgrid="true"
-     inkscape:zoom="9.8333334"
-     inkscape:cx="-10.629028"
-     inkscape:cy="24.387301"
-     inkscape:window-x="1920"
-     inkscape:window-y="0"
-     inkscape:window-maximized="1"
-     inkscape:current-layer="layer1"
-     showguides="true"
-     inkscape:guide-bbox="true">
-    <sodipodi:guide
-       position="0,24.017661"
-       orientation="1,0"
-       id="guide2390"
-       inkscape:locked="false" />
-    <sodipodi:guide
-       position="23.59322,0"
-       orientation="0,1"
-       id="guide2392"
-       inkscape:locked="false" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid4488" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Master"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-384,-1004.3622)"
-     style="display:inline">
-    <path
-       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
-       d="m 392,1012.3622 v 5.9994 l 32,-6e-4 v -5.9994 z"
-       id="path10525"
-       inkscape:connector-curvature="0"
-       sodipodi:nodetypes="ccccc" />
-    <path
-       sodipodi:nodetypes="ccccc"
-       inkscape:connector-curvature="0"
-       id="path10527"
-       d="m 392,1024.3622 v 5.9994 l 32,-6e-4 v -5.9994 z"
-       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
-    <path
-       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
-       d="m 392,1036.3622 v 5.9994 l 18,-6e-4 v -5.9994 z"
-       id="path10529"
-       inkscape:connector-curvature="0"
-       sodipodi:nodetypes="ccccc" />
-    <path
-       sodipodi:nodetypes="ccccccccccccc"
-       inkscape:connector-curvature="0"
-       id="path7127-9"
-       d="m 416.73332,1046.3454 4.76668,-4.7667 4.76668,4.7667 1.73332,-1.7333 -4.76667,-4.7667 4.76667,-4.7666 -1.73332,-1.7334 -4.76668,4.7666 -4.76668,-4.7666 -1.73332,1.7334 4.76667,4.7666 -4.76667,4.7667 z"
-       style="display:inline;fill:#747474;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.43333361px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-  </g>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill-rule:evenodd;clip-rule:evenodd;}
+</style>
+<title>Icon-Clear-Queue</title>
+<path class="st0" d="M40,8v3.2H8V8H40z M40,17.6v3.2H8v-3.2H40z M21.1,27.2v3.2H8v-3.2H21.1z M21.1,36.8V40H8v-3.2L21.1,36.8z
+	 M38.2,27.7l1.8,1.8l-4.4,4.4l4.3,4.3l-1.8,1.8l-4.3-4.3L29.4,40l-1.8-1.8l4.4-4.4l-4.3-4.3l1.8-1.8l4.3,4.3L38.2,27.7z"/>
 </svg>
diff --git a/modules/gui/qt/pixmaps/playlist/repeat_all.svg b/modules/gui/qt/pixmaps/playlist/repeat_all.svg
old mode 100644
new mode 100755
index 87f4e56e60..f725f6f638
--- a/modules/gui/qt/pixmaps/playlist/repeat_all.svg
+++ b/modules/gui/qt/pixmaps/playlist/repeat_all.svg
@@ -1,78 +1,12 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.92.1 r15371"
-   sodipodi:docname="repeat_all.svg">
-  <defs
-     id="defs8" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="796"
-     inkscape:window-height="831"
-     id="namedview6"
-     showgrid="false"
-     inkscape:zoom="4.9166667"
-     inkscape:cx="32.725683"
-     inkscape:cy="22.19722"
-     inkscape:window-x="796"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="layer1"
-     showguides="true"
-     inkscape:guide-bbox="true">
-    <sodipodi:guide
-       position="0,24.017661"
-       orientation="1,0"
-       id="guide2390"
-       inkscape:locked="false" />
-    <sodipodi:guide
-       position="23.59322,0"
-       orientation="0,1"
-       id="guide2392"
-       inkscape:locked="false" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Master"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-384,-1004.3622)"
-     style="display:inline">
-    <path
-       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#747474;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.53846169;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4.19999981;stroke-opacity:1;marker:none;enable-background:accumulate"
-       d="M 34 4 L 34 8 L 17 8 A 9 9 0 0 0 8 17 L 8 22 L 14 22 L 14 17 A 3 3 0 0 1 17 14 L 34 14 L 34 18 L 41 11 L 34 4 z M 34 26 L 34 31 A 3 3 0 0 1 31 34 L 14 34 L 14 30 L 7 37 L 14 44 L 14 40 L 31 40 A 9 9 0 0 0 40 31 L 40 26 L 34 26 z "
-       transform="translate(384,1004.3622)"
-       id="path11933" />
-  </g>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill-rule:evenodd;clip-rule:evenodd;}
+</style>
+<title>Icon-Loop</title>
+<path class="st0" d="M8.1,25c0-6.1,4.9-11.1,11-11.2h17.1l-4.3-4.4L33.3,8l6.7,6.8l-6.7,6.8l-1.4-1.4l4.3-4.4H19.1
+	c-5,0-9.1,4.2-9.1,9.2c0,0,0,0,0,0H8.1z M37.9,23.1c0,5-4,9.1-9.1,9.2H11.8l4.3-4.4l-1.4-1.4L8,33.2l6.7,6.8l1.4-1.4l-4.3-4.4h17.1
+	c6.1-0.1,11-5.1,11-11.2L37.9,23.1z"/>
 </svg>
diff --git a/modules/gui/qt/pixmaps/playlist/repeat_one.svg b/modules/gui/qt/pixmaps/playlist/repeat_one.svg
old mode 100644
new mode 100755
index 7ba7a00775..49d6ab04aa
--- a/modules/gui/qt/pixmaps/playlist/repeat_one.svg
+++ b/modules/gui/qt/pixmaps/playlist/repeat_one.svg
@@ -1,78 +1,12 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.92.1 r15371"
-   sodipodi:docname="repeat_one.svg">
-  <defs
-     id="defs8" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="796"
-     inkscape:window-height="831"
-     id="namedview6"
-     showgrid="false"
-     inkscape:zoom="2.4583333"
-     inkscape:cx="-39.364221"
-     inkscape:cy="12.871995"
-     inkscape:window-x="796"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="layer1"
-     showguides="true"
-     inkscape:guide-bbox="true">
-    <sodipodi:guide
-       position="0,24.017661"
-       orientation="1,0"
-       id="guide2390"
-       inkscape:locked="false" />
-    <sodipodi:guide
-       position="23.59322,0"
-       orientation="0,1"
-       id="guide2392"
-       inkscape:locked="false" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Master"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-384,-1004.3622)"
-     style="display:inline">
-    <path
-       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
-       d="M 34 4 L 34 8 L 17 8 A 9 9 0 0 0 8 17 L 8 22 L 14 22 L 14 17 A 3 3 0 0 1 17 14 L 34 14 L 34 18 L 41 11 L 34 4 z M 26 18 L 19 18.857422 L 19 20 L 22 20 L 22 30 L 26 30 L 26 20 L 26 18 z M 34 26 L 34 31 A 3 3 0 0 1 31 34 L 14 34 L 14 30 L 7 37 L 14 44 L 14 40 L 31 40 A 9 9 0 0 0 40 31 L 40 26 L 34 26 z "
-       transform="translate(384,1004.3622)"
-       id="path7121" />
-  </g>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<title>Icon-Loop-One</title>
+<path d="M39.5,24.4c-0.2,0.2-0.5,0.4-0.8,0.6c-0.3,0.2-0.7,0.4-1,0.6c-0.3,0.2-0.7,0.3-1,0.5c-0.3,0.1-0.7,0.3-1,0.4v1.4
+	c0.3-0.1,0.6-0.2,0.8-0.3c0.3-0.1,0.6-0.2,0.8-0.4c0.2-0.1,0.5-0.3,0.7-0.4c0.2-0.1,0.3-0.2,0.5-0.4V37H40V24.4H39.5z"/>
+<path d="M24.7,30.3h-10l0,0H11l3.5-3.5l-1.1-1.1L8,31.1l5.4,5.4l1.1-1.1L11,31.9h13.7c4.9,0,8.8-4,8.8-8.9h-1.6
+	C31.9,27,28.7,30.3,24.7,30.3z"/>
+<path d="M27.1,12.1l3.5,3.5H16.9c-4.9,0-8.8,4-8.8,8.9h1.6c0-4,3.2-7.3,7.2-7.3h13.6l-3.4,3.5l1.1,1.1l5.3-5.4L28.2,11L27.1,12.1z"
+	/>
 </svg>
diff --git a/modules/gui/qt/pixmaps/playlist/shuffle_on.svg b/modules/gui/qt/pixmaps/playlist/shuffle_on.svg
old mode 100644
new mode 100755
index 3a56f5e02b..ff00693157
--- a/modules/gui/qt/pixmaps/playlist/shuffle_on.svg
+++ b/modules/gui/qt/pixmaps/playlist/shuffle_on.svg
@@ -1,78 +1,15 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.92.1 r15371"
-   sodipodi:docname="shuffle_on.svg">
-  <defs
-     id="defs8" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="796"
-     inkscape:window-height="831"
-     id="namedview6"
-     showgrid="false"
-     inkscape:zoom="4.9166667"
-     inkscape:cx="18.07595"
-     inkscape:cy="23.424273"
-     inkscape:window-x="796"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="layer1"
-     showguides="true"
-     inkscape:guide-bbox="true">
-    <sodipodi:guide
-       position="0,24.017661"
-       orientation="1,0"
-       id="guide2390"
-       inkscape:locked="false" />
-    <sodipodi:guide
-       position="23.59322,0"
-       orientation="0,1"
-       id="guide2392"
-       inkscape:locked="false" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Master"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-384,-1004.3622)"
-     style="display:inline">
-    <path
-       style="display:inline;fill:#747474;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       d="M 12.242188 8 L 8 12.244141 L 13 17.244141 L 17.050781 21.294922 L 21.292969 17.050781 L 13 8.7578125 L 12.242188 8 z M 27 8 L 31.378906 12.378906 L 13 30.757812 L 8 35.757812 L 12.244141 40 L 13 39.244141 L 35.621094 16.621094 L 40 21 L 40 8 L 27 8 z M 31.035156 26.792969 L 26.792969 31.037109 L 31.378906 35.621094 L 27 40 L 40 40 L 40 27 L 35.621094 31.378906 L 31.035156 26.792969 z "
-       transform="translate(384,1004.3622)"
-       id="path7069" />
-  </g>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<title>Icon-Random</title>
+<path d="M14.2,19.1c1,0.4,1.9,0.9,2.8,1.5c0.9,0.6,1.7,1.3,2.5,2c0.2-0.2,0.5-0.5,0.7-0.8c0.2-0.3,0.4-0.5,0.7-0.8
+	c-1.7-1.6-3.7-2.9-5.9-3.8c-2.2-0.9-4.5-1.4-6.9-1.4v2.1C10.1,17.8,12.2,18.3,14.2,19.1z"/>
+<path d="M33.8,27.8l2.3,2.4c-2-0.1-4.1-0.5-5.9-1.3c-0.9-0.4-1.8-0.9-2.7-1.5c-0.9-0.6-1.7-1.2-2.4-1.9c-0.2,0.3-0.5,0.5-0.7,0.8
+	c-0.2,0.3-0.4,0.5-0.7,0.8c0.8,0.8,1.8,1.5,2.7,2.1c0.9,0.6,2,1.2,3,1.6c1,0.4,2.1,0.8,3.2,1c1.1,0.2,2.3,0.4,3.4,0.4l-2.3,2.4
+	l1.4,1.5l4.8-4.8l-4.8-4.8L33.8,27.8z"/>
+<path d="M25.8,21.9c0.9-0.8,2-1.5,3.1-2.1c1.1-0.6,2.2-1.1,3.4-1.4c1.2-0.3,2.5-0.5,3.8-0.6l-2.3,2.3l1.4,1.5l4.8-4.8L35.2,12
+	l-1.4,1.4l2.3,2.4c-2.3,0.1-4.5,0.5-6.6,1.4c-1,0.4-2,1-3,1.6c-1,0.6-1.9,1.3-2.7,2.1c-0.4,0.4-0.8,0.8-1.2,1.2s-0.8,0.8-1.1,1.3
+	c-0.9,1-1.8,1.9-2.8,2.8c-1,0.8-2,1.5-3.2,2.1c-1.1,0.6-2.3,1.1-3.5,1.4c-1.3,0.3-2.7,0.5-4,0.5v2.1c2.4,0,4.7-0.4,6.9-1.4
+	c2.2-0.9,4.2-2.2,5.9-3.8c0.4-0.4,0.8-0.8,1.1-1.1l1-1.2C23.9,23.7,24.8,22.8,25.8,21.9z"/>
 </svg>
diff --git a/modules/gui/qt/pixmaps/previous.svg b/modules/gui/qt/pixmaps/previous.svg
old mode 100644
new mode 100755
index 5fa343a126..e51e014b70
--- a/modules/gui/qt/pixmaps/previous.svg
+++ b/modules/gui/qt/pixmaps/previous.svg
@@ -1,91 +1,10 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.92.1 r15371"
-   sodipodi:docname="previous.svg">
-  <defs
-     id="defs8" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="796"
-     inkscape:window-height="871"
-     id="namedview6"
-     showgrid="true"
-     inkscape:zoom="9.8333333"
-     inkscape:cx="34.224454"
-     inkscape:cy="33.095071"
-     inkscape:window-x="800"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="layer1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid4486" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Master"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-384,-1004.3622)"
-     style="display:inline">
-    <g
-       transform="translate(192,527.99989)"
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       style="display:inline;fill:#747474;fill-opacity:1"
-       id="g7011">
-      <path
-         sodipodi:nodetypes="cccc"
-         style="opacity:1;fill:#747474;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-         d="m 234,512.36222 v -24 l -15,12.00001 z"
-         id="path7013"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path7015"
-         d="m 220,512.3622 v -24 l -15,12.00003 z"
-         style="opacity:1;fill:#747474;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-         sodipodi:nodetypes="cccc" />
-      <rect
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
-         id="rect7017"
-         width="8"
-         height="24.000004"
-         x="198"
-         y="488.36221"
-         ry="0" />
-    </g>
-  </g>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill-rule:evenodd;clip-rule:evenodd;}
+</style>
+<title>Icon-Previous</title>
+<path class="st0" d="M37.3,35.7L22,24.8L37.3,14V35.7z M17.3,24.8l22.7,16v-32L17.3,24.8z M10.7,8.8H8v32h2.7L10.7,8.8z"/>
 </svg>
diff --git a/modules/gui/qt/pixmaps/sync.svg b/modules/gui/qt/pixmaps/sync.svg
new file mode 100755
index 0000000000..b5c8725e8a
--- /dev/null
+++ b/modules/gui/qt/pixmaps/sync.svg
@@ -0,0 +1 @@
+<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><title>Icon-Sync</title><path d="M38.08,27.76l1.92.59a16,16,0,0,1-2.34,4.73,16.76,16.76,0,0,1-8.29,6.07,16.24,16.24,0,0,1-5.26.85,16.79,16.79,0,0,1-4.2-.53,16.19,16.19,0,0,1-3.86-1.53,17,17,0,0,1-3.36-2.44A16.23,16.23,0,0,1,10,32.24V36H8v-8h8.06v2h-5a14.12,14.12,0,0,0,2.31,3.29,14.73,14.73,0,0,0,3.07,2.51,15.27,15.27,0,0,0,3.65,1.6,14.12,14.12,0,0,0,4,.57A14.46,14.46,0,0,0,36,32,14.26,14.26,0,0,0,38.08,27.76ZM38,12v3.78a16.23,16.23,0,0,0-2.68-3.26A17,17,0,0,0,32,10.06a16.36,16.36,0,0,0-3.86-1.53A16.79,16.79,0,0,0,23.89,8a16.28,16.28,0,0,0-5.26.85,16.76,16.76,0,0,0-8.29,6.07A16,16,0,0,0,8,19.65l1.92.59A14.26,14.26,0,0,1,12,16.05,14.59,14.59,0,0,1,23.89,10a14.12,14.12,0,0,1,4,.57,15.27,15.27,0,0,1,3.65,1.6,14.42,14.42,0,0,1,3.07,2.51A14.12,14.12,0,0,1,36.92,18H32v2H40V12Z"/></svg>
\ No newline at end of file
diff --git a/modules/gui/qt/pixmaps/toolbar/audiosub.svg b/modules/gui/qt/pixmaps/toolbar/audiosub.svg
old mode 100644
new mode 100755
index 764ca2fd2e..a0cc891d9d
--- a/modules/gui/qt/pixmaps/toolbar/audiosub.svg
+++ b/modules/gui/qt/pixmaps/toolbar/audiosub.svg
@@ -1,71 +1,11 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg3428"
-   version="1.1"
-   inkscape:version="0.92.3 (2405546, 2018-03-11)"
-   sodipodi:docname="audiosub.svg">
-  <defs
-     id="defs3430" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="5.6568543"
-     inkscape:cx="-51.821021"
-     inkscape:cy="19.622447"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="1920"
-     inkscape:window-height="1043"
-     inkscape:window-x="2560"
-     inkscape:window-y="0"
-     inkscape:window-maximized="1"
-     inkscape:snap-grids="false">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3436"
-       empspacing="4"
-       visible="true"
-       enabled="true"
-       snapvisiblegridlinesonly="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata3433">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(0,-1004.3622)">
-    <path
-       style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9186148;marker:none;enable-background:accumulate"
-       d="m 12.946675,1008.6135 c -4.0713009,0 -7.3489184,3.2776 -7.3489184,7.3489 v 14.6979 c 0,4.0713 3.2776175,7.3489 7.3489184,7.3489 h 10.61 l -2.572121,9.3239 a 1.102448,0.99666884 0 0 0 1.860379,0.9646 l 11.367672,-10.2885 h 0.780823 c 4.071301,0 7.348918,-3.2776 7.348918,-7.3489 v -14.6979 c 0,-4.0713 -3.277617,-7.3489 -7.348918,-7.3489 z m -2.939567,5.5117 h 27.925887 c 0.40713,0 0.734892,0.3261 0.734892,0.7349 v 2.2047 c 0,0.4087 -0.327027,0.7348 -0.734892,0.7348 H 10.007108 c -0.4071305,0 -0.7348923,-0.3261 -0.7348923,-0.7348 v -2.2047 c 0,-0.4088 0.3270269,-0.7349 0.7348923,-0.7349 z m 0,7.3489 h 15.432728 c 0.40713,0 0.734891,0.3261 0.734891,0.7349 v 2.2047 c 0,0.4088 -0.327026,0.7349 -0.734891,0.7349 H 10.007108 c -0.4071305,0 -0.7348923,-0.3261 -0.7348923,-0.7349 v -2.2047 c 0,-0.4088 0.3270269,-0.7349 0.7348923,-0.7349 z m 20.57697,0 h 7.348917 c 0.40713,0 0.734892,0.3261 0.734892,0.7349 v 2.2047 c 0,0.4088 -0.327027,0.7349 -0.734892,0.7349 h -7.348917 c -0.40713,0 -
 0.734891,-0.3261 -0.734891,-0.7349 v -2.2047 c 0,-0.4088 0.327026,-0.7349 0.734891,-0.7349 z m -20.57697,7.3489 h 20.57697 c 0.40713,0 0.734892,0.3261 0.734892,0.7349 v 2.2047 c 0,0.4088 -0.327027,0.7349 -0.734892,0.7349 h -20.57697 c -0.4071305,0 -0.7348923,-0.3261 -0.7348923,-0.7349 v -2.2047 c 0,-0.4088 0.3270269,-0.7349 0.7348923,-0.7349 z m 25.721212,0 h 2.204675 c 0.40713,0 0.734892,0.3261 0.734892,0.7349 v 2.2047 c 0,0.4088 -0.327027,0.7349 -0.734892,0.7349 H 35.72832 c -0.40713,0 -0.734892,-0.3261 -0.734892,-0.7349 v -2.2047 c 0,-0.4088 0.327027,-0.7349 0.734892,-0.7349 z"
-       id="path6367"
-       inkscape:connector-curvature="0" />
-  </g>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill-rule:evenodd;clip-rule:evenodd;}
+</style>
+<title>Icon-Subtitle</title>
+<path class="st0" d="M34,13.8v2H14v-2H34z M34,19.8v2H14v-2H34z M26,25.8v2H14v-2H26z M38.1,9.9H9.9v22.3h8.9l5.3,5.2l5.3-5.2h8.9
+	V9.9z M40,8v26H30l-6,6l-6-6H8V8H40z"/>
 </svg>
diff --git a/modules/gui/qt/pixmaps/toolbar/extended.svg b/modules/gui/qt/pixmaps/toolbar/extended.svg
new file mode 100755
index 0000000000..25c17329ed
--- /dev/null
+++ b/modules/gui/qt/pixmaps/toolbar/extended.svg
@@ -0,0 +1 @@
+<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><title>Icon-Effects</title><path d="M32.8,33.71h0a4.45,4.45,0,0,0-8.71,0H8v1.76H24.09a4.45,4.45,0,0,0,8.71,0H40V33.71Zm-4.35,3.53a2.65,2.65,0,1,1,2.66-2.65A2.66,2.66,0,0,1,28.45,37.24Z"/><path d="M36.35,12.53h0a4.45,4.45,0,0,0-8.71,0H8v1.76H27.64a4.45,4.45,0,0,0,8.71,0H40V12.53ZM32,16.06a2.65,2.65,0,1,1,2.67-2.65A2.67,2.67,0,0,1,32,16.06Z"/><path d="M22.13,23.12h0a4.45,4.45,0,0,0-8.71,0H8v1.76h5.42a4.45,4.45,0,0,0,8.71,0H40V23.12Zm-4.35,3.53A2.65,2.65,0,1,1,20.45,24,2.67,2.67,0,0,1,17.78,26.65Z"/></svg>
\ No newline at end of file
diff --git a/modules/gui/qt/pixmaps/toolbar/fullscreen.svg b/modules/gui/qt/pixmaps/toolbar/fullscreen.svg
old mode 100644
new mode 100755
index f8d8485794..bf170beee2
--- a/modules/gui/qt/pixmaps/toolbar/fullscreen.svg
+++ b/modules/gui/qt/pixmaps/toolbar/fullscreen.svg
@@ -1,73 +1,11 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.92.1 r15371"
-   sodipodi:docname="fullscreen.svg">
-  <defs
-     id="defs8" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="956"
-     inkscape:window-height="1021"
-     id="namedview6"
-     showgrid="false"
-     inkscape:zoom="4.9166667"
-     inkscape:cx="-16.34716"
-     inkscape:cy="52.055966"
-     inkscape:window-x="2560"
-     inkscape:window-y="30"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="layer1"
-     showguides="true"
-     inkscape:guide-bbox="true">
-    <sodipodi:guide
-       position="0,24.017661"
-       orientation="1,0"
-       id="guide2390"
-       inkscape:locked="false" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Master"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-384,-1004.3622)"
-     style="display:inline">
-    <path
-       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#747474;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:15;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4.19999981;stroke-opacity:1;marker:none;enable-background:accumulate"
-       d="M 4 8 L 4 12 L 4 20 L 10 20 L 10 14 L 16 14 L 16 8 L 8 8 L 4 8 z M 32 8 L 32 14 L 38 14 L 38 20 L 44 20 L 44 12 L 44 8 L 40 8 L 32 8 z M 4 28 L 4 36 L 4 40 L 8 40 L 16 40 L 16 34 L 10 34 L 10 28 L 4 28 z M 38 28 L 38 34 L 32 34 L 32 40 L 40 40 L 44 40 L 44 36 L 44 28 L 38 28 z "
-       transform="translate(384,1004.3622)"
-       id="path11393" />
-  </g>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill-rule:evenodd;clip-rule:evenodd;}
+</style>
+<title>Icon-Fullscreen</title>
+<polygon class="st0" points="28.6,8 28.6,10.3 36.1,10.3 10.3,36.1 10.3,28.6 8,28.6 8,40 19.4,40 19.4,37.7 11.9,37.7 37.7,11.9 
+	37.7,19.4 40,19.4 40,8 "/>
 </svg>
diff --git a/modules/gui/qt/pixmaps/toolbar/skip_back.svg b/modules/gui/qt/pixmaps/toolbar/skip_back.svg
old mode 100644
new mode 100755
index 2067d767c9..e765b21134
--- a/modules/gui/qt/pixmaps/toolbar/skip_back.svg
+++ b/modules/gui/qt/pixmaps/toolbar/skip_back.svg
@@ -1,81 +1,21 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.92.1 r15371"
-   sodipodi:docname="skip_back.svg">
-  <defs
-     id="defs8">
-    <inkscape:path-effect
-       is_visible="true"
-       id="path-effect6553-2-5"
-       effect="spiro" />
-  </defs>
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="956"
-     inkscape:window-height="1021"
-     id="namedview6"
-     showgrid="true"
-     inkscape:zoom="9.8333333"
-     inkscape:cx="24.828754"
-     inkscape:cy="26.864615"
-     inkscape:window-x="2560"
-     inkscape:window-y="30"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="layer1"
-     showguides="true"
-     inkscape:guide-bbox="true">
-    <sodipodi:guide
-       position="0,24.017661"
-       orientation="1,0"
-       id="guide2390"
-       inkscape:locked="false" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid4492" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Master"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-384,-1004.3622)"
-     style="display:inline">
-    <path
-       style="display:inline;opacity:1;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:35.43307114;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 24 8 A 16 16 0 0 0 8 24 L 3 24 L 11 32 L 19 24 L 14 24 A 10 9.9999962 0 0 1 24 14 A 10 9.9999962 0 0 1 34 24 L 34 28 L 40 28 L 40 24 A 16 16 0 0 0 24 8 z M 8 34 L 8 40 L 14 40 L 14 34 L 8 34 z M 16.666016 34 L 16.666016 40 L 22.666016 40 L 22.666016 34 L 16.666016 34 z M 25.333984 34 L 25.333984 40 L 31.333984 40 L 31.333984 34 L 25.333984 34 z M 34 34 L 34 40 L 40 40 L 40 34 L 34 34 z "
-       transform="translate(384,1004.3622)"
-       id="path6659-8" />
-  </g>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<title>Icon-Go-Backward</title>
+<path d="M19.3,23.6h0.6V38h-1.6V25.8c-0.2,0.2-0.4,0.4-0.6,0.5c-0.3,0.2-0.6,0.3-0.9,0.5c-0.3,0.1-0.6,0.3-0.9,0.4
+	c-0.3,0.1-0.5,0.2-0.8,0.3v-1.6c0.4-0.1,0.7-0.2,1.1-0.4c0.4-0.2,0.8-0.3,1.1-0.5c0.4-0.2,0.7-0.4,1.1-0.6S19,23.8,19.3,23.6z
+	 M33.6,29.3c0,0.5,0,1.1,0,1.6s0,1-0.1,1.6c-0.1,0.6-0.1,1.1-0.3,1.7c-0.1,0.5-0.3,1.1-0.5,1.6c-0.2,0.5-0.5,0.9-0.8,1.3
+	c-0.4,0.4-0.8,0.7-1.2,0.9c-0.5,0.2-1.1,0.3-1.7,0.3c-0.6,0-1.1-0.1-1.6-0.3c-0.4-0.2-0.8-0.5-1.2-0.9c-0.3-0.4-0.6-0.8-0.8-1.2
+	c-0.2-0.5-0.4-1-0.5-1.5c-0.1-0.5-0.2-1-0.3-1.6c0-0.5-0.1-1-0.1-1.5s0-1.1,0.1-1.7c0-0.6,0.1-1.1,0.3-1.7c0.1-0.5,0.3-1.1,0.5-1.6
+	c0.2-0.5,0.5-0.9,0.9-1.3c0.4-0.4,0.8-0.7,1.3-0.9c0.6-0.2,1.2-0.4,1.8-0.3c0.6,0,1.2,0.1,1.7,0.3c0.5,0.2,0.9,0.5,1.2,0.9
+	c0.3,0.4,0.6,0.8,0.8,1.3c0.2,0.5,0.4,1,0.5,1.5C33.6,28.2,33.6,28.7,33.6,29.3z M32.1,31c0-0.3,0-0.7,0-1.1c0-0.4-0.1-0.9-0.1-1.3
+	c-0.1-0.4-0.1-0.9-0.3-1.3c-0.1-0.4-0.3-0.8-0.5-1.1c-0.2-0.3-0.5-0.6-0.8-0.8C30,25.1,29.6,25,29.2,25c-0.4,0-0.8,0.1-1.2,0.3
+	c-0.3,0.2-0.6,0.5-0.8,0.8c-0.2,0.4-0.4,0.8-0.5,1.2c-0.1,0.4-0.2,0.9-0.3,1.3c-0.1,0.5-0.1,0.9-0.1,1.4c0,0.4,0,0.8,0,1.1
+	s0,0.7,0,1.1s0.1,0.8,0.1,1.3c0.1,0.4,0.2,0.8,0.3,1.2c0.1,0.4,0.3,0.7,0.5,1.1c0.2,0.3,0.5,0.6,0.8,0.8c0.4,0.2,0.8,0.3,1.2,0.3
+	c0.4,0,0.8-0.1,1.2-0.3c0.3-0.2,0.6-0.5,0.8-0.8c0.2-0.3,0.4-0.7,0.5-1.1c0.1-0.4,0.2-0.8,0.3-1.3C32,33,32,32.6,32,32.1
+	C32,31.7,32.1,31.3,32.1,31z M37.7,16.8c-2-2.9-5-5-8.3-6.1c-3.1-1-6.3-1.1-9.5-0.3c-1.4,0.4-2.7,0.9-3.9,1.6
+	c-1.2,0.7-2.4,1.5-3.4,2.5c-1,1-1.9,2.1-2.6,3.3v-3.8H8v8h8.1v-2h-5c0.6-1.2,1.4-2.3,2.3-3.3c0.9-1,2-1.8,3.1-2.5
+	c1.1-0.7,2.4-1.2,3.6-1.6c1.3-0.4,2.6-0.6,4-0.6c1.6,0,3.2,0.2,4.6,0.8c1.5,0.5,2.8,1.2,4.1,2.1c1.2,0.9,2.3,2,3.2,3.2
+	c0.9,1.3,1.6,2.7,2.1,4.2l1.9-0.6C39.5,19.8,38.7,18.2,37.7,16.8L37.7,16.8z"/>
 </svg>
diff --git a/modules/gui/qt/pixmaps/toolbar/skip_for.svg b/modules/gui/qt/pixmaps/toolbar/skip_for.svg
old mode 100644
new mode 100755
index 7f08224cb1..c18b0e62dc
--- a/modules/gui/qt/pixmaps/toolbar/skip_for.svg
+++ b/modules/gui/qt/pixmaps/toolbar/skip_for.svg
@@ -1,78 +1,21 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   viewBox="0 0 48 48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
-   sodipodi:docname="skip_for.svg">
-  <defs
-     id="defs8">
-    <inkscape:path-effect
-       is_visible="true"
-       id="path-effect6553-2-5"
-       effect="spiro" />
-  </defs>
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="956"
-     inkscape:window-height="1021"
-     id="namedview6"
-     showgrid="false"
-     inkscape:zoom="2.4583333"
-     inkscape:cx="55.59908"
-     inkscape:cy="107.77475"
-     inkscape:window-x="2560"
-     inkscape:window-y="30"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="layer1"
-     showguides="true"
-     inkscape:guide-bbox="true">
-    <sodipodi:guide
-       position="0,24.017661"
-       orientation="1,0"
-       id="guide2390"
-       inkscape:locked="false" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Master"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-384,-1004.3622)"
-     style="display:inline">
-    <path
-       style="display:inline;opacity:1;fill:#747474;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:35.43307114;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="m 408,1012.3622 a 16,16 0 0 0 -16,16 v 4 h 6 v -4 a 10,9.9999962 0 0 1 10,-10 10,9.9999962 0 0 1 10,10 h -5 l 8,8 8,-8 h -5 a 16,16 0 0 0 -16,-16 z m -16,26 v 6 h 6 v -6 z m 8.66602,0 v 6 h 6 v -6 z m 8.66796,0 v 6 h 6 v -6 z m 8.66602,0 v 6 h 6 v -6 z"
-       id="path2380"
-       inkscape:connector-curvature="0" />
-  </g>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<title>Icon-Go-Forward</title>
+<path d="M19.3,23.6h0.6V38h-1.6V25.8c-0.2,0.2-0.4,0.4-0.6,0.5c-0.3,0.2-0.6,0.3-0.9,0.5c-0.3,0.1-0.6,0.3-0.9,0.4
+	c-0.3,0.1-0.5,0.2-0.8,0.3v-1.6c0.4-0.1,0.7-0.2,1.1-0.4c0.4-0.2,0.8-0.3,1.1-0.5c0.4-0.2,0.7-0.4,1.1-0.6S19,23.8,19.3,23.6z
+	 M33.6,29.3c0,0.5,0,1.1,0,1.6s0,1-0.1,1.6c-0.1,0.6-0.1,1.1-0.3,1.7c-0.1,0.5-0.3,1.1-0.5,1.6c-0.2,0.5-0.5,0.9-0.8,1.3
+	c-0.4,0.4-0.8,0.7-1.2,0.9c-0.5,0.2-1.1,0.3-1.7,0.3c-0.6,0-1.1-0.1-1.6-0.3c-0.4-0.2-0.8-0.5-1.2-0.9c-0.3-0.4-0.6-0.8-0.8-1.2
+	c-0.2-0.5-0.4-1-0.5-1.5c-0.1-0.5-0.2-1-0.3-1.6c0-0.5-0.1-1-0.1-1.5s0-1.1,0.1-1.7c0-0.6,0.1-1.1,0.3-1.7c0.1-0.5,0.3-1.1,0.5-1.6
+	c0.2-0.5,0.5-0.9,0.9-1.3c0.4-0.4,0.8-0.7,1.3-0.9c0.6-0.2,1.2-0.4,1.8-0.3c0.6,0,1.2,0.1,1.7,0.3c0.5,0.2,0.9,0.5,1.2,0.9
+	c0.3,0.4,0.6,0.8,0.8,1.3c0.2,0.5,0.4,1,0.5,1.5C33.6,28.2,33.6,28.7,33.6,29.3z M32.1,31c0-0.3,0-0.7,0-1.1c0-0.4-0.1-0.9-0.1-1.3
+	c-0.1-0.4-0.1-0.9-0.3-1.3c-0.1-0.4-0.3-0.8-0.5-1.1c-0.2-0.3-0.5-0.6-0.8-0.8C30,25.1,29.6,25,29.2,25c-0.4,0-0.8,0.1-1.2,0.3
+	c-0.3,0.2-0.6,0.5-0.8,0.8c-0.2,0.4-0.4,0.8-0.5,1.2c-0.1,0.4-0.2,0.9-0.3,1.3c-0.1,0.5-0.1,0.9-0.1,1.4c0,0.4,0,0.8,0,1.1
+	s0,0.7,0,1.1s0.1,0.8,0.1,1.3c0.1,0.4,0.2,0.8,0.3,1.2c0.1,0.4,0.3,0.7,0.5,1.1c0.2,0.3,0.5,0.6,0.8,0.8c0.4,0.2,0.8,0.3,1.2,0.3
+	c0.4,0,0.8-0.1,1.2-0.3c0.3-0.2,0.6-0.5,0.8-0.8c0.2-0.3,0.4-0.7,0.5-1.1c0.1-0.4,0.2-0.8,0.3-1.3C32,33,32,32.6,32,32.1
+	C32,31.7,32.1,31.3,32.1,31z M38,13.8v3.8c-0.7-1.2-1.6-2.3-2.7-3.3c-1-1-2.1-1.8-3.3-2.5c-1.2-0.7-2.5-1.2-3.9-1.6
+	c-3.1-0.8-6.4-0.7-9.5,0.3c-3.3,1.1-6.3,3.3-8.3,6.2c-1.1,1.4-1.9,3.1-2.4,4.8l1.9,0.6c0.5-1.5,1.2-2.9,2.1-4.2
+	c0.9-1.3,2-2.4,3.2-3.3c1.2-0.9,2.6-1.6,4.1-2.1c1.5-0.5,3.1-0.8,4.6-0.8c1.4,0,2.7,0.2,4,0.6c1.3,0.4,2.5,0.9,3.6,1.6
+	c1.1,0.7,2.2,1.6,3.1,2.5c0.9,1,1.7,2.1,2.3,3.3h-5v2H40v-8.1H38z"/>
 </svg>
diff --git a/modules/gui/qt/pixmaps/visualization.svg b/modules/gui/qt/pixmaps/visualization.svg
new file mode 100755
index 0000000000..9127e174dd
--- /dev/null
+++ b/modules/gui/qt/pixmaps/visualization.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill-rule:evenodd;clip-rule:evenodd;}
+</style>
+<title>Icon-Vizualisation</title>
+<path class="st0" d="M38.8,24.2H36l-1-4.1c0-0.6-0.4-1-1-1s-1,0.4-1,1l-1.3,6.6L30,15.5c0-0.6-0.4-1-1-1s-1,0.4-1,1L26.6,28L25.1,9
+	c0-0.6-0.5-1-1-1s-1,0.5-1,1l-1.5,19l-1.4-12.6c0-0.6-0.4-1-1-1s-1,0.4-1,1l-1.6,11.3l-1.3-6.6c0-0.6-0.4-1-1-1s-1,0.4-1,1l-1,4.1
+	h-3c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.5,1.2,1.2,1.2h3.7c0.5,0,0.9-0.3,1-0.7l0.2-0.7l1.6,7.8c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1
+	l1.3-9.2L20.6,39c0,0.6,0.4,1,1,1s1-0.4,1-1L24,21.5L25.5,39c0,0.6,0.4,1,1,1s1-0.4,1-1l1.6-15.2l1.3,9.2c0,0.6,0.4,1,1,1
+	c0.6,0,1-0.4,1-1l1.6-7.9l0.2,0.6c0.1,0.5,0.6,0.9,1.1,0.9h3.5c0.7,0,1.2-0.5,1.2-1.2C40.1,24.7,39.5,24.2,38.8,24.2L38.8,24.2z"/>
+</svg>
diff --git a/modules/gui/qt/style/VLCIcons.qml b/modules/gui/qt/style/VLCIcons.qml
index 10e20c71c4..49e99c2e68 100644
--- a/modules/gui/qt/style/VLCIcons.qml
+++ b/modules/gui/qt/style/VLCIcons.qml
@@ -170,5 +170,10 @@ Item {
     property string window_minimize : "\ue096"
     property string window_restore : "\ue097"
     property string home : "\ue098"
+    property string download : "\ue099"
+    property string multiselect : "\ue09a"
+    property string sync : "\ue09b"
+    property string check : "\ue09c"
+    property string visualization : "\ue09d"
 
 }
\ No newline at end of file



More information about the vlc-commits mailing list