44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
viewBox="0 0 455.731 455.731" xml:space="preserve">
|
|
<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);
|
|
}
|
|
.big-arc, .small-arc {
|
|
fill: var(--primary-color);
|
|
}
|
|
.circle {
|
|
fill: var(--secondary-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="/index.xml" target="_top">
|
|
<g>
|
|
<rect x="0" y="0" class="box" width="455.731" height="455.731"/>
|
|
<g>
|
|
<path class="icon big-arc" d="M296.208,159.16C234.445,97.397,152.266,63.382,64.81,63.382v64.348
|
|
c70.268,0,136.288,27.321,185.898,76.931c49.609,49.61,76.931,115.63,76.931,185.898h64.348
|
|
C391.986,303.103,357.971,220.923,296.208,159.16z"/>
|
|
<path class="icon small-arc" d="M64.143,172.273v64.348c84.881,0,153.938,69.056,153.938,153.939h64.348
|
|
C282.429,270.196,184.507,172.273,64.143,172.273z"/>
|
|
<circle class="icon circle" cx="109.833" cy="346.26" r="46.088"/>
|
|
</g>
|
|
</g>
|
|
</a>
|
|
</svg>
|