123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?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" />
- <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(90, 17.5, 17.5)" />
- <path
- class="thick"
- fill="white"
- d="M 9, 12
- L 21, 8
- L 27, 14
- L 27, 21
- L 19, 26
- L 12, 27
- L 6, 21
- Z"
- transform="translate(0 0.5)"
- />
- <path
- class="thin"
- fill="none"
- d="M 15, 20.5
- L 17.5, 17.5
- L 20, 20.5"
- transform-origin="center"
- transform="translate(0 -15.75)" />
- </g>
- </svg>
|