blob: 8da63b7b12b0efba1159efd3bbaec06c9fe5d323 (
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 -45.5276 45.5276 0 24 46.7636)" gradientUnits="userSpaceOnUse">
<stop stop-color="#15376c" offset="0"/>
<stop stop-color="#404b8b" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(.655087 -22.7638 22.7638 .655087 23.3449 35.3819)" gradientUnits="userSpaceOnUse">
<stop stop-color="#e54c71" offset="0"/>
<stop stop-color="#f26265" offset="1"/>
</linearGradient>
<circle cx="24" cy="24" r="22.764" fill="url(#a)"/>
<path d="m11.764 12.618c-.788 0-1.422.508-1.422 1.138 0 .631.634 1.139 1.422 1.139h.925s1.103.296 1.061 1.236c-.286 3.994-1.806 15.143-2.279 16.028-.597.835-.984.947-1.983.947-.788 0-1.423.507-1.423 1.138 0 .63.635 1.138 1.423 1.138h7.398c.789 0 1.423-.508 1.423-1.138 0-.631-.634-1.138-1.423-1.138-1.713.22-2.056-.224-2.519-1.504-.235-1.247-.154-3.213.138-6.455.527-5.835.817-7.034 1.588-6.558.531.328 4.386 9.014 5.653 12.896.522 1.6 1.149 2.843 1.394 2.761s1.007-1.679 1.694-3.55c1.552-4.231 4.625-11.045 5.133-11.613.674-.755 1.078.577 2.089 6.88.957 5.964.962 6.151.194 7-.278.272-.756.143-1.136.143-.789 0-1.423.507-1.423 1.138 0 .63.634 1.138 1.423 1.138h7.398c.788 0 1.423-.508 1.423-1.138 0-.631-.635-1.138-1.423-1.138-1.259.145-1.199-.244-1.589-1.203-1.2-3.64-3.009-14.138-2.579-15.853.472-1.029.795-1.155 1.892-1.155.788 0 1.422-.508 1.422-1.139 0-.63-.634-1.138-1.422-1.138h-7.399c-.788 0-1.422.508-1.422 1.138 0 .631.922.529 1.422 1.139.742.724.209 1.334-.095 2.076-1.083 2.585-2.795 6.349-2.795 6.349-.454 1.308-1.428 3.406-2.132 3.374-.571-.059-2.472-5.449-3.712-7.909-.468-1.123-.775-1.471-1.059-2.16-.909-1.449.119-1.73.119-1.73.788 0 1.422-.508 1.422-1.139 0-.63-.634-1.138-1.422-1.138z" fill="url(#b)" fill-rule="nonzero"/>
</svg>
|