| 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,21.5 h 12 l -4,-19 z"
- fill="#117acc"
- stroke="#0063b1"
- stroke-linecap="round"
- stroke-linejoin="round"
- />
- <path
- class="icn icn--highlight-color"
- d="m 21.5,17.5 -7,4 -4,-19 z"
- fill="#117acc"
- stroke="#0063b1"
- stroke-linecap="round"
- stroke-linejoin="round"
- />
- <path
- style="fill:url(#linearGradient)"
- d="M 10.4,4.2 3.3,21 h 10.6 z m 1.1,0.6 3.35,16 5.8,-3.5 z"
- />
- </svg>
|