diff --git a/components/src/stripline.svg b/components/src/stripline.svg
new file mode 100644
index 0000000000000000000000000000000000000000..b843478ec9be2467b3bf3a173b6b61a3abeaf1e9
--- /dev/null
+++ b/components/src/stripline.svg
@@ -0,0 +1,7 @@
+<svg width="200" height="210" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
+	<g transform="translate(75 0) scale(2.5)">
+		<rect x="8" y="17" width="15" height="60" rx="10" ry="10" fill="#6f00fd" stroke="darkslategrey" stroke-width="3"/>
+		<line x1="12.5" y1="27" x2="12.5" y2="67" stroke="white" stroke-width="3px" />
+		<line x1="18.5" y1="27" x2="18.5" y2="67" stroke="white" stroke-width="3px" />
+	</g>
+</svg>