Ellipsis Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Ellipsis 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/307144.svg" alt="Ellipsis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307144.svg" alt="Ellipsis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307144.svg" alt="Ellipsis icon" :width="24" :height="24" />
CSS background
.icon-ellipsis {
background-image: url('https://proicons.com/icon/307144.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="M5 8C5 8.55229 4.55228 9 4 9C3.44772 9 3 8.55229 3 8C3 7.44772 3.44772 7 4 7C4.55228 7 5 7.44772 5 8ZM9 8C9 8.55229 8.55229 9 8 9C7.44772 9 7 8.55229 7 8C7 7.44772 7.44772 7 8 7C8.55229 7 9 7.44772 9 8ZM12 9C12.5523 9 13 8.55229 13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8C11 8.55229 11.4477 9 12 9Z"/></svg>
Copied!