logo-small.svg 1.6 KB

1234567891011121314151617181920212223242526272829303132
  1. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 200 200" style="boder:1px solid red">
  2. <defs>
  3. <pattern id="textPattern1" width="1" height="2.5" patternUnits="userSpaceOnUse" patternTransform="rotate(30)">
  4. <rect x="0" y="0" width="1" height="1.5" fill="rgb(14, 111, 177)"></rect>
  5. </pattern>
  6. <text id="t1" x="100" y="0" fill="rgb(14, 111, 177)" font-size="30" font-family="STXingKai" font-weight="600"
  7. transform="scale(1.25,0.85)" transform-origin="center" dominant-baseline="hanging" text-anchor="middle">中 科 轼
  8. 峰</text>
  9. <text id="t2" x="100" y="0" fill="rgb(51, 154, 57)" font-size="15" font-family="Times New Roman" font-weight="500"
  10. transform="scale(1.55,0.9)" transform-origin="center" text-anchor="middle" dominant-baseline="hanging">Zhong Ke
  11. Shi Feng</text>
  12. </defs>
  13. <symbol id="logo" viewBox="0 0 200 150">
  14. <symbol id="l" viewBox="0 0 200 150">
  15. <path d="M40 0 h-20 a20 20 0 0 0 -20 20 v110 a20 20 0 0 0 20 20 h136
  16. a3 4 1 0 0 2.25 -5 l-6.75 -15 l-18 -40 q-5 -10 0 -15 l30 -35 h-30 l-30 35 q-5 5 0 15
  17. l15.25 35 a3 4 1 0 1 -2.25 5 h-92 a5 5 0 0 1 -5 -5 v-105 q2 -18 18 -20" fill="currentColor" />
  18. </symbol>
  19. <symbol id="l1" viewBox="0 0 200 150">
  20. <use href="#l" />
  21. </symbol>
  22. <symbol id="l2" viewBox="0 0 200 150">
  23. <use href="#l" style="transform: translate(100%,100%) rotate(180deg);" />
  24. </symbol>
  25. <use href="#l1" style="color: rgb(51, 154, 57);" />
  26. <use href="#l2" style="color: rgb(14, 111, 177);" />
  27. </symbol>
  28. <use href="#logo" width="200" height="150" />
  29. <use href="#t1" x="0" y="145" />
  30. <use href="#t2" x="0" y="175" />
  31. </svg>