Menu Kebab Vertical Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Menu Kebab 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/308927.svg" alt="Menu Kebab Vertical Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308927.svg" alt="Menu Kebab Vertical Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308927.svg" alt="Menu Kebab Vertical Svg icon" :width="24" :height="24" />
CSS background
.icon-menu-kebab-vertical---svg {
background-image: url('https://proicons.com/icon/308927.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="M10.5 5C10.5 4.17157 11.1716 3.5 12 3.5H12.01C12.8384 3.5 13.51 4.17157 13.51 5V5.01C13.51 5.83843 12.8384 6.51 12.01 6.51H12C11.1716 6.51 10.5 5.83843 10.5 5.01V5ZM10.5 12C10.5 11.1716 11.1716 10.5 12 10.5H12.01C12.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.01V12ZM12 17.5C11.1716 17.5 10.5 18.1716 10.5 19V19.01C10.5 19.8384 11.1716 20.51 12 20.51H12.01C12.8384 20.51 13.51 19.8384 13.51 19.01V19C13.51 18.1716 12.8384 17.5 12.01 17.5H12Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg>
Copied!