Menu Kebab Vertical Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Menu Kebab Vertical Circle 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/308928.svg" alt="Menu Kebab Vertical Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308928.svg" alt="Menu Kebab Vertical Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308928.svg" alt="Menu Kebab Vertical Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-menu-kebab-vertical-circle---svg {
background-image: url('https://proicons.com/icon/308928.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="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM10.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!