close.svg (1136B)
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="16" 7 height="16" 8 viewBox="0 0 16 16" 9 shape-rendering="geometricPrecision"> 10 <style> 11 g:not([id$="-shape"]):not(:target) { 12 display: none; 13 } 14 </style> 15 <defs> 16 <g id="x-shape"> 17 <line x1="5" y1="5" x2="11" y2="11" stroke-width="0.757" stroke="#fff"/> 18 <line x1="5" y1="11" x2="11" y2="5" stroke-width="0.757" stroke="#fff"/> 19 </g> 20 <g id="hover-circle-shape"> 21 <circle cx="8" cy="8" r="5.62" stroke-width="1" stroke="#fff" fill="none" opacity="0.54"/> 22 </g> 23 <g id="active-circle-shape"> 24 <circle cx="8" cy="8" r="3.52" stroke-width="1" stroke="#fff" fill="none" opacity="0.78125"/> 25 </g> 26 </defs> 27 <g id="normal"> 28 <use xlink:href="#x-shape"/> 29 </g> 30 <g id="hover"> 31 <use xlink:href="#x-shape"/> 32 <use xlink:href="#hover-circle-shape"/> 33 </g> 34 <g id="active"> 35 <use xlink:href="#active-circle-shape"/> 36 </g> 37 <g id="disabled"> 38 <use xlink:href="#x-shape" opacity=".375"/> 39 </g> 40 </svg>