diff --git a/public/images/embed.png b/public/images/embed.png
deleted file mode 100644
index 2dee0f9a26..0000000000
Binary files a/public/images/embed.png and /dev/null differ
diff --git a/shared/editor/embeds/index.tsx b/shared/editor/embeds/index.tsx
index 5ca822d026..11234fda8f 100644
--- a/shared/editor/embeds/index.tsx
+++ b/shared/editor/embeds/index.tsx
@@ -1,3 +1,4 @@
+import { BrowserIcon } from "outline-icons";
import * as React from "react";
import styled from "styled-components";
import { Primitive } from "utility-types";
@@ -665,7 +666,7 @@ const embeds: EmbedDescriptor[] = [
title: "Embed",
keywords: "iframe webpage",
placeholder: "Paste a URL to embed",
- icon:
,
+ icon: ,
defaultHidden: false,
matchOnInput: false,
regexMatch: [new RegExp("^https?://(.*)$")],