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..4bca24b
--- /dev/null
+++ b/core/misc/feed.svg
@@ -0,0 +1,10 @@
+<?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" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
+    <!-- Generator: Sketch 3.2.2 (9983) - http://www.bohemiancoding.com/sketch -->
+    <title>feed</title>
+    <desc>Created with Sketch.</desc>
+    <defs></defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
+        <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" sketch:type="MSShapeGroup"></path>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/core/misc/feed2.svg b/core/misc/feed2.svg
new file mode 100644
index 0000000..53d8d54
--- /dev/null
+++ b/core/misc/feed2.svg
@@ -0,0 +1,10 @@
+<?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" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
+    <!-- Generator: Sketch 3.2.2 (9983) - http://www.bohemiancoding.com/sketch -->
+    <title>feed2</title>
+    <desc>Created with Sketch.</desc>
+    <defs></defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
+        <path d="M13.333,0 L2.667,0 C1.2,0 0,1.2 0,2.667 L0,13.333 C0,14.801 1.2,16 2.667,16 L13.333,16 C14.8,16 16,14.801 16,13.333 L16,2.667 C16,1.2 14.8,0 13.333,0 L13.333,0 Z M4.359,12.988 C3.609,12.988 3,12.383 3,11.634 C3,10.889 3.609,10.278 4.359,10.278 C5.111,10.278 5.719,10.889 5.719,11.634 C5.719,12.383 5.111,12.988 4.359,12.988 L4.359,12.988 Z M7.773,13 C7.773,11.722 7.276,10.518 6.375,9.618 C5.473,8.716 4.275,8.218 3.002,8.218 L3.002,6.262 C6.715,6.262 9.738,9.285 9.738,13 L7.773,13 L7.773,13 Z M11.244,13 C11.244,8.452 7.546,4.751 3.004,4.751 L3.004,2.794 C8.629,2.794 13.206,7.374 13.206,13 L11.244,13 L11.244,13 Z" id="feed2" fill="#444444" sketch:type="MSShapeGroup"></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..a3c4b8d 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/feed.svg', 'public://example-2.jpg');
     $image2 = entity_create('file', array(
       'uri' => 'public://example-2.jpg',
     ));
