puissance-d-agir.svg 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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="thick"
  10. fill="white"
  11. cx="17.5"
  12. cy="17.5"
  13. r="17" />
  14. <circle
  15. class="thin"
  16. fill="none"
  17. cx="17.5"
  18. cy="17.5"
  19. r="9.3" />
  20. <circle
  21. fill="black"
  22. cx="17.5"
  23. cy="17.5"
  24. r="2.5" />
  25. <line
  26. class="thin"
  27. x1="17.5"
  28. y1="0"
  29. x2="17.5"
  30. y2="35" />
  31. <line
  32. class="thin"
  33. x1="17.5"
  34. y1="0"
  35. x2="17.5"
  36. y2="35"
  37. transform="rotate(45, 17.5, 17.5)" />
  38. <line
  39. class="thin"
  40. x1="17.5"
  41. y1="0"
  42. x2="17.5"
  43. y2="35"
  44. transform="rotate(90, 17.5, 17.5)" />
  45. <line
  46. class="thin"
  47. x1="17.5"
  48. y1="0"
  49. x2="17.5"
  50. y2="35"
  51. transform="rotate(135, 17.5, 17.5)" />
  52. </g>
  53. </svg>