123456789101112131415161718192021 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>切片</title>
- <defs>
- <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
- <stop stop-color="#FFF5EF" offset="0%"></stop>
- <stop stop-color="#FFE7DA" offset="100%"></stop>
- </linearGradient>
- </defs>
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g id="选中曲目" transform="translate(-25.000000, -207.000000)">
- <g id="icon" transform="translate(25.000000, 207.000000)">
- <rect id="矩形" fill="url(#linearGradient-1)" x="0" y="0" width="40" height="40" rx="20"></rect>
- <path d="M25.3693897,8.27934435 C23.7347804,7.52928137 21.9162246,7.11111111 20,7.11111111 C12.8816632,7.11111111 7.11111111,12.8816632 7.11111111,20 C7.11111111,27.1183368 12.8816632,32.8888889 20,32.8888889 C27.1183368,32.8888889 32.8888889,27.1183368 32.8888889,20 C32.8888889,17.374186 32.1036745,14.9317685 30.7552445,12.8947465" id="路径" stroke="#FF8057" stroke-width="1.2" stroke-linecap="round"></path>
- <path d="M23.7133437,10.1276901 C22.3364421,9.60881141 20.8283531,9.37130665 19.2644166,9.48066774 C13.4547498,9.88691922 9.07441626,14.9259166 9.48066774,20.7355834 C9.88691922,26.5452502 14.9259166,30.9255837 20.7355834,30.5193323 C26.5452502,30.1130808 30.9255837,25.0740834 30.5193323,19.2644166 C30.3694741,17.1213451 29.5892259,15.1727668 28.3724427,13.5871973" id="路径备份" stroke="#FF8057" stroke-width="0.8" stroke-linecap="round"></path>
- <circle id="椭圆形" stroke="#FF8057" stroke-width="2.53846154" cx="20.1658253" cy="20.7811988" r="4.12667408"></circle>
- <polyline id="路径-9" stroke="#FF8057" stroke-width="2.53846154" stroke-linecap="round" stroke-linejoin="round" points="24.372921 21.428711 25.536191 12.2110011 30.2870439 10.1771036"></polyline>
- </g>
- </g>
- </g>
- </svg>
|