You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

9 lines
476 B

<svg class="header__logo" xmlns="http://www.w3.org/2000/svg" height="32px" width="32px" viewBox="0 0 16 16">
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ee0077"></stop>
<stop offset="100%" stop-color="#ee0000"></stop>
</linearGradient>
<circle cx="8" cy="8" r="8" style="fill:url(#g)"></circle>
<path d="M 10,2 4,9 7.5,9 6,14 12,7 8.5,7" fill="#fff"></path>
</svg>