Layers Dot Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Layers Dot 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/307244.svg" alt="Layers Dot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307244.svg" alt="Layers Dot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307244.svg" alt="Layers Dot icon" :width="24" :height="24" />
CSS background
.icon-layers-dot {
background-image: url('https://proicons.com/icon/307244.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="M2.486 5.854L7.486 8.855C7.643 8.948 7.819 8.997 8 8.997C8.181 8.997 8.357 8.948 8.513 8.854L13.513 5.855C13.812 5.676 13.999 5.346 13.999 4.997C13.999 4.648 13.813 4.32 13.513 4.14L8.517 1.142C8.207 0.952 7.789 0.954 7.486 1.14L2.486 4.139C2.187 4.318 2 4.648 2 4.997C2 5.346 2.186 5.675 2.486 5.854ZM8 1.997L13 4.997L8 7.997L3 4.997L8 1.997ZM13.854 6.984L8 10.497L2.146 6.984C2.054 7.137 2 7.313 2 7.497C2 7.847 2.187 8.176 2.486 8.354L7.486 11.355C7.642 11.448 7.819 11.497 8 11.497C8.181 11.497 8.357 11.448 8.514 11.354L9.868 10.542C10.468 9.779 11.33 9.238 12.326 9.068L13.514 8.355C13.814 8.175 14 7.846 14 7.497C14 7.314 13.946 7.138 13.854 6.984ZM8 12.997L2.146 9.484C2.054 9.637 2 9.813 2 9.997C2 10.347 2.187 10.676 2.486 10.854L7.486 13.855C7.642 13.948 7.819 13.997 8 13.997C8.181 13.997 8.357 13.948 8.514 13.854L9.054 13.53C9.03 13.355 9 13.181 9 12.999C9 12.779 9.031 12.568 9.065 12.357L8 12.997Z"/><path d="M13 16C14.6569 16 16 14.6569 16 13C16 11.3431 14.6569 10 13 10C11.3431 10 10 11.3431 10 13C10 14.6569 11.3431 16 13 16Z"/></svg>
Copied!