Menu Burger Vertical Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Menu Burger Vertical Svg 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/308923.svg" alt="Menu Burger Vertical Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308923.svg" alt="Menu Burger Vertical Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308923.svg" alt="Menu Burger Vertical Svg icon" :width="24" :height="24" />
CSS background
.icon-menu-burger-vertical---svg {
background-image: url('https://proicons.com/icon/308923.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M19.0005 3.50049C19.0005 2.9482 18.5528 2.50049 18.0005 2.50049C17.4482 2.50049 17.0005 2.9482 17.0005 3.50049L17.0005 20.5005C17.0005 21.0528 17.4482 21.5005 18.0005 21.5005C18.5528 21.5005 19.0005 21.0528 19.0005 20.5005L19.0005 3.50049ZM12.0005 2.50049C12.5528 2.50049 13.0005 2.9482 13.0005 3.50049L13.0005 20.5005C13.0005 21.0528 12.5528 21.5005 12.0005 21.5005C11.4482 21.5005 11.0005 21.0528 11.0005 20.5005L11.0005 3.50049C11.0005 2.9482 11.4482 2.50049 12.0005 2.50049ZM5.99951 2.50049C6.5518 2.50049 6.99951 2.9482 6.99951 3.50049L6.99951 20.5005C6.99951 21.0528 6.5518 21.5005 5.99951 21.5005C5.44723 21.5005 4.99951 21.0528 4.99951 20.5005L4.99951 3.50049C4.99951 2.9482 5.44723 2.50049 5.99951 2.50049Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg>
Copied!