Layers Active Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Layers Active 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/307243.svg" alt="Layers Active icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307243.svg" alt="Layers Active icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307243.svg" alt="Layers Active icon" :width="24" :height="24" />
CSS background
.icon-layers-active {
background-image: url('https://proicons.com/icon/307243.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 10C11.343 10 10 11.343 10 13C10 14.657 11.343 16 13 16C14.657 16 16 14.657 16 13C16 11.343 14.657 10 13 10ZM14.604 12.604L12.854 14.354C12.756 14.452 12.628 14.5 12.5 14.5C12.372 14.5 12.244 14.451 12.146 14.354L11.146 13.354C10.951 13.159 10.951 12.842 11.146 12.647C11.341 12.452 11.658 12.452 11.853 12.647L12.499 13.293L13.895 11.897C14.09 11.702 14.407 11.702 14.602 11.897C14.797 12.092 14.797 12.409 14.602 12.604H14.604Z"/></svg>
Copied!