Logo

All the icons are minified and smushed into a sprite that is included at the top of each page. You can then use an icon with the <use> tag.

This allows us to both minimise loading time and still edit the SVG attributes.

<svg viewBox="0 0 400 400" class="icon__logo">
    <use xlink:href="/imgs/sprite/icon-sprite.svg#icon__logo"></use>
</svg>