diff --git a/CHANGELOG.md b/CHANGELOG.md
index 416d8a3..bb35c65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -66,6 +66,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`:
- [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/)
- Change # icons:
+ - `align-center`
- `anchor`
- `arrow-down`
- `arrow-left`
diff --git a/icons-manifest.json b/icons-manifest.json
index 108b623..3907172 100644
--- a/icons-manifest.json
+++ b/icons-manifest.json
@@ -63,6 +63,10 @@
"radio",
"headphones",
"layout",
+ "align-left",
+ "align-center",
+ "align-right",
+ "align-justify",
"star",
"award",
"umbrella",
diff --git a/icons/align-center.svg b/icons/align-center.svg
new file mode 100644
index 0000000..ab2f80e
--- /dev/null
+++ b/icons/align-center.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/icons/align-justify.svg b/icons/align-justify.svg
new file mode 100644
index 0000000..3bb6042
--- /dev/null
+++ b/icons/align-justify.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/icons/align-left.svg b/icons/align-left.svg
new file mode 100644
index 0000000..d93cde7
--- /dev/null
+++ b/icons/align-left.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/icons/align-right.svg b/icons/align-right.svg
new file mode 100644
index 0000000..0d2177b
--- /dev/null
+++ b/icons/align-right.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file