diff --git src/wp-content/themes/twentyseventeen/header.php src/wp-content/themes/twentyseventeen/header.php
index 30d7d2a7c2..f82dd6a3ca 100644
--- src/wp-content/themes/twentyseventeen/header.php
+++ src/wp-content/themes/twentyseventeen/header.php
@@ -20,6 +20,9 @@
 <link rel="profile" href="http://gmpg.org/xfn/11">
 
 <?php wp_head(); ?>
+<svg width="0" height="0" style="position:absolute">
+	<symbol viewBox="0 0 14 14" id="icon-money"><path d="M12.3 5.5c.1-.3.2-.6.2-1 0-2-2.4-3.5-5.5-3.5S1.5 2.6 1.5 4.5c0 .4.1.7.2 1-.1.3-.2.7-.2 1 0 .4.1.7.2 1-.1.3-.2.7-.2 1 0 2 2.4 3.5 5.5 3.5s5.5-1.5 5.5-3.5c0-.3-.1-.7-.2-1 .1-.3.2-.6.2-1 0-.3-.1-.6-.2-1zM7 8c1.9 0 3.5-.6 4.5-1.5C11.5 7.9 9.4 9 7 9S2.5 7.9 2.5 6.6C3.5 7.5 5.1 8 7 8zm0-6c2.4 0 4.5 1.1 4.5 2.5S9.4 7 7 7 2.5 5.9 2.5 4.5 4.6 2 7 2zm0 9c-2.4 0-4.5-1.1-4.5-2.5 1 1 2.6 1.5 4.5 1.5s3.5-.6 4.5-1.5C11.5 9.9 9.4 11 7 11z"/></symbol>
+</svg>
 </head>
 
 <body <?php body_class(); ?>>
@@ -51,3 +54,6 @@
 
 	<div class="site-content-contain">
 		<div id="content" class="site-content">
+	<svg>
+	    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-money"></use>
+	</svg>
\ No newline at end of file
