layers 02 icon
layers-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- layers-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the layers 02 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"><rect width="11" height="11" x="11" y="2" rx="2.5"/><path d="M11 6.5c-2.028.004-3.09.054-3.768.732C6.5 7.965 6.5 9.143 6.5 11.5v1c0 2.357 0 3.536.732 4.268s1.911.732 4.268.732h1c2.357 0 3.535 0 4.268-.732c.678-.678.728-1.74.732-3.768"/><path d="M6.5 11c-2.028.004-3.09.054-3.768.732C2 12.465 2 13.643 2 16v1c0 2.357 0 3.536.732 4.268S4.643 22 7 22h1c2.357 0 3.536 0 4.268-.732c.678-.678.728-1.74.732-3.768"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLayers02(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"><rect width="11" height="11" x="11" y="2" rx="2.5"/><path d="M11 6.5c-2.028.004-3.09.054-3.768.732C6.5 7.965 6.5 9.143 6.5 11.5v1c0 2.357 0 3.536.732 4.268s1.911.732 4.268.732h1c2.357 0 3.535 0 4.268-.732c.678-.678.728-1.74.732-3.768"/><path d="M6.5 11c-2.028.004-3.09.054-3.768.732C2 12.465 2 13.643 2 16v1c0 2.357 0 3.536.732 4.268S4.643 22 7 22h1c2.357 0 3.536 0 4.268-.732c.678-.678.728-1.74.732-3.768"/></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"><rect width="11" height="11" x="11" y="2" rx="2.5"/><path d="M11 6.5c-2.028.004-3.09.054-3.768.732C6.5 7.965 6.5 9.143 6.5 11.5v1c0 2.357 0 3.536.732 4.268s1.911.732 4.268.732h1c2.357 0 3.535 0 4.268-.732c.678-.678.728-1.74.732-3.768"/><path d="M6.5 11c-2.028.004-3.09.054-3.768.732C2 12.465 2 13.643 2 16v1c0 2.357 0 3.536.732 4.268S4.643 22 7 22h1c2.357 0 3.536 0 4.268-.732c.678-.678.728-1.74.732-3.768"/></g></svg> </template>
CSS
.icon-layers-02 {
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%3Crect%20width%3D%2211%22%20height%3D%2211%22%20x%3D%2211%22%20y%3D%222%22%20rx%3D%222.5%22%2F%3E%3Cpath%20d%3D%22M11%206.5c-2.028.004-3.09.054-3.768.732C6.5%207.965%206.5%209.143%206.5%2011.5v1c0%202.357%200%203.536.732%204.268s1.911.732%204.268.732h1c2.357%200%203.535%200%204.268-.732c.678-.678.728-1.74.732-3.768%22%2F%3E%3Cpath%20d%3D%22M6.5%2011c-2.028.004-3.09.054-3.768.732C2%2012.465%202%2013.643%202%2016v1c0%202.357%200%203.536.732%204.268S4.643%2022%207%2022h1c2.357%200%203.536%200%204.268-.732c.678-.678.728-1.74.732-3.768%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%3Crect%20width%3D%2211%22%20height%3D%2211%22%20x%3D%2211%22%20y%3D%222%22%20rx%3D%222.5%22%2F%3E%3Cpath%20d%3D%22M11%206.5c-2.028.004-3.09.054-3.768.732C6.5%207.965%206.5%209.143%206.5%2011.5v1c0%202.357%200%203.536.732%204.268s1.911.732%204.268.732h1c2.357%200%203.535%200%204.268-.732c.678-.678.728-1.74.732-3.768%22%2F%3E%3Cpath%20d%3D%22M6.5%2011c-2.028.004-3.09.054-3.768.732C2%2012.465%202%2013.643%202%2016v1c0%202.357%200%203.536.732%204.268S4.643%2022%207%2022h1c2.357%200%203.536%200%204.268-.732c.678-.678.728-1.74.732-3.768%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/layers-02.svg?color=%231a73e8&size=48