123456789101112131415161718192021222324 |
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 64 64" version="1.1">
- <defs>
- <filter id="alpha" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">
- <feColorMatrix type="matrix" in="SourceGraphic" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
- </filter>
- <mask id="mask0">
- <g filter="url(#alpha)">
- <rect x="0" y="0" width="64" height="64" style="fill:rgb(0%,0%,0%);fill-opacity:0.3;stroke:none;"/>
- </g>
- </mask>
- <clipPath id="clip1">
- <rect x="0" y="0" width="64" height="64"/>
- </clipPath>
- <g id="surface5" clip-path="url(#clip1)">
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 13.046875 13.335938 C 11.738281 13.457031 10.660156 14.683594 10.667969 16 L 10.667969 42.667969 C 10.667969 44.0625 11.9375 45.332031 13.332031 45.332031 L 34.667969 45.332031 L 45.332031 56 L 45.332031 45.332031 L 50.667969 45.332031 C 52.0625 45.332031 53.332031 44.0625 53.332031 42.667969 L 53.332031 16 C 53.332031 14.605469 52.0625 13.335938 50.667969 13.335938 L 13.332031 13.335938 C 13.25 13.332031 13.132812 13.332031 13.046875 13.335938 Z M 40.761719 19.429688 C 41.988281 19.398438 43.226562 20.058594 43.808594 21.050781 C 44.390625 22.039062 44.324219 23.265625 43.617188 24.191406 L 32.570312 39.523438 C 31.484375 41.015625 28.902344 41.183594 27.523438 39.90625 L 20.855469 33.8125 C 19.511719 32.714844 19.484375 30.601562 20.761719 29.429688 C 22.039062 28.257812 24.335938 28.273438 25.523438 29.523438 L 29.332031 32.953125 L 38.09375 20.859375 C 38.675781 20.03125 39.691406 19.464844 40.761719 19.429688 Z M 40.761719 19.429688 "/>
- </g>
- </defs>
- <g id="surface1">
- <use xlink:href="#surface5" mask="url(#mask0)"/>
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(52.156866%,60.000002%,0%);fill-opacity:1;" d="M 13.046875 10.667969 C 11.738281 10.792969 10.660156 12.019531 10.667969 13.335938 L 10.667969 40 C 10.667969 41.398438 11.9375 42.667969 13.332031 42.667969 L 34.667969 42.667969 L 45.332031 53.332031 L 45.332031 42.667969 L 50.667969 42.667969 C 52.0625 42.667969 53.332031 41.398438 53.332031 40 L 53.332031 13.335938 C 53.332031 11.9375 52.0625 10.667969 50.667969 10.667969 L 13.332031 10.667969 C 13.25 10.664062 13.132812 10.664062 13.046875 10.667969 Z M 40.761719 16.761719 C 41.988281 16.730469 43.226562 17.390625 43.808594 18.382812 C 44.390625 19.371094 44.324219 20.601562 43.617188 21.523438 L 32.570312 36.859375 C 31.484375 38.347656 28.902344 38.515625 27.523438 37.238281 L 20.855469 31.144531 C 19.511719 30.046875 19.484375 27.933594 20.761719 26.761719 C 22.039062 25.59375 24.335938 25.605469 25.523438 26.859375 L 29.332031 30.285156 L 38.09375 18.191406 C 38.675781 17.367188 39.691406 16.796875 40.761719 16.761719 Z M 40.761719 16.761719 "/>
- </g>
- </svg>
|