consistency-svg.vue 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <template>
  2. <!-- Generator: Adobe Illustrator 26.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
  3. <svg
  4. id="图层_1"
  5. version="1.1"
  6. xmlns="http://www.w3.org/2000/svg"
  7. xmlns:xlink="http://www.w3.org/1999/xlink"
  8. x="0px"
  9. y="0px"
  10. viewBox="0 0 79 79"
  11. style="enable-background: new 0 0 79 79"
  12. xml:space="preserve"
  13. >
  14. <circle class="st0" cx="39.5" cy="39.5" r="39.5" />
  15. <path
  16. class="st1"
  17. d="M23.2,42c-0.5,0-1,0.4-1,1v17.8c0,0.5,0.4,1,1,1h3.5c0.5,0,1-0.4,1-1V43c0-0.5-0.4-1-1-1H23.2z"
  18. />
  19. <path
  20. class="st1"
  21. d="M32.6,42c-0.5,0-1,0.4-1,1v17.8c0,0.5,0.4,1,1,1H36c0.5,0,1-0.4,1-1V43c0-0.5-0.4-1-1-1H32.6z"
  22. />
  23. <path
  24. class="st1"
  25. d="M42,43c0-0.5,0.4-1,1-1h3.5c0.5,0,1,0.4,1,1v17.8c0,0.5-0.4,1-1,1H43c-0.5,0-1-0.4-1-1V43z"
  26. />
  27. <path
  28. class="st1"
  29. d="M52.3,42c-0.5,0-1,0.4-1,1v17.8c0,0.5,0.4,1,1,1h3.5c0.5,0,1-0.4,1-1V43c0-0.5-0.4-1-1-1H52.3z"
  30. />
  31. <path
  32. class="st2"
  33. d="M22.2,43c0-0.5,0.4-1,1-1h3.5c0.5,0,1,0.4,1,1v15.8c0,0.5-0.4,1-1,1h-3.5c-0.5,0-1-0.4-1-1V43z"
  34. />
  35. <path
  36. class="st2"
  37. d="M31.6,43c0-0.5,0.4-1,1-1H36c0.5,0,1,0.4,1,1v15.8c0,0.5-0.4,1-1,1h-3.5c-0.5,0-1-0.4-1-1V43z"
  38. />
  39. <path
  40. class="st2"
  41. d="M42,43c0-0.5,0.4-1,1-1h3.5c0.5,0,1,0.4,1,1v15.8c0,0.5-0.4,1-1,1H43c-0.5,0-1-0.4-1-1V43z"
  42. />
  43. <path
  44. class="st2"
  45. d="M51.3,43c0-0.5,0.4-1,1-1h3.5c0.5,0,1,0.4,1,1v15.8c0,0.5-0.4,1-1,1h-3.5c-0.5,0-1-0.4-1-1V43z"
  46. />
  47. <path
  48. class="st3"
  49. d="M57.3,28.1l-5.9-5.9v4.9H22.7c-0.5,0-1,0.4-1,1c0,0.5,0.4,1,1,1h28.6v4.9L57.3,28.1z"
  50. />
  51. </svg>
  52. </template>
  53. <style scoped lang="scss">
  54. .st0 {
  55. fill: #eff5fd;
  56. }
  57. .st1 {
  58. fill: #0077ce;
  59. }
  60. .st2 {
  61. fill: #20a0ff;
  62. }
  63. .st3 {
  64. fill: #7383bf;
  65. }
  66. .dark {
  67. .st0 {
  68. fill: #36393d;
  69. }
  70. }
  71. </style>