123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <svg
- width="35px"
- height="35px"
- viewBox="0 0 35 35"
- xmlns="http://www.w3.org/2000/svg">
- <g id="picto">
- <circle
- class="thick"
- fill="white"
- cx="17.5"
- cy="17.5"
- r="17" />
- <circle
- class="thin"
- fill="none"
- cx="17.5"
- cy="17.5"
- r="9.3" />
- <circle
- class="circle-fill"
- fill="black"
- cx="17.5"
- cy="17.5"
- r="2.5" />
- <line
- class="thin"
- x1="17.5"
- y1="0"
- x2="17.5"
- y2="35" />
- <line
- class="thin"
- x1="17.5"
- y1="0"
- x2="17.5"
- y2="35"
- transform="rotate(45, 17.5, 17.5)" />
- <line
- class="thin"
- x1="17.5"
- y1="0"
- x2="17.5"
- y2="35"
- transform="rotate(90, 17.5, 17.5)" />
- <line
- class="thin"
- x1="17.5"
- y1="0"
- x2="17.5"
- y2="35"
- transform="rotate(135, 17.5, 17.5)" />
- </g>
- </svg>
|