aboutNetworking.svg (2979B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <svg xmlns="http://www.w3.org/2000/svg" 3 xmlns:xlink="http://www.w3.org/1999/xlink" 4 x="0" 5 y="0" 6 width="32" 7 height="32" 8 viewBox="0 0 32 32"> 9 <style> 10 use:not(:target) { 11 display: none; 12 } 13 use { 14 fill: none; 15 stroke: #fff; 16 stroke-width: 1; 17 } 18 use[id$="-red"] { 19 fill: none; 20 stroke: #F00; 21 } 22 use[id="security"] { 23 fill: none; 24 stroke: #fff; 25 } 26 </style> 27 <defs style="display: none;"> 28 <g id="http-shape"> 29 <path d="M 22.8,3 c -3,1 -7.3,1 -7.3,4 c 0,2 1,1.5 1,3.5 l 0,3.5 c 0,1 1,3.5 2,3.5 c 1,0 3,-2 5,-2 l 3,0 c 2.5,0 2.17,-0.5 3.67,-3 a 14,14 0 0,0 -7.37,-9.5 Z" stroke-width="0"/> 30 <circle cx="16.5" cy="15.5" r="14" fill="none"/> 31 <path d="M 22.8,3 c -3,1 -7.3,1 -7.3,4 c 0,2 1,1.5 1,3.5 l 0,3.5 c 0,1 1,3.5 2,3.5 c 1,0 3,-2 5,-2 l 3,0 c 2.5,0 2.17,-0.5 3.67,-3" fill="none"/> 32 <path d="M 14.5,19.5 c 2,0 3,0 3,2 c 0,1.5 -.5,2 -2,2 c -1.5,0 -1.5,.5 -3,2 c -1,1 -2,0 -2,-1 c 0,-2 -1.5,-2.5 0,-4 c 2.75,-2.75 3,-1 4,-1 Z"/> 33 </g> 34 <g id="sockets-shape"> 35 <rect x="3.5" y="3.5" width="25" height="25" rx="3.5" ry="3.5"/> 36 <path d="M 11.5,10 v 7 m 9,-6.66 v 6.33 m -3,6.83 v -1.4 a 1.5,1.8 0 0,0 -3,0 v 1.4 h 3 v -1"/> 37 </g> 38 <g id="dns-shape-TRIAL"> 39 <path d="M 6,4.5 h 20 a 2.5,2.5 0 0,1 2.5,2.5 v 8 a 2.5,2.5 0 0,1 -2.5,2.5 h -8.33 l -8,8 l 2,-8 h -5.67 a 2.5,2.5 0 0,1 -2.5,-2.5 v -8 a 2.5,2.5 0 0,1 2.5,-2.5 z"/> 40 <path d="M 6,4.5 m 3.5,6.75 h 1.5 m 4.5,0 h 1.5 m 4.5,0 h 1.5" stroke-width="1.5"/> 41 </g> 42 <g id="dns-shape"> 43 <path d="M 5.5,19.5 h 4 v 2 c 0,1 -.5,3 -2.5,5 c 5,0 8.5,-3 10.5,-7 h 8 a 5,5 0 0,0 0,-10 h -1 a 4.8,4.8 0 0,0 -7,-3 a 5.8,5.8 0 0,0 -11,3 a 5,5 0 0,0 0,10 Z"/> 44 <rect x="10.5" y="13.5" width="1" height="1"/> 45 <rect x="15.5" y="13.5" width="1" height="1"/> 46 <rect x="20.5" y="13.5" width="1" height="1"/> 47 </g> 48 <g id="websockets-shape"> 49 <circle cx="16" cy="16" r="13.5"/> 50 <circle cx="16" cy="16" r=".75"/> 51 <path d="M 16,16 m 0.25,6.495 a 5.3,6.5 0 0,0 5.379,-3.245 l 2.5,2 m -2.5,-2 m -11.106,0.25 a 7.5,6.5 0 0,1 0,-7 m 11.106,0.25 a5.3,6.5 0 0,0 -5.379,-3.245 l .8,-3.3"/> 52 </g> 53 <g id="dnslookup-shape"> 54 <circle cx="14" cy="13" r="9.5"/> 55 <line x1="21" y1="20" x2="27.5" y2="26.5"/> 56 </g> 57 <g id="logging-shape"> 58 <path d="M 5.5,3.5 v 24 h 20 v -17 l -7,-7 Z m 12,.5 v 7.5 h 7.5"/> 59 <path d="M 9.0,15.5 h 13 m -13,4 h 13 m -13,4 h 8"/> 60 </g> 61 </defs> 62 <use id="http" xlink:href="#http-shape"/> 63 <use id="sockets" xlink:href="#sockets-shape"/> 64 <use id="dns" xlink:href="#dns-shape"/> 65 <use id="websockets" xlink:href="#websockets-shape"/> 66 <use id="dnslookup" xlink:href="#dnslookup-shape"/> 67 <use id="logging" xlink:href="#logging-shape"/> 68 </svg>