1<?xml version="1.0" encoding="UTF-8"?> 2<svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 3 <title>椭圆形备份 2</title> 4 <defs> 5 <circle id="path-1" cx="18" cy="16" r="8"></circle> 6 <filter x="-100.0%" y="-87.5%" width="300.0%" height="300.0%" filterUnits="objectBoundingBox" id="filter-2"> 7 <feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset> 8 <feMorphology radius="3" operator="erode" in="SourceAlpha" result="shadowInner"></feMorphology> 9 <feOffset dx="0" dy="2" in="shadowInner" result="shadowInner"></feOffset> 10 <feComposite in="shadowOffsetOuter1" in2="shadowInner" operator="out" result="shadowOffsetOuter1"></feComposite> 11 <feGaussianBlur stdDeviation="5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur> 12 <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix> 13 </filter> 14 </defs> 15 <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> 16 <g id="椭圆形备份-2"> 17 <use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use> 18 <circle stroke="#FFFFFF" stroke-width="3" stroke-linejoin="square" cx="18" cy="18" r="6.5"></circle> 19 </g> 20 </g> 21</svg>