diff --git a/icons/captions-off.json b/icons/captions-off.json
new file mode 100644
index 000000000..0da7b8844
--- /dev/null
+++ b/icons/captions-off.json
@@ -0,0 +1,18 @@
+{
+ "$schema": "../icon.schema.json",
+ "contributors": [
+ "DefaultLP"
+ ],
+ "tags": [
+ "closed captions",
+ "subtitles",
+ "subhead",
+ "transcription",
+ "transcribe",
+ "dialogue",
+ "accessibility"
+ ],
+ "categories": [
+ "multimedia"
+ ]
+}
diff --git a/icons/captions-off.svg b/icons/captions-off.svg
new file mode 100644
index 000000000..5552fe368
--- /dev/null
+++ b/icons/captions-off.svg
@@ -0,0 +1,18 @@
+
diff --git a/icons/captions.json b/icons/captions.json
new file mode 100644
index 000000000..70884bc2a
--- /dev/null
+++ b/icons/captions.json
@@ -0,0 +1,21 @@
+{
+ "$schema": "../icon.schema.json",
+ "contributors": [
+ "DefaultLP"
+ ],
+ "tags": [
+ "closed captions",
+ "subtitles",
+ "subhead",
+ "transcription",
+ "transcribe",
+ "dialogue",
+ "accessibility"
+ ],
+ "categories": [
+ "multimedia"
+ ],
+ "aliases": [
+ "subtitles"
+ ]
+}
diff --git a/icons/subtitles.svg b/icons/captions.svg
similarity index 53%
rename from icons/subtitles.svg
rename to icons/captions.svg
index e9bc08553..fdf03617b 100644
--- a/icons/subtitles.svg
+++ b/icons/captions.svg
@@ -9,9 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
-
-
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/icons/subtitles.json b/icons/subtitles.json
deleted file mode 100644
index ea390db94..000000000
--- a/icons/subtitles.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "$schema": "../icon.schema.json",
- "contributors": [
- "it-is-not",
- "karsa-mistmere"
- ],
- "tags": [
- "captions",
- "closed captions",
- "accessibility"
- ],
- "categories": []
-}