19 lines
374 B
XML
19 lines
374 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg
|
|
width="35px"
|
|
height="35px"
|
|
viewBox="0 0 100 100"
|
|
version="1.1"
|
|
id="pointer"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<circle
|
|
style="fill:red;stroke:white;stroke-width:10"
|
|
id="circle"
|
|
cx="50"
|
|
cy="50"
|
|
r="40"
|
|
/>
|
|
</svg>
|