123456789101112131415161718192021222324 |
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22px" height="22px" viewBox="0 0 22 22" 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="22" height="22" style="fill:rgb(0%,0%,0%);fill-opacity:0.301961;stroke:none;"/>
- </g>
- </mask>
- <clipPath id="clip1">
- <rect width="22" height="22"/>
- </clipPath>
- <g id="surface6" clip-path="url(#clip1)">
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 5.539062 4 C 5.242188 4.03125 5 4.304688 5 4.601562 L 5 10.398438 L 3.5625 10.398438 C 3.542969 10.398438 3.519531 10.398438 3.5 10.398438 C 3.226562 10.429688 3 10.832031 3 11.125 L 3 17.882812 C 3 18.195312 3.269531 18.480469 3.5625 18.480469 L 5 18.480469 L 5 19.398438 C 5 19.714844 5.285156 20 5.601562 20 L 16.398438 20 C 16.714844 20 17 19.714844 17 19.398438 L 17 18.480469 L 18.4375 18.480469 C 18.730469 18.480469 19 18.195312 19 17.882812 L 19 11.125 C 19 10.8125 18.730469 10.398438 18.4375 10.398438 L 17 10.398438 L 17 5.613281 C 16.601562 5.203125 14.980469 4.398438 14.601562 4 L 5.601562 4 C 5.578125 4 5.558594 4 5.539062 4 Z M 6 5 L 13.5 5 L 13.5 7 L 16 7 L 16 10.5 L 6 10.5 Z M 4 11.5 L 18 11.5 L 18 14.5 L 4 14.5 Z M 17.5 16 C 17.722656 16 18 16.277344 18 16.5 C 18 16.722656 17.722656 17 17.5 17 C 17.277344 17 17 16.722656 17 16.5 C 17 16.277344 17.277344 16 17.5 16 Z M 6 15.5 L 16 15.5 L 16 19 L 6 19 Z M 6 15.5 "/>
- </g>
- </defs>
- <g id="surface1">
- <use xlink:href="#surface6" mask="url(#mask0)"/>
- <path style=" stroke:none;fill-rule:nonzero;fill:#4D4D4D;fill-opacity:1;" d="M 5.539062 3 C 5.242188 3.03125 5 3.304688 5 3.601562 L 5 9.523438 L 3.5625 9.523438 C 3.542969 9.523438 3.519531 9.523438 3.5 9.523438 C 3.226562 9.554688 3 9.832031 3 10.125 L 3 16.882812 C 3 17.195312 3.269531 17.480469 3.5625 17.480469 L 5 17.480469 L 5 18.398438 C 5 18.714844 5.285156 19 5.601562 19 L 16.398438 19 C 16.714844 19 17 18.714844 17 18.398438 L 17 17.480469 L 18.4375 17.480469 C 18.730469 17.480469 19 17.195312 19 16.882812 L 19 10.125 C 19 9.8125 18.730469 9.523438 18.4375 9.523438 L 17 9.523438 L 17 4.613281 C 16.601562 4.203125 14.980469 3.398438 14.601562 3 L 5.601562 3 C 5.578125 3 5.558594 3 5.539062 3 Z M 6 4 L 13.5 4 L 13.5 6 L 16 6 L 16 9.5 L 6 9.5 Z M 4 10.5 L 18 10.5 L 18 13.5 L 4 13.5 Z M 17.5 15 C 17.722656 15 18 15.277344 18 15.5 C 18 15.722656 17.722656 16 17.5 16 C 17.277344 16 17 15.722656 17 15.5 C 17 15.277344 17.277344 15 17.5 15 Z M 6 14.5 L 16 14.5 L 16 18 L 6 18 Z M 6 14.5 "/>
- </g>
- </svg>
|