Menu Up Down Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Menu Up Down 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/311552.svg" alt="Menu Up Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311552.svg" alt="Menu Up Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311552.svg" alt="Menu Up Down icon" :width="24" :height="24" />
CSS background
.icon-menu-up-down {
background-image: url('https://proicons.com/icon/311552.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="M4 10V8H5V7H6V6H7V5H8V4H9V3H10V2H12V3H13V4H14V5H15V6H16V7H17V8H18V10H4M4 12H18V14H17V15H16V16H15V17H14V18H13V19H12V20H10V19H9V18H8V17H7V16H6V15H5V14H4V12M8 8H14V7H13V6H12V5H10V6H9V7H8V8M8 14V15H9V16H10V17H12V16H13V15H14V14H8Z"/></svg>
Copied!