14 lines
569 B
XML
14 lines
569 B
XML
<svg height="48" width="48" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="a" gradientUnits="userSpaceOnUse" x1="0" x2="0" y1="46" y2="2">
|
|
<stop offset="0" stop-color="#197ff1" />
|
|
<stop offset="1" stop-color="#21c6fb" />
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="24" cy="24" r="22" fill="url(#a)" />
|
|
<g fill="none" stroke="#FFF" opacity="0.85" stroke-width="3" stroke-linecap="round" transform="translate(-1 -1) rotate(-45 24 24)">
|
|
<circle cx="24" cy="24" r="6.5" />
|
|
<line x1="24" y1="30.5" x2="24" y2="37.5" />
|
|
</g>
|
|
</svg>
|