diff --git a/README.md b/README.md
index 9b6460048..58932e40a 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ Perfect for buttons, logos and nav/tab bars. Easy to extend, style and integrate
- [`AntDesign`](https://ant.design/) by AntFinance (**297** icons)
- [`Entypo`](http://entypo.com) by Daniel Bruce (**411** icons)
- [`EvilIcons`](http://evil-icons.io) by Alexander Madyankin & Roman Shamin (v1.10.1, **70** icons)
+- [`FabricIcons`](https://developer.microsoft.com/en-us/fabric/) by Microsoft Office (**1749** icons)
- [`Feather`](http://feathericons.com) by Cole Bemis & Contributors (v4.21.0, **279** icons)
- [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.7.0, **675** icons)
- [`FontAwesome 5`](https://fontawesome.com) by Fonticons, Inc. (v5.7.0, 1500 (free) **5082** (pro) icons)
@@ -72,6 +73,7 @@ If you want to use any of the bundled icons, you need to add the icon fonts to y
AntDesign.ttf
Entypo.ttf
EvilIcons.ttf
+ FabricIcons.ttf
Feather.ttf
FontAwesome.ttf
FontAwesome5_Brands.ttf
diff --git a/scripts/fabricicons.sh b/scripts/fabricicons.sh
index 9c24df032..1837a9565 100755
--- a/scripts/fabricicons.sh
+++ b/scripts/fabricicons.sh
@@ -1,5 +1,7 @@
#!/bin/bash -e
+# See the README at https://github.com/smarppy/fabric-icons to know how to update this collection.
+
TEMP=$(mktemp -d -t rnvi)
pushd ${TEMP}
git clone https://github.com/smarppy/fabric-icons.git .