| 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,16.5 c 0,3.5 5,5 9.5,5 4,0 9.5,-1.5 9.5,-4.5 C 21.5,16 12,2.5 12,2.5 c 0,0 -9.5,13 -9.5,14 z"
- fill="#117acc"
- stroke="#0063b1"
- stroke-linecap="round"
- stroke-linejoin="round"
- />
- <path
- style="fill:url(#linearGradient)"
- d="m 12,3.4 c -3,4 -6.2,8.5 -9,13.1 0,1.5 1,2.5 2.8,3.3 1.7,0.8 4,1.2 6.2,1.2 1.9,0 4.3,-0.4 6,-1.1 0.9,-0.4 1.6,-0.8 2.2,-1.3 0.225147,-0.225147 1.1,-1.1 0.5,-2 L 12.5,4.2 C 12.5,4.2 15,8 12,3.4 Z"
- />
- <path
- class="icn icn--highlight-color-2"
- d="m 11.5,23.5 c 0,-1 0,-23 0,-23"
- fill="#f8db8f"
- stroke="#ed8733"
- stroke-linecap="round"
- stroke-linejoin="round"
- />
- </svg>
|