diff --git a/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg b/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg
index d5f9ade..1ee2c75 100644
--- a/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg
+++ b/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg
@@ -151,5 +151,9 @@
 <symbol id="icon-pause" viewBox="0 0 24 28">
 <path d="M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z"></path>
 </symbol>
+<symbol id="icon-feed" viewBox="0 0 256 256">
+<circle cx="68" cy="189" r="24" fill="#FFF"/>
+<path class="path1" d="M160 213h-34a82 82 0 0 0 -82 -82v-34a116 116 0 0 1 116 116z M184 213A140 140 0 0 0 44 73 V 38a175 175 0 0 1 175 175z"></path>
+</symbol>
 </defs>
 </svg>
diff --git a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
index 87572bc..82b8b4c 100644
--- a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
+++ b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
@@ -178,6 +178,7 @@ function twentyseventeen_social_links_icons() {
 		'dribbble.com'    => 'dribbble',
 		'dropbox.com'     => 'dropbox',
 		'facebook.com'    => 'facebook',
+		'/feed'           => 'feed',
 		'flickr.com'      => 'flickr',
 		'foursquare.com'  => 'foursquare',
 		'plus.google.com' => 'google-plus',
