Menu Kebab Horizontal Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Menu Kebab Horizontal 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/308925.svg" alt="Menu Kebab Horizontal Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308925.svg" alt="Menu Kebab Horizontal Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308925.svg" alt="Menu Kebab Horizontal Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-menu-kebab-horizontal-circle---svg {
background-image: url('https://proicons.com/icon/308925.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 12ZM9.01002 12C9.01002 11.1716 8.33844 10.5 7.51002 10.5H7.50002C6.67159 10.5 6.00002 11.1716 6.00002 12V12.01C6.00002 12.8384 6.67159 13.51 7.50002 13.51H7.51002C8.33844 13.51 9.01002 12.8384 9.01002 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!