menu board icon
menu-board from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- menu-board
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the menu board icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.5"><path d="m21.93 6.76l-3.37 13.53A2.23 2.23 0 0 1 16.38 22H3.24c-1.51 0-2.59-1.48-2.14-2.93L5.31 5.55a2.25 2.25 0 0 1 2.14-1.59h12.3c.95 0 1.74.58 2.07 1.38c.19.43.23.92.11 1.42Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M16 22h4.78c1.29 0 2.3-1.09 2.21-2.38L22 6m-12.32.38l1.04-4.32m5.66 4.33l.94-4.34M7.7 12h8m-9 4h8"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMenuBoard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="1.5"><path d="m21.93 6.76l-3.37 13.53A2.23 2.23 0 0 1 16.38 22H3.24c-1.51 0-2.59-1.48-2.14-2.93L5.31 5.55a2.25 2.25 0 0 1 2.14-1.59h12.3c.95 0 1.74.58 2.07 1.38c.19.43.23.92.11 1.42Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M16 22h4.78c1.29 0 2.3-1.09 2.21-2.38L22 6m-12.32.38l1.04-4.32m5.66 4.33l.94-4.34M7.7 12h8m-9 4h8"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="1.5"><path d="m21.93 6.76l-3.37 13.53A2.23 2.23 0 0 1 16.38 22H3.24c-1.51 0-2.59-1.48-2.14-2.93L5.31 5.55a2.25 2.25 0 0 1 2.14-1.59h12.3c.95 0 1.74.58 2.07 1.38c.19.43.23.92.11 1.42Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M16 22h4.78c1.29 0 2.3-1.09 2.21-2.38L22 6m-12.32.38l1.04-4.32m5.66 4.33l.94-4.34M7.7 12h8m-9 4h8"/></g></svg> </template>
CSS
.icon-menu-board {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m21.93%206.76l-3.37%2013.53A2.23%202.23%200%200%201%2016.38%2022H3.24c-1.51%200-2.59-1.48-2.14-2.93L5.31%205.55a2.25%202.25%200%200%201%202.14-1.59h12.3c.95%200%201.74.58%202.07%201.38c.19.43.23.92.11%201.42Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2022h4.78c1.29%200%202.3-1.09%202.21-2.38L22%206m-12.32.38l1.04-4.32m5.66%204.33l.94-4.34M7.7%2012h8m-9%204h8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m21.93%206.76l-3.37%2013.53A2.23%202.23%200%200%201%2016.38%2022H3.24c-1.51%200-2.59-1.48-2.14-2.93L5.31%205.55a2.25%202.25%200%200%201%202.14-1.59h12.3c.95%200%201.74.58%202.07%201.38c.19.43.23.92.11%201.42Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2022h4.78c1.29%200%202.3-1.09%202.21-2.38L22%206m-12.32.38l1.04-4.32m5.66%204.33l.94-4.34M7.7%2012h8m-9%204h8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/menu-board.svg?color=%231a73e8&size=48