diff --git a/.changeset/twenty-poets-marry.md b/.changeset/twenty-poets-marry.md
new file mode 100644
index 000000000..d7b1b7530
--- /dev/null
+++ b/.changeset/twenty-poets-marry.md
@@ -0,0 +1,5 @@
+---
+'@primer/octicons': minor
+---
+
+Add square-circle icon
diff --git a/icons/square-circle-16.svg b/icons/square-circle-16.svg
new file mode 100644
index 000000000..a1048a8b3
--- /dev/null
+++ b/icons/square-circle-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/square-circle-24.svg b/icons/square-circle-24.svg
new file mode 100644
index 000000000..6fbc7bc60
--- /dev/null
+++ b/icons/square-circle-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/keywords.json b/keywords.json
index 36904477b..6b1afa2f6 100644
--- a/keywords.json
+++ b/keywords.json
@@ -195,6 +195,7 @@
"sign-out": ["door", "arrow", "direction", "leave", "log out"],
"skip": ["skip", "slash"],
"smiley": ["emoji", "smile", "mood", "emotion"],
+ "square-circle": ["stop", "interupt", "block", "pause"],
"squirrel": ["ship", "shipit", "launch"],
"star": ["save", "remember", "like"],
"stop": ["block", "spam", "report"],
diff --git a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
index a991886e8..81bab0b81 100644
--- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
+++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
@@ -282,6 +282,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
"SparkleFillIcon",
"SparklesFillIcon",
"SponsorTiersIcon",
+ "SquareCircleIcon",
"SquareFillIcon",
"SquareIcon",
"SquirrelIcon",