17 lines
901 B
XML
17 lines
901 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none">
|
|
<title>Circle with dot inside</title>
|
|
<circle cx="15" cy="15" r="14" fill="#FFF0F0" stroke="url(#paint0_linear_903_1210)" stroke-width="2" />
|
|
<circle cx="15.2941" cy="15.2941" r="5.29412" fill="url(#paint1_linear_903_1210)" />
|
|
<defs>
|
|
<linearGradient id="paint0_linear_903_1210" x1="-5.43932e-08" y1="13.6028" x2="41.6683" y2="14.0412"
|
|
gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#6A4DBC" />
|
|
<stop offset="1" stop-color="#F2994A" />
|
|
</linearGradient>
|
|
<linearGradient id="paint1_linear_903_1210" x1="10" y1="14.801" x2="24.7065" y2="14.9557"
|
|
gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#6A4DBC" />
|
|
<stop offset="1" stop-color="#F2994A" />
|
|
</linearGradient>
|
|
</defs>
|
|
</svg> |