Menu Burger Horizontal Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Menu Burger Horizontal 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/308922.svg" alt="Menu Burger Horizontal Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308922.svg" alt="Menu Burger Horizontal Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308922.svg" alt="Menu Burger Horizontal Svg icon" :width="24" :height="24" />
CSS background
.icon-menu-burger-horizontal---svg {
background-image: url('https://proicons.com/icon/308922.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="M3.5 5C2.94772 5 2.5 5.44772 2.5 6C2.5 6.55228 2.94772 7 3.5 7H20.5C21.0523 7 21.5 6.55228 21.5 6C21.5 5.44772 21.0523 5 20.5 5H3.5ZM2.5 12C2.5 11.4477 2.94772 11 3.5 11H20.5C21.0523 11 21.5 11.4477 21.5 12C21.5 12.5523 21.0523 13 20.5 13H3.5C2.94772 13 2.5 12.5523 2.5 12ZM2.5 18.001C2.5 17.4487 2.94772 17.001 3.5 17.001H20.5C21.0523 17.001 21.5 17.4487 21.5 18.001C21.5 18.5533 21.0523 19.001 20.5 19.001H3.5C2.94772 19.001 2.5 18.5533 2.5 18.001Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg>
Copied!