diff --git a/components/src/sip.svg b/components/src/sip.svg
new file mode 100644
index 0000000000000000000000000000000000000000..3d4482bebddd5cb057864d9a82e6f5872fdc1a9a
--- /dev/null
+++ b/components/src/sip.svg
@@ -0,0 +1,9 @@
+<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
+	<rect x="40" y="70" width="40" height="100" stroke="#2f2f2f" stroke-width="7" fill="#e8e8e8" />
+	<rect x="40" y="70" width="40" height="10" stroke="black" stroke-width="2" fill="black" />
+	<rect x="40" y="160" width="40" height="10" stroke="black" stroke-width="2" fill="black" />
+	
+	<circle r="10" cx="60" cy="120" fill="#edebeb" stroke="#2f2f2f" stroke-width="10px" />
+	<circle r="7" cx="60" cy="120" fill="#edebeb" stroke="#2f2f2f" stroke-width="5px" />
+
+</svg>