← back to Dw Theme Hamburger

assets/icon.hamburger.svg

15 lines

<svg
  xmlns="http://www.w3.org/2000/svg"
  aria-hidden="true"
  focusable="false"
  role="presentation"
  class="element-icon element-icon-hamburger element-icon--line"
  viewbox="0 0 64 64"
  width="20"
  height="20"
>
  <path d="M7 15h51" fill="none" stroke="currentColor">.</path>
  <path d="M7 32h43" fill="none" stroke="currentColor">.</path>
  <path d="M7 49h51" fill="none" stroke="currentColor">.</path>
</svg>