Menu Board icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMenuBoard } from "@devigner-ui/icons";
<IconMenuBoard className="size-6" />
<script setup>
import { IconMenuBoard } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMenuBoard class="size-6" />
</template>
<script>
import { IconMenuBoard } from "@devigner-ui/icons-svelte";
</script>
<IconMenuBoard class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m22.6 6.76-3.37 13.53A2.2 2.2 0 0 1 17.05 22H3.91a2.26 2.26 0 0 1-2.14-2.93L5.98 5.55a2.25 2.25 0 0 1 2.14-1.59h12.3c.95 0 1.74.58 2.07 1.38q.29.66.11 1.42" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><path opacity="1" d="M16.67 22h4.78c1.29 0 2.3-1.09 2.21-2.38L22.67 6" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m10.35 6.38 1.04-4.32" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m17.05 6.39.94-4.34" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.37 12h8" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.37 16h8" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>