Instructions
<div hidden>
<svg style="display: none;" xmlns="http://www.w3.org/2000/svg">
<symbol id="blueberries" viewbox="0 0 53.308 53.308">
<title>
blueberries
</title>
<path d="M39.685,2.953c-7.524,0-13.623,6.099-13.623,13.623c0,2.243,0.552,4.353,1.512,6.219 c1.496-0.565,3.11-0.888,4.804-0.888c5.281,0,9.851,3.011,12.111,7.404c5.15-1.944,8.819-6.905,8.819-12.735 C53.308,9.052,47.208,2.953,39.685,2.953z" style="fill:#003879;">
</path>
...
</svg>
</div>
3Use the icons:
Use example:
<svg class="icon">
<use xlink:href="#blueberries" />
</svg>