<g stroke="black">
 
  <g stroke-width="1">
    <path d="M24 24 h80" stroke-dasharray="1, 3" />  
    <path d="M24 32 h80" stroke-dasharray="2, 2" />  
    <path d="M24 40 h80" stroke-dasharray="3, 1" />
  </g>

  <g stroke-width="6">
    <path d="M24 56 h80" stroke-dasharray="1, 3" />  
    <path d="M24 64 h80" stroke-dasharray="2, 2" />  
    <path d="M24 72 h80" stroke-dasharray="3, 1" />
  </g>

  <g stroke-width="6" stroke-linecap="round">
    <path d="M24 88 h80" stroke-dasharray="0, 7" />  
    <path d="M24 96 h80" stroke-dasharray="0, 14" />  
    <path d="M24 104 h80" stroke-dasharray="8, 6" />
  </g>
 
</g>