49 lines
2.4 KiB
XML
49 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- (c) ammap.com | SVG weather icons -->
|
|
<svg width="56" height="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<filter id="blur" x="-.20655" y="-.28472" width="1.403" height="1.6944">
|
|
<feGaussianBlur in="SourceAlpha" stdDeviation="3" />
|
|
<feOffset dx="0" dy="4" result="offsetblur" />
|
|
<feComponentTransfer>
|
|
<feFuncA slope="0.05" type="linear" />
|
|
</feComponentTransfer>
|
|
<feMerge>
|
|
<feMergeNode />
|
|
<feMergeNode in="SourceGraphic" />
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
<g transform="translate(16,-2)" filter="url(#blur)">
|
|
<g class="am-weather-sun" transform="translate(0,16)">
|
|
<line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round" stroke-width="2" />
|
|
<g transform="rotate(45)">
|
|
<line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round" stroke-width="2" />
|
|
</g>
|
|
<g transform="rotate(90)">
|
|
<line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round" stroke-width="2" />
|
|
</g>
|
|
<g transform="rotate(135)">
|
|
<line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round" stroke-width="2" />
|
|
</g>
|
|
<g transform="scale(-1)">
|
|
<line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round" stroke-width="2" />
|
|
</g>
|
|
<g transform="rotate(225)">
|
|
<line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round" stroke-width="2" />
|
|
</g>
|
|
<g transform="rotate(-90)">
|
|
<line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round" stroke-width="2" />
|
|
</g>
|
|
<g transform="rotate(-45)">
|
|
<line transform="translate(0,9)" y2="3" fill="none" stroke="#ffa500" stroke-linecap="round" stroke-width="2" />
|
|
</g>
|
|
<circle r="5" fill="#ffa500" stroke="#ffa500" stroke-width="2" />
|
|
</g>
|
|
<g class="am-weather-cloud-2">
|
|
<path transform="translate(-20,-11)"
|
|
d="m47.7 35.4c0-4.6-3.7-8.2-8.2-8.2-1 0-1.9 0.2-2.8 0.5-0.3-3.4-3.1-6.2-6.6-6.2-3.7 0-6.7 3-6.7 6.7 0 0.8 0.2 1.6 0.4 2.3-0.3-0.1-0.7-0.1-1-0.1-3.7 0-6.7 3-6.7 6.7 0 3.6 2.9 6.6 6.5 6.7h17.2c4.4-0.5 7.9-4 7.9-8.4z"
|
|
fill="#91c0f8" stroke="#fff" stroke-linejoin="round" stroke-width="1.2" />
|
|
</g>
|
|
</g>
|
|
</svg> |