svg

    <svg width="100px" height="100px">
      <line x1="0" y1="50" x2="100" y2="50" stroke-width="8" stroke="currentColor"></line>
      <line x1="50" y1="0" x2="50" y2="100" stroke-width="8" stroke="currentColor"></line>
    </svg>
原文地址:https://www.cnblogs.com/fdxjava/p/15380945.html