| 12345678910111213141516171819202122232425262728293031323334 |
- <?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.4,12.1 C 4.4,15.9 7.7,18.9 12,18.9 c 4.3,0 7.6,-2.9 8.6,-6.8 -0.5,0.4 -1.1,0.8 -1.7,1.1 C 17.1,14. 14.7,14.5 12,14.5 9.3,14.5 6.9,14. 5.1,13.2 4.4,12.9 3.8,12.5 3.3,12.1 Z"
- />
- </svg>
|