123456789101112131415161718192021222324252627 |
- <?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="15.3622126%" y1="15.0876404%" x2="89.7647319%" y2="86.8644279%" id="linearGradient-1">
- <stop stop-color="#FF9C63" offset="0%"></stop>
- <stop stop-color="#FF7144" offset="100%"></stop>
- </linearGradient>
- <path d="M23.2774875,14.6066864 L29.8239101,25.2446231 C30.2580866,25.9501599 30.0381056,26.8740802 29.3325687,27.3082567 C29.0961572,27.4537407 28.8240123,27.5307692 28.5464226,27.5307692 L15.4535774,27.5307692 C14.6251503,27.5307692 13.9535774,26.8591964 13.9535774,26.0307692 C13.9535774,25.7531796 14.0306059,25.4810346 14.1760899,25.2446231 L20.7225125,14.6066864 C21.156689,13.9011495 22.0806093,13.6811685 22.7861461,14.115345 C22.9861268,14.2384101 23.1544225,14.4067057 23.2774875,14.6066864 Z" id="path-2"></path>
- <filter x="-15.3%" y="-30.9%" width="141.3%" height="157.6%" filterUnits="objectBoundingBox" id="filter-3">
- <feOffset dx="1" dy="-1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
- <feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
- <feColorMatrix values="0 0 0 0 1 0 0 0 0 0.361216691 0 0 0 0 0.130678354 0 0 0 0.671656469 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
- </filter>
- </defs>
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g id="练习模式" transform="translate(-737.000000, -301.000000)">
- <g id="播放" transform="translate(737.000000, 301.000000)">
- <rect id="矩形" fill="url(#linearGradient-1)" x="0" y="0" width="40" height="40" rx="20"></rect>
- <g id="三角形" transform="translate(22.000000, 20.030769) rotate(-270.000000) translate(-22.000000, -20.030769) ">
- <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
- <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-2"></use>
- </g>
- </g>
- </g>
- </g>
- </svg>
|