layer icon
layer from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- layer
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the layer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.606 4.813C10.786 4.271 11.376 4 12 4s1.214.271 2.394.813l4.893 2.248C21.096 7.89 22 8.307 22 9s-.904 1.109-2.713 1.94l-4.893 2.247c-1.18.542-1.77.813-2.394.813s-1.214-.271-2.394-.813l-4.893-2.248C2.904 10.11 2 9.693 2 9s.904-1.109 2.713-1.94z"/><path d="M20.233 13.5C21.41 14.062 22 14.44 22 15c0 .693-.904 1.109-2.713 1.94l-4.893 2.247c-1.18.542-1.77.813-2.394.813s-1.214-.27-2.394-.813L4.713 16.94C2.904 16.11 2 15.693 2 15c0-.56.59-.938 1.767-1.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLayer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.606 4.813C10.786 4.271 11.376 4 12 4s1.214.271 2.394.813l4.893 2.248C21.096 7.89 22 8.307 22 9s-.904 1.109-2.713 1.94l-4.893 2.247c-1.18.542-1.77.813-2.394.813s-1.214-.271-2.394-.813l-4.893-2.248C2.904 10.11 2 9.693 2 9s.904-1.109 2.713-1.94z"/><path d="M20.233 13.5C21.41 14.062 22 14.44 22 15c0 .693-.904 1.109-2.713 1.94l-4.893 2.247c-1.18.542-1.77.813-2.394.813s-1.214-.27-2.394-.813L4.713 16.94C2.904 16.11 2 15.693 2 15c0-.56.59-.938 1.767-1.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.606 4.813C10.786 4.271 11.376 4 12 4s1.214.271 2.394.813l4.893 2.248C21.096 7.89 22 8.307 22 9s-.904 1.109-2.713 1.94l-4.893 2.247c-1.18.542-1.77.813-2.394.813s-1.214-.271-2.394-.813l-4.893-2.248C2.904 10.11 2 9.693 2 9s.904-1.109 2.713-1.94z"/><path d="M20.233 13.5C21.41 14.062 22 14.44 22 15c0 .693-.904 1.109-2.713 1.94l-4.893 2.247c-1.18.542-1.77.813-2.394.813s-1.214-.27-2.394-.813L4.713 16.94C2.904 16.11 2 15.693 2 15c0-.56.59-.938 1.767-1.5"/></g></svg> </template>
CSS
.icon-layer {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.606%204.813C10.786%204.271%2011.376%204%2012%204s1.214.271%202.394.813l4.893%202.248C21.096%207.89%2022%208.307%2022%209s-.904%201.109-2.713%201.94l-4.893%202.247c-1.18.542-1.77.813-2.394.813s-1.214-.271-2.394-.813l-4.893-2.248C2.904%2010.11%202%209.693%202%209s.904-1.109%202.713-1.94z%22%2F%3E%3Cpath%20d%3D%22M20.233%2013.5C21.41%2014.062%2022%2014.44%2022%2015c0%20.693-.904%201.109-2.713%201.94l-4.893%202.247c-1.18.542-1.77.813-2.394.813s-1.214-.27-2.394-.813L4.713%2016.94C2.904%2016.11%202%2015.693%202%2015c0-.56.59-.938%201.767-1.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.606%204.813C10.786%204.271%2011.376%204%2012%204s1.214.271%202.394.813l4.893%202.248C21.096%207.89%2022%208.307%2022%209s-.904%201.109-2.713%201.94l-4.893%202.247c-1.18.542-1.77.813-2.394.813s-1.214-.271-2.394-.813l-4.893-2.248C2.904%2010.11%202%209.693%202%209s.904-1.109%202.713-1.94z%22%2F%3E%3Cpath%20d%3D%22M20.233%2013.5C21.41%2014.062%2022%2014.44%2022%2015c0%20.693-.904%201.109-2.713%201.94l-4.893%202.247c-1.18.542-1.77.813-2.394.813s-1.214-.27-2.394-.813L4.713%2016.94C2.904%2016.11%202%2015.693%202%2015c0-.56.59-.938%201.767-1.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/layer.svg?color=%231a73e8&size=48