diff --git a/windows/security/operating-system-security/data-protection/bitlocker/images/cmd.png b/windows/security/operating-system-security/data-protection/bitlocker/images/cmd.png
deleted file mode 100644
index c410cfa5d4..0000000000
Binary files a/windows/security/operating-system-security/data-protection/bitlocker/images/cmd.png and /dev/null differ
diff --git a/windows/security/operating-system-security/data-protection/bitlocker/images/cmd.svg b/windows/security/operating-system-security/data-protection/bitlocker/images/cmd.svg
new file mode 100644
index 0000000000..3886a55c78
--- /dev/null
+++ b/windows/security/operating-system-security/data-protection/bitlocker/images/cmd.svg
@@ -0,0 +1,9 @@
+
diff --git a/windows/security/operating-system-security/data-protection/bitlocker/images/controlpanel.svg b/windows/security/operating-system-security/data-protection/bitlocker/images/controlpanel.svg
new file mode 100644
index 0000000000..ad247b92d5
--- /dev/null
+++ b/windows/security/operating-system-security/data-protection/bitlocker/images/controlpanel.svg
@@ -0,0 +1,9 @@
+
diff --git a/windows/security/operating-system-security/data-protection/bitlocker/images/powershell.png b/windows/security/operating-system-security/data-protection/bitlocker/images/powershell.png
deleted file mode 100644
index 11738f23f7..0000000000
Binary files a/windows/security/operating-system-security/data-protection/bitlocker/images/powershell.png and /dev/null differ
diff --git a/windows/security/operating-system-security/data-protection/bitlocker/images/powershell.svg b/windows/security/operating-system-security/data-protection/bitlocker/images/powershell.svg
new file mode 100644
index 0000000000..5dcad75bbf
--- /dev/null
+++ b/windows/security/operating-system-security/data-protection/bitlocker/images/powershell.svg
@@ -0,0 +1,9 @@
+
diff --git a/windows/security/operating-system-security/data-protection/bitlocker/manage.md b/windows/security/operating-system-security/data-protection/bitlocker/manage.md
index a833306f4e..ae3998fcca 100644
--- a/windows/security/operating-system-security/data-protection/bitlocker/manage.md
+++ b/windows/security/operating-system-security/data-protection/bitlocker/manage.md
@@ -58,7 +58,7 @@ Remove-BitLockerKeyProtector : -KeyProtectorID "{GUID}"
> [!NOTE]
> The BitLocker cmdlet requires the key protector GUID enclosed in quotation marks to execute. Ensure the entire GUID, with braces, is included in the command.
-#### [:::image type="icon" source="images/cmd.png"::: **cmd**](#tab/cmd)
+#### [:::image type="icon" source="images/cmd.svg"::: **Command Prompt**](#tab/cmd)
```cmd
C:\>manage-bde -status
@@ -79,7 +79,7 @@ Volume C: [Local Disk]
Numerical Password
```
-#### [:::image type="icon" source="images/locked-drive.svg"::: **Settings**](#tab/controlpanel)
+#### [:::image type="icon" source="images/controlpanel.svg"::: **Control Panel**](#tab/controlpanel)
---
@@ -147,9 +147,8 @@ Enable-BitLockerKeyProtector E: -PasswordProtector -Password $pw
> [!NOTE]
> The BitLocker cmdlet requires the key protector GUID enclosed in quotation marks to execute. Ensure the entire GUID, with braces, is included in the command.
-
-#### [Command prompt](#tab/cmd)
+
+#### [:::image type="icon" source="images/cmd.svg"::: **Command Prompt**](#tab/cmd)
Data volumes use the same syntax for encryption as operating system volumes but they don't require protectors for the operation to complete. Encrypting data volumes can be done using the base command:
@@ -163,9 +162,8 @@ A common protector for a data volume is the password protector. In the example b
manage-bde.exe -protectors -add -pw C:
manage-bde.exe -on C:
```
-
-#### [Control panel](#tab/controlpanel)
+#### [:::image type="icon" source="images/controlpanel.svg"::: **Control Panel**](#tab/controlpanel)
+
---
## BitLocker Repair Tool