layers icon
layers-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- layers-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
layersBootstrap IconslayersCarbonlayersCodiconslayers-fillEva IconslayersFramework7 IconslayersFeather Iconslayers-outlineFlowbite IconslayersHumbleiconslayersIconParklayersIconPark OutlinelayersIconPark SolidlayersIconPark TwoTonelayersIonIconslayersJam IconslayersLucidelayersMaterial SymbolslayersMaterial Symbols LightlayersMaterial Design IconslayersRadix Iconslayers-boldSolarlayersTDesign Iconslayers-outlineTeenyiconslayersUnicons
Use the layers icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M7 14.4v1.77a1.5 1.5 0 0 0 1.794 1.471L10 17.4m-3-3V9.64a2 2 0 0 1 1.608-1.962l6.598-1.32A1.5 1.5 0 0 1 17 7.83V9.6M7 14.4l-1.206.241A1.5 1.5 0 0 1 4 13.171V6.64a2 2 0 0 1 1.608-1.962l6.598-1.32A1.5 1.5 0 0 1 14 4.83V6.5m3 3.1l-5.392 1.078A2 2 0 0 0 10 12.64v4.76m7-7.8l1.206-.241A1.5 1.5 0 0 1 20 10.829v6.531a2 2 0 0 1-1.608 1.962l-6.598 1.32A1.5 1.5 0 0 1 10 19.17V17.4"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLayersLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M7 14.4v1.77a1.5 1.5 0 0 0 1.794 1.471L10 17.4m-3-3V9.64a2 2 0 0 1 1.608-1.962l6.598-1.32A1.5 1.5 0 0 1 17 7.83V9.6M7 14.4l-1.206.241A1.5 1.5 0 0 1 4 13.171V6.64a2 2 0 0 1 1.608-1.962l6.598-1.32A1.5 1.5 0 0 1 14 4.83V6.5m3 3.1l-5.392 1.078A2 2 0 0 0 10 12.64v4.76m7-7.8l1.206-.241A1.5 1.5 0 0 1 20 10.829v6.531a2 2 0 0 1-1.608 1.962l-6.598 1.32A1.5 1.5 0 0 1 10 19.17V17.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M7 14.4v1.77a1.5 1.5 0 0 0 1.794 1.471L10 17.4m-3-3V9.64a2 2 0 0 1 1.608-1.962l6.598-1.32A1.5 1.5 0 0 1 17 7.83V9.6M7 14.4l-1.206.241A1.5 1.5 0 0 1 4 13.171V6.64a2 2 0 0 1 1.608-1.962l6.598-1.32A1.5 1.5 0 0 1 14 4.83V6.5m3 3.1l-5.392 1.078A2 2 0 0 0 10 12.64v4.76m7-7.8l1.206-.241A1.5 1.5 0 0 1 20 10.829v6.531a2 2 0 0 1-1.608 1.962l-6.598 1.32A1.5 1.5 0 0 1 10 19.17V17.4"/></svg> </template>
CSS
.icon-layers-line {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M7%2014.4v1.77a1.5%201.5%200%200%200%201.794%201.471L10%2017.4m-3-3V9.64a2%202%200%200%201%201.608-1.962l6.598-1.32A1.5%201.5%200%200%201%2017%207.83V9.6M7%2014.4l-1.206.241A1.5%201.5%200%200%201%204%2013.171V6.64a2%202%200%200%201%201.608-1.962l6.598-1.32A1.5%201.5%200%200%201%2014%204.83V6.5m3%203.1l-5.392%201.078A2%202%200%200%200%2010%2012.64v4.76m7-7.8l1.206-.241A1.5%201.5%200%200%201%2020%2010.829v6.531a2%202%200%200%201-1.608%201.962l-6.598%201.32A1.5%201.5%200%200%201%2010%2019.17V17.4%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M7%2014.4v1.77a1.5%201.5%200%200%200%201.794%201.471L10%2017.4m-3-3V9.64a2%202%200%200%201%201.608-1.962l6.598-1.32A1.5%201.5%200%200%201%2017%207.83V9.6M7%2014.4l-1.206.241A1.5%201.5%200%200%201%204%2013.171V6.64a2%202%200%200%201%201.608-1.962l6.598-1.32A1.5%201.5%200%200%201%2014%204.83V6.5m3%203.1l-5.392%201.078A2%202%200%200%200%2010%2012.64v4.76m7-7.8l1.206-.241A1.5%201.5%200%200%201%2020%2010.829v6.531a2%202%200%200%201-1.608%201.962l-6.598%201.32A1.5%201.5%200%200%201%2010%2019.17V17.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/layers-line.svg?color=%231a73e8&size=48