bg.svg 1.1 KB

1234567891011121314151617181920212223242526
  1. ---
  2. tags: []
  3. ---
  4. <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  5. <g fill="none" fill-rule="evenodd" stroke="#206bc4" stroke-width=".025" opacity=".5">
  6. <rect x="4" y="2" width="16" height="20" rx="3" stroke-dasharray=".5 .5"/>
  7. <rect x="2" y="4" width="20" height="16" rx="3" stroke-dasharray=".5 .5"/>
  8. <rect x="3" y="3" width="18" height="18" rx="3" />
  9. <circle cx="12" cy="12" r="5" />
  10. <circle cx="12" cy="12" r="10" />
  11. <line x1="0" y1="12" x2="24" y2="12" />
  12. <line x1="12" y1="0" x2="12" y2="24" />
  13. </g>
  14. <g font-family="system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji">
  15. {% for i in (1..24) %}
  16. <g fill="#ccc" font-size=".3">
  17. <text x="0" y="{{ i | plus: 0.35 }}" >{{ i }}</text>
  18. <text x="{{ i | plus: 0.1 }}" y=".25" >{{ i }}</text>
  19. </g>
  20. <g stroke="#666" stroke-width=".01">
  21. <line x1="0" y1="{{ i }}" x2="24" y2="{{ i }}" />
  22. <line x1="{{ i }}" y1="0" x2="{{ i }}" y2="24" />
  23. </g>
  24. {% endfor %}
  25. </g>
  26. </svg>