action-3.svg 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg
  3. width="35px"
  4. height="35px"
  5. viewBox="0 0 35 35"
  6. xmlns="http://www.w3.org/2000/svg">
  7. <g id="picto">
  8. <circle
  9. class="circle-fill"
  10. fill="black"
  11. cx="17.5"
  12. cy="17.5"
  13. r="2.5" />
  14. <line
  15. class="thin"
  16. x1="17.5"
  17. y1="11"
  18. x2="17.5"
  19. y2="24" />
  20. <line
  21. class="thin"
  22. x1="17.5"
  23. y1="11"
  24. x2="17.5"
  25. y2="24"
  26. transform="rotate(45, 17.5, 17.5)" />
  27. <line
  28. class="thin"
  29. x1="17.5"
  30. y1="11"
  31. x2="17.5"
  32. y2="24"
  33. transform="rotate(90, 17.5, 17.5)" />
  34. <line
  35. class="thin"
  36. x1="17.5"
  37. y1="11"
  38. x2="17.5"
  39. y2="24"
  40. transform="rotate(135, 17.5, 17.5)" />
  41. <line
  42. class="thick"
  43. x1="15"
  44. y1="17.5"
  45. x2="20"
  46. y2="17.5"
  47. transform-origin="center"
  48. transform="translate(-15 0)" />
  49. <line
  50. class="thick"
  51. x1="15"
  52. y1="17.5"
  53. x2="20"
  54. y2="17.5"
  55. transform-origin="center"
  56. transform="rotate(45) translate(-15 0)" />
  57. <line
  58. class="thick"
  59. x1="15"
  60. y1="17.5"
  61. x2="20"
  62. y2="17.5"
  63. transform-origin="center"
  64. transform="rotate(90) translate(-15 0)" />
  65. <line
  66. class="thick"
  67. x1="15"
  68. y1="17.5"
  69. x2="20"
  70. y2="17.5"
  71. transform-origin="center"
  72. transform="rotate(135) translate(-15 0)" />
  73. <line
  74. class="thick"
  75. x1="15"
  76. y1="17.5"
  77. x2="20"
  78. y2="17.5"
  79. transform-origin="center"
  80. transform="rotate(180) translate(-15 0)" />
  81. <line
  82. class="thick"
  83. x1="15"
  84. y1="17.5"
  85. x2="20"
  86. y2="17.5"
  87. transform-origin="center"
  88. transform="rotate(225) translate(-15 0)" />
  89. <line
  90. class="thick"
  91. x1="15"
  92. y1="17.5"
  93. x2="20"
  94. y2="17.5"
  95. transform-origin="center"
  96. transform="rotate(270) translate(-15 0)" />
  97. <line
  98. class="thick"
  99. x1="15"
  100. y1="17.5"
  101. x2="20"
  102. y2="17.5"
  103. transform-origin="center"
  104. transform="rotate(315) translate(-15 0)" />
  105. </g>
  106. </svg>