new_blog/static/images/github.svg

30 lines
1.4 KiB
XML

<svg width="98" height="98" xmlns="http://www.w3.org/2000/svg">
<style>
@layer default-color, import-color, base, print;
@layer default-color {
:root {
--background-color: rgba(0,0,0,0);
--primary-color: blue;
--secondary-color: blue;
}
}
@layer base{
.box {
fill: var(--background-color);
}
.primary_color {
fill: var(--primary-color);
}
}
</style>
<style>
@import url("/static/css/icon-colors.css") layer(import-color);
@import url("/static/css/icon-print.css") layer(print);
</style>
<a href="https://github.com/Pagwin-Fedora" target="_top">
<rect x="0" y="0" class="box" width="98" height="98"/>
<path class="primary_color" d="M16.3 0C7.3 0 0 7.3 0 16.3c0 7.2 4.7 13.3 11.1 15.5.8.1 1.1-.4 1.1-.8v-2.8c-4.5 1-5.5-2.2-5.5-2.2-.7-1.9-1.8-2.4-1.8-2.4-1.5-1 .1-1 .1-1 1.6.1 2.5 1.7 2.5 1.7 1.5 2.5 3.8 1.8 4.7 1.4.1-1.1.6-1.8 1-2.2-3.6-.4-7.4-1.8-7.4-8.1 0-1.8.6-3.2 1.7-4.4-.1-.3-.7-2 .2-4.2 0 0 1.4-.4 4.5 1.7 1.3-.4 2.7-.5 4.1-.5 1.4 0 2.8.2 4.1.5 3.1-2.1 4.5-1.7 4.5-1.7.9 2.2.3 3.9.2 4.3 1 1.1 1.7 2.6 1.7 4.4 0 6.3-3.8 7.6-7.4 8 .6.5 1.1 1.5 1.1 3V31c0 .4.3.9 1.1.8 6.5-2.2 11.1-8.3 11.1-15.5C32.6 7.3 25.3 0 16.3 0z" fill-rule="evenodd" clip-rule="evenodd"/>
</a>
</svg>