Menu Kebab Vertical Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Menu Kebab Vertical 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/308929.svg" alt="Menu Kebab Vertical Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308929.svg" alt="Menu Kebab Vertical Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308929.svg" alt="Menu Kebab Vertical Square Svg icon" :width="24" :height="24" />
CSS background
.icon-menu-kebab-vertical-square---svg {
background-image: url('https://proicons.com/icon/308929.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.00104ZM10.5 7.5C10.5 6.67157 11.1716 6 12 6H12.01C12.8384 6 13.51 6.67157 13.51 7.5V7.51C13.51 8.33843 12.8384 9.01 12.01 9.01H12C11.1716 9.01 10.5 8.33843 10.5 7.51V7.5ZM12 10.5C11.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.01V12C13.51 11.1716 12.8384 10.5 12.01 10.5H12ZM12 15C11.1716 15 10.5 15.6716 10.5 16.5V16.51C10.5 17.3384 11.1716 18.01 12 18.01H12.01C12.8384 18.01 13.51 17.3384 13.51 16.51V16.5C13.51 15.6716 12.8384 15 12.01 15H12Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg>
Copied!