| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml-stylesheet type="text/css" href="icons.css" ?>
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
- <linearGradient
- id="linearGradient">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.6"
- />
- <stop
- style="stop-color:#ffffff;stop-opacity:0"
- offset="0.5"
- />
- </linearGradient>
- <path
- class="icn icn--highlight-color"
- d="m 2.5,9.5 c 0,5.3 4,9.9 9.5,9.9 5.5,0 9.5,-4.6 9.5,-9.9 0,-2.6 -5.5,-5 -9,-5 -5,0 -10,2.4 -10,5 z"
- fill="#117acc"
- stroke="#0063b1"
- stroke-linecap="round"
- stroke-linejoin="round"
- />
- <path
- class="icn icn--highlight-color"
- d="M 12,4.5 C 6.8,4.5 2.5,6.9 2.5,9.5 2.5,12.1 6.8,14 12,14 17.2,14 21.5,12.1 21.5,9.5 c 0,-2.6 -4.3,-5 -9.5,-5 z"
- fill="#117acc"
- stroke="#0063b1"
- stroke-linecap="round"
- stroke-linejoin="round"
- />
- <path
- style="fill:url(#linearGradient)"
- d="M 3.359375,12.09375 C 4.40123,15.949022 7.704906,18.900391 12,18.900391 c 4.295407,0 7.599179,-2.950908 8.640625,-6.806641 -0.482322,0.412797 -1.069077,0.777252 -1.730469,1.083984 C 17.094777,14.019649 14.660897,14.5 12,14.5 9.339103,14.5 6.905223,14.019649 5.089844,13.177734 4.428452,12.871002 3.841697,12.506547 3.359375,12.09375 Z"
- />
- <path
- d="m 21,9.5 c 0,2.3 -4,4 -9,4 C 7,13.5 3,11.8 3,9.5 3,7.2 7,5 12,5 16.9,5 21,7.2 21,9.5 Z"
- fill="#fafafa"
- />
- </svg>
|