Menu Kebab Horizontal Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Menu Kebab 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/308924.svg" alt="Menu Kebab Horizontal Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308924.svg" alt="Menu Kebab Horizontal Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308924.svg" alt="Menu Kebab Horizontal Svg icon" :width="24" :height="24" />
CSS background
.icon-menu-kebab-horizontal---svg {
background-image: url('https://proicons.com/icon/308924.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="M6.51 12C6.51 11.1716 5.83843 10.5 5.01 10.5H5C4.17157 10.5 3.5 11.1716 3.5 12V12.01C3.5 12.8384 4.17157 13.51 5 13.51H5.01C5.83843 13.51 6.51 12.8384 6.51 12.01V12ZM12.01 10.5C12.8384 10.5 13.51 11.1716 13.51 12V12.01C13.51 12.8384 12.8384 13.51 12.01 13.51H12C11.1716 13.51 10.5 12.8384 10.5 12.01V12C10.5 11.1716 11.1716 10.5 12 10.5H12.01ZM19.01 10.5C19.8384 10.5 20.51 11.1716 20.51 12V12.01C20.51 12.8384 19.8384 13.51 19.01 13.51H19C18.1716 13.51 17.5 12.8384 17.5 12.01V12C17.5 11.1716 18.1716 10.5 19 10.5H19.01Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg>
Copied!