diff --git a/components/src/scraper.svg b/components/src/scraper.svg
new file mode 100644
index 0000000000000000000000000000000000000000..6b65afc21bc51db18e97867c23797fe720fd4383
--- /dev/null
+++ b/components/src/scraper.svg
@@ -0,0 +1,6 @@
+<svg width="200" height="210" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
+	<rect x="40" y="40" width="50" height="100" rx="10" ry="10" fill="#80c3ff" stroke="darkslategrey" stroke-width="5"/>
+	<rect x="53" y="55" width="25" height="70" rx="10" ry="10" fill="#ffc380" stroke="darkslategrey" stroke-width="5"/>
+	<line x1="65" y1="30" x2="65" y2="80" stroke="black" stroke-width="5px" />
+	<line x1="65" y1="100" x2="65" y2="160" stroke="black" stroke-width="5px" />
+</svg>