Menu Left Right Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Menu Left Right icon is commonly used in navigation bars, sidebars and mobile headers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/311546.svg" alt="Menu Left Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311546.svg" alt="Menu Left Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311546.svg" alt="Menu Left Right icon" :width="24" :height="24" />
CSS background
.icon-menu-left-right {
background-image: url('https://proicons.com/icon/311546.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M12 4H14V5H15V6H16V7H17V8H18V9H19V10H20V12H19V13H18V14H17V15H16V16H15V17H14V18H12V4M10 4V18H8V17H7V16H6V15H5V14H4V13H3V12H2V10H3V9H4V8H5V7H6V6H7V5H8V4H10M14 8V14H15V13H16V12H17V10H16V9H15V8H14M8 8H7V9H6V10H5V12H6V13H7V14H8V8Z"/></svg>
Copied!