icons/weather/partly-cloudy-night.svg

32 lines
1.2 KiB
XML
Raw Normal View History

2015-09-18 21:36:35 +00:00
<svg width="256" height="256" viewBox="-128 -128 256 256" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<mask id="cloud">
<rect x="-128" y="-128" height="256" width="256" fill="white" />
<path style="fill: black" transform="scale(0.9) translate(-20 0)"
d="M -4,-38 A 35,33 0 0 0 -61,-10
32,33 0 0 0 -62,57
L 70,57
A 32,33 0 0 0 58,-8
36,36 0 0 0 -4,-38 Z" />
</mask>
</defs>
<!-- The cloud -->
<path style="stroke: black; stroke-width: 6.67; fill: none"
transform="scale(0.9) translate(-20 0)"
d="M -4,-38 A 35,33 0 0 0 -61,-10
32,33 0 0 0 -62,57
L 70,57
A 32,33 0 0 0 58,-8
36,36 0 0 0 -4,-38 Z" />
<!-- The moon -->
<g mask="url(#cloud)">
<path style="stroke: black; stroke-width: 12; fill: none"
transform="translate(50 -30) scale(0.5)"
d="M 14,-79 A 80,80 0 1 0 56,57
A 80,80 0 0 1 14,-79 z" />
</g>
</svg>