Menu Kebab Horizontal Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Menu Kebab Horizontal Square 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/308926.svg" alt="Menu Kebab Horizontal Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308926.svg" alt="Menu Kebab Horizontal Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308926.svg" alt="Menu Kebab Horizontal Square Svg icon" :width="24" :height="24" />
CSS background
.icon-menu-kebab-horizontal-square---svg {
background-image: url('https://proicons.com/icon/308926.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 4.00104C3 3.44875 3.44772 3.00104 4 3.00104H20C20.5523 3.00104 21 3.44875 21 4.00104V18.001C21 19.6579 19.6569 21.001 18 21.001H6C4.34315 21.001 3 19.6579 3 18.001V4.00104ZM9.01 12C9.01 11.1716 8.33843 10.5 7.51 10.5H7.5C6.67157 10.5 6 11.1716 6 12V12.01C6 12.8384 6.67157 13.51 7.5 13.51H7.51C8.33843 13.51 9.01 12.8384 9.01 12.01V12ZM13.51 12C13.51 11.1716 12.8384 10.5 12.01 10.5H12C11.1716 10.5 10.5 11.1716 10.5 12V12.01C10.5 12.8384 11.1716 13.51 12 13.51H12.01C12.8384 13.51 13.51 12.8384 13.51 12.01V12ZM16.51 10.5C17.3384 10.5 18.01 11.1716 18.01 12V12.01C18.01 12.8384 17.3384 13.51 16.51 13.51H16.5C15.6716 13.51 15 12.8384 15 12.01V12C15 11.1716 15.6716 10.5 16.5 10.5H16.51Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg>
Copied!