diff --git a/core/includes/theme.inc b/core/includes/theme.inc
index b99fc6c..9f346e7 100644
--- a/core/includes/theme.inc
+++ b/core/includes/theme.inc
@@ -1118,7 +1118,7 @@ function template_preprocess_feed_icon(&$variables) {
   $text = t('Subscribe to !feed-title', array('!feed-title' => $variables['title']));
   $variables['icon'] = array(
     '#theme' => 'image__feed_icon',
-    '#uri' => 'core/misc/feed.png',
+    '#uri' => 'core/misc/feed.svg',
     '#width' => 16,
     '#height' => 16,
     '#alt' => $text,
diff --git a/core/misc/feed.png b/core/misc/feed.png
deleted file mode 100644
index e3f5067..0000000
--- a/core/misc/feed.png
+++ /dev/null
@@ -1,5 +0,0 @@
-PNG
-
-   IHDR         (-S  VPLTE]r)^*a+n/e,o/p0q0j-uEt0x1p6v1n.y1y2{2|Gt.|2}2t/3`x/3y1445U~956}15I2526c34LdAd455Bfg6gs7h7D8PiÙԾ9Diu9AERț׿9F^jÏΧӳ:R^wٵڵ/gZ   tRNSAVA   IDATW%λN0sq;DL0<**CI[hS;vӏ"E̊ƷE
-ힹ
-Ul=@aF#@ѲBV*N14miDgk8K:mLoeu5acq×y;g<D<N4پÅ,ſvk!MJLdgr@KvO`roya    IENDB`
\ No newline at end of file
diff --git a/core/misc/feed.svg b/core/misc/feed.svg
new file mode 100644
index 0000000..85e5319
--- /dev/null
+++ b/core/misc/feed.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs></defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <path d="M2.13,11.733 C0.955,11.733 0,12.691 0,13.859 C0,15.033 0.955,15.981 2.13,15.981 C3.309,15.981 4.263,15.033 4.263,13.859 C4.263,12.691 3.309,11.733 2.13,11.733 L2.13,11.733 Z M0.002,5.436 L0.002,8.503 C1.999,8.503 3.876,9.284 5.29,10.699 C6.702,12.11 7.482,13.996 7.482,16.001 L10.562,16.001 C10.562,10.176 5.823,5.437 0.002,5.437 L0.002,5.436 Z M0.006,0 L0.006,3.068 C7.128,3.068 12.924,8.87 12.924,16 L16,16 C16,7.18 8.824,0 0.006,0 L0.006,0 Z" id="feed" fill="#444444"></path>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/core/modules/image/src/Tests/ImageItemTest.php b/core/modules/image/src/Tests/ImageItemTest.php
index 4f7dd15..5f274e5 100644
--- a/core/modules/image/src/Tests/ImageItemTest.php
+++ b/core/modules/image/src/Tests/ImageItemTest.php
@@ -88,7 +88,7 @@ public function testImageItem() {
     $this->assertEqual($entity->image_test->entity->uuid(), $this->image->uuid());
 
     // Make sure the computed entity reflects updates to the referenced file.
-    file_unmanaged_copy(\Drupal::root() . '/core/misc/feed.png', 'public://example-2.jpg');
+    file_unmanaged_copy(\Drupal::root() . '/core/misc/druplicon.png', 'public://example-2.jpg');
     $image2 = entity_create('file', array(
       'uri' => 'public://example-2.jpg',
     ));
