Kebab Vertical Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Kebab Vertical icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307237.svg" alt="Kebab Vertical icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307237.svg" alt="Kebab Vertical icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307237.svg" alt="Kebab Vertical icon" :width="24" :height="24" />
CSS background
.icon-kebab-vertical {
background-image: url('https://proicons.com/icon/307237.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 5C7.44772 5 7 4.55228 7 4C7 3.44772 7.44772 3 8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5ZM8 9C7.44771 9 7 8.55229 7 8C7 7.44772 7.44771 7 8 7C8.55228 7 9 7.44772 9 8C9 8.55229 8.55228 9 8 9ZM7 12C7 12.5523 7.44771 13 8 13C8.55228 13 9 12.5523 9 12C9 11.4477 8.55228 11 8 11C7.44771 11 7 11.4477 7 12Z"/></svg>
Copied!