Guest User

Untitled

a guest
Apr 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <svg>
  2. <g
  3. transform="translate(15, 15)">
  4. <rect
  5. width="15"
  6. height="15"
  7. x="20"
  8. y="10"
  9. fill="#000"
  10. stroke-width="2"
  11. stroke="#fff">
  12. </rect>
  13. <rect
  14. width="10"
  15. height="15"
  16. x="5"
  17. y="10"
  18. fill="#000"
  19. stroke-width="2"
  20. stroke="#fff">
  21. </rect>
  22. </g>
  23. <g
  24. transform="translate(15, 30)">
  25. <rect
  26. class="body"
  27. width="100"
  28. height="60"
  29. stroke="#fff"
  30. stroke-width="2"
  31. fill="#000">
  32. </rect>
  33. <line
  34. x1="0"
  35. x2="100"
  36. y1="15"
  37. y2="15"
  38. stroke="#fff"
  39. stroke-width="1"></line>
  40. <!-- <line
  41. x1="0"
  42. x2="100"
  43. y1="45"
  44. y2="45"
  45. stroke="#fff"
  46. stroke-width="1"></line> -->
  47. <circle
  48. class="lens-outside"
  49. r="20"
  50. cx="55"
  51. cy="30"
  52. fill="#000"
  53. stroke-width="2"
  54. stroke="#fff"
  55. >
  56. </circle>
  57. <circle
  58. class="lens-inside"
  59. r="15"
  60. cx="55"
  61. cy="30"
  62. fill="#000"
  63. stroke-width="1"
  64. stroke="#fff"
  65. >
  66. </circle>
  67. <circle
  68. r="4"
  69. cx="25"
  70. cy="15"
  71. fill="#000"
  72. stroke="#fff"
  73. >
  74. </circle>
  75. </g>
  76. <g
  77. transform="translate(55, 20)">
  78. <rect
  79. width="60"
  80. height="5"
  81. x="0"
  82. y="5"
  83. fill="#000"
  84. stroke="#fff"
  85. stroke-width="2">
  86. </rect>
  87. <line
  88. x1="1"
  89. x2="59"
  90. y1="10"
  91. y2="10"
  92. stroke="#000"
  93. stroke-width="2">
  94. </line>
  95. <rect
  96. width="15"
  97. height="7.5"
  98. x="37.5"
  99. y="10.5"
  100. fill="#000"
  101. stroke="#fff"
  102. stroke-width="1">
  103. </rect>
  104. </g>
  105. </svg>
Add Comment
Please, Sign In to add comment