diff --git a/fc-webicons.css b/fc-webicons.css
index a2f583a..fbed465 100644
--- a/fc-webicons.css
+++ b/fc-webicons.css
@@ -125,6 +125,12 @@
.no-svg .fc-webicon.goodreads.small { background: url("images/fc-webicon-goodreads-s.png"); }
.svg .fc-webicon.goodreads { background: url("images/fc-webicon-goodreads.svg"); }
+/* Google */
+.no-svg .fc-webicon.google { background: url("images/fc-webicon-google-m.png"); }
+.no-svg .fc-webicon.google.large { background: url("images/fc-webicon-google.png"); }
+.no-svg .fc-webicon.google.small { background: url("images/fc-webicon-google-s.png"); }
+.svg .fc-webicon.google { background: url("images/fc-webicon-google.svg"); }
+
/* Google Play */
.no-svg .fc-webicon.googleplay { background: url("images/fc-webicon-googleplay-m.png"); }
.no-svg .fc-webicon.googleplay.large { background: url("images/fc-webicon-googleplay.png"); }
@@ -335,6 +341,12 @@
.no-svg .fc-webicon.xing.small { background: url("images/fc-webicon-xing-s.png"); }
.svg .fc-webicon.xing { background: url("images/fc-webicon-xing.svg"); }
+/* Yahoo! */
+.no-svg .fc-webicon.yahoo { background: url("images/fc-webicon-yahoo-m.png"); }
+.no-svg .fc-webicon.yahoo.large { background: url("images/fc-webicon-yahoo.png"); }
+.no-svg .fc-webicon.yahoo.small { background: url("images/fc-webicon-yahoo-s.png"); }
+.svg .fc-webicon.yahoo { background: url("images/fc-webicon-yahoo.svg"); }
+
/* Yelp! */
.no-svg .fc-webicon.yelp { background: url("images/fc-webicon-yelp-m.png"); }
.no-svg .fc-webicon.yelp.large { background: url("images/fc-webicon-yelp.png"); }
diff --git a/images/fc-webicon-google-m.png b/images/fc-webicon-google-m.png
new file mode 100644
index 0000000..563ff19
Binary files /dev/null and b/images/fc-webicon-google-m.png differ
diff --git a/images/fc-webicon-google-s.png b/images/fc-webicon-google-s.png
new file mode 100644
index 0000000..6f06521
Binary files /dev/null and b/images/fc-webicon-google-s.png differ
diff --git a/images/fc-webicon-google.png b/images/fc-webicon-google.png
new file mode 100644
index 0000000..66fce4c
Binary files /dev/null and b/images/fc-webicon-google.png differ
diff --git a/images/fc-webicon-google.svg b/images/fc-webicon-google.svg
new file mode 100644
index 0000000..f5c9af9
--- /dev/null
+++ b/images/fc-webicon-google.svg
@@ -0,0 +1,217 @@
+
+
+
+
diff --git a/images/fc-webicon-yahoo-m.png b/images/fc-webicon-yahoo-m.png
new file mode 100644
index 0000000..d411658
Binary files /dev/null and b/images/fc-webicon-yahoo-m.png differ
diff --git a/images/fc-webicon-yahoo-s.png b/images/fc-webicon-yahoo-s.png
new file mode 100644
index 0000000..8ebff5b
Binary files /dev/null and b/images/fc-webicon-yahoo-s.png differ
diff --git a/images/fc-webicon-yahoo.png b/images/fc-webicon-yahoo.png
new file mode 100644
index 0000000..1c9f40c
Binary files /dev/null and b/images/fc-webicon-yahoo.png differ
diff --git a/images/fc-webicon-yahoo.svg b/images/fc-webicon-yahoo.svg
new file mode 100644
index 0000000..6a5319c
--- /dev/null
+++ b/images/fc-webicon-yahoo.svg
@@ -0,0 +1,87 @@
+
+
\ No newline at end of file