blob: dca1b5da7ee0794993ee4f04072beadbefc067d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -43.3373 43.3373 0 201.9 45.6687)" gradientUnits="userSpaceOnUse">
<stop stop-color="#d7d7d7" offset="0"/>
<stop stop-color="#fff" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(0 -31.6824 31.6824 0 24 41.2705)" gradientUnits="userSpaceOnUse">
<stop stop-color="#313131" offset="0"/>
<stop stop-color="#4f4f4f" offset="1"/>
</linearGradient>
<path d="m45.668 8.56c0-3.438-2.79-6.228-6.228-6.228h-30.88c-3.438 0-6.228 2.79-6.228 6.228v30.88c0 3.438 2.79 6.228 6.228 6.228h30.88c3.438 0 6.228-2.79 6.228-6.228z" fill="url(#a)"/>
<path d="m24.953 30.697c0 5.231-4.304 9.535-9.534 9.535s-9.535-4.304-9.535-9.535c0-5.23 4.305-9.534 9.535-9.534s9.534 4.304 9.534 9.534zm17.163-12.394c0 5.23-4.305 9.534-9.535 9.534s-9.534-4.304-9.534-9.534c0-5.231 4.304-9.535 9.534-9.535s9.535 4.304 9.535 9.535z" fill="url(#b)" fill-rule="nonzero"/>
</svg>
|