info.svg (575B)
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="45" 7 height="45" 8 viewBox="0 0 45 45"> 9 <style> 10 use { 11 fill: none; 12 stroke: #a5a5a5; 13 stroke-width: 1; 14 } 15 </style> 16 <defs style="display: none;"> 17 <g id="info-shape"> 18 <circle cx="22.5" cy="22.5" r="22"/> 19 <line x1="22.5" y1="8" x2="22.5" y2="13"/> 20 <line x1="22.5" y1="16" x2="22.5" y2="37"/> 21 </g> 22 </defs> 23 <use xlink:href="#info-shape"/> 24 </svg>