diff --git a/src/components/sound-editor/icon--play.svg b/src/components/sound-editor/icon--play.svg
new file mode 100644
index 0000000000000000000000000000000000000000..817a2cab9f74df0adfa01c78be6882b9d983d8bc
Binary files /dev/null and b/src/components/sound-editor/icon--play.svg differ
diff --git a/src/components/sound-editor/icon--stop.svg b/src/components/sound-editor/icon--stop.svg
new file mode 100644
index 0000000000000000000000000000000000000000..c960e66c3c5a34f58549ee46be0193246c0a8678
Binary files /dev/null and b/src/components/sound-editor/icon--stop.svg differ
diff --git a/src/components/sound-editor/sound-editor.css b/src/components/sound-editor/sound-editor.css
index 03cccb22eeffe3ad2a4a9f875157d4f6104e7d2b..f46bcac21d713e4a0c66092b008b3b2e50e61fcd 100644
--- a/src/components/sound-editor/sound-editor.css
+++ b/src/components/sound-editor/sound-editor.css
@@ -108,7 +108,6 @@ $border-radius: 0.25rem;
     flex-grow: 1;
     max-width: 100%;
     max-height: 100%;
-    filter: grayscale(1) brightness(10);
     /*min-width: 1.5rem;*/
 }
 
diff --git a/src/components/sound-editor/sound-editor.jsx b/src/components/sound-editor/sound-editor.jsx
index 76185654885161999cf51b32edb718c96a82ade7..b0e97a1741b33b0bb43d5dd482498c9e95915c24 100644
--- a/src/components/sound-editor/sound-editor.jsx
+++ b/src/components/sound-editor/sound-editor.jsx
@@ -13,8 +13,8 @@ import IconButton from '../icon-button/icon-button.jsx';
 
 import styles from './sound-editor.css';
 
-import playIcon from '../record-modal/icon--play.svg';
-import stopIcon from '../record-modal/icon--stop-playback.svg';
+import playIcon from './icon--play.svg';
+import stopIcon from './icon--stop.svg';
 import redoIcon from './icon--redo.svg';
 import undoIcon from './icon--undo.svg';
 import fasterIcon from './icon--faster.svg';