From d5a073d479b66f8fe4f8b3a299e2f53be454a223 Mon Sep 17 00:00:00 2001
From: Johnwesley R <47087725+jwr12135@users.noreply.github.com>
Date: Mon, 1 Aug 2022 21:12:57 -0400
Subject: [PATCH] Add OctoPrint icon (#7482)

---
 _data/simple-icons.json | 5 +++++
 icons/octoprint.svg     | 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 icons/octoprint.svg

diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index d6b009cc..1e46e14d 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -7441,6 +7441,11 @@
             "hex": "0790C0",
             "source": "https://www.gnu.org/software/octave/"
         },
+        {
+            "title": "OctoPrint",
+            "hex": "13C100",
+            "source": "https://github.com/OctoPrint/OctoPrint/blob/53b9b6185781c07e8c4744a6e28462e96448f249/src/octoprint/static/img/mask.svg"
+        },
         {
             "title": "Octopus Deploy",
             "hex": "2F93E0",
diff --git a/icons/octoprint.svg b/icons/octoprint.svg
new file mode 100644
index 00000000..5098f6b2
--- /dev/null
+++ b/icons/octoprint.svg
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>OctoPrint</title><path d="M3.942 4.613C2.424 5.987 1.107 7.473.476 9.71c-.634 2.248-.585 5.094-.145 7.398.44 2.303 1.12 4.107 1.873 5.83h13.179c-.31-.988-.761-1.967-1.446-3.237-.685-1.268-1.658-2.692-2.648-4.178-.99-1.486-1.985-3.077-1.851-4.472.094-.987.49-1.976 1.492-2.76 1.16-.909 2.289-1.437 3.353-1.595 3.325-.496 6.422.601 8.925 3.366.288.316.36.726.545 1.127l.166-.653c.15-.589.088-1.359-.152-2.371-.243-1.029-.563-1.792-1.46-2.973-.893-1.176-2.467-2.322-4.48-3.226-1.5-.673-3.305-1-5.798-.879-2.522.124-5.494 1.177-8.087 3.526Z"/></svg>
\ No newline at end of file