layers icon
layers-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.
- Name
- layers-outline
- Set
- Teenyicons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
layersBootstrap IconslayersCarbonlayersCodiconslayers-fillEva IconslayersFramework7 IconslayersFeather Iconslayers-outlineFlowbite IconslayersHumbleiconslayersIconParklayersIconPark OutlinelayersIconPark SolidlayersIconPark TwoTonelayersIonIconslayersJam IconslayersLucidelayersMaterial SymbolslayersMaterial Symbols LightlayersMaterial Design Iconslayers-fillMingCute IconlayersRadix Iconslayers-boldSolarlayersTDesign IconslayersUnicons
Related icons in Teenyicons
Use the layers icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m7.5 1.5l.197-.46a.5.5 0 0 0-.394 0zm-7 3l-.197-.46a.5.5 0 0 0 0 .92zm7 3l-.197.46a.5.5 0 0 0 .394 0zm7-3l.197.46a.5.5 0 0 0 0-.92zm-7 6l-.197.46l.197.084l.197-.084zm0 3l-.197.46l.197.084l.197-.084zM7.303 1.04l-7 3l.394.92l7-3zm-7 3.92l7 3l.394-.92l-7-3zm7.394 3l7-3l-.394-.92l-7 3zm7-3.92l-7-3l-.394.92l7 3zM.303 7.96l7 3l.394-.92l-7-3zm7.394 3l7-3l-.394-.92l-7 3zm-7.394 0l7 3l.394-.92l-7-3zm7.394 3l7-3l-.394-.92l-7 3z"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsLayersOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m7.5 1.5l.197-.46a.5.5 0 0 0-.394 0zm-7 3l-.197-.46a.5.5 0 0 0 0 .92zm7 3l-.197.46a.5.5 0 0 0 .394 0zm7-3l.197.46a.5.5 0 0 0 0-.92zm-7 6l-.197.46l.197.084l.197-.084zm0 3l-.197.46l.197.084l.197-.084zM7.303 1.04l-7 3l.394.92l7-3zm-7 3.92l7 3l.394-.92l-7-3zm7.394 3l7-3l-.394-.92l-7 3zm7-3.92l-7-3l-.394.92l7 3zM.303 7.96l7 3l.394-.92l-7-3zm7.394 3l7-3l-.394-.92l-7 3zm-7.394 0l7 3l.394-.92l-7-3zm7.394 3l7-3l-.394-.92l-7 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m7.5 1.5l.197-.46a.5.5 0 0 0-.394 0zm-7 3l-.197-.46a.5.5 0 0 0 0 .92zm7 3l-.197.46a.5.5 0 0 0 .394 0zm7-3l.197.46a.5.5 0 0 0 0-.92zm-7 6l-.197.46l.197.084l.197-.084zm0 3l-.197.46l.197.084l.197-.084zM7.303 1.04l-7 3l.394.92l7-3zm-7 3.92l7 3l.394-.92l-7-3zm7.394 3l7-3l-.394-.92l-7 3zm7-3.92l-7-3l-.394.92l7 3zM.303 7.96l7 3l.394-.92l-7-3zm7.394 3l7-3l-.394-.92l-7 3zm-7.394 0l7 3l.394-.92l-7-3zm7.394 3l7-3l-.394-.92l-7 3z"/></svg> </template>
CSS
.icon-layers-outline {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.5%201.5l.197-.46a.5.5%200%200%200-.394%200zm-7%203l-.197-.46a.5.5%200%200%200%200%20.92zm7%203l-.197.46a.5.5%200%200%200%20.394%200zm7-3l.197.46a.5.5%200%200%200%200-.92zm-7%206l-.197.46l.197.084l.197-.084zm0%203l-.197.46l.197.084l.197-.084zM7.303%201.04l-7%203l.394.92l7-3zm-7%203.92l7%203l.394-.92l-7-3zm7.394%203l7-3l-.394-.92l-7%203zm7-3.92l-7-3l-.394.92l7%203zM.303%207.96l7%203l.394-.92l-7-3zm7.394%203l7-3l-.394-.92l-7%203zm-7.394%200l7%203l.394-.92l-7-3zm7.394%203l7-3l-.394-.92l-7%203z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.5%201.5l.197-.46a.5.5%200%200%200-.394%200zm-7%203l-.197-.46a.5.5%200%200%200%200%20.92zm7%203l-.197.46a.5.5%200%200%200%20.394%200zm7-3l.197.46a.5.5%200%200%200%200-.92zm-7%206l-.197.46l.197.084l.197-.084zm0%203l-.197.46l.197.084l.197-.084zM7.303%201.04l-7%203l.394.92l7-3zm-7%203.92l7%203l.394-.92l-7-3zm7.394%203l7-3l-.394-.92l-7%203zm7-3.92l-7-3l-.394.92l7%203zM.303%207.96l7%203l.394-.92l-7-3zm7.394%203l7-3l-.394-.92l-7%203zm-7.394%200l7%203l.394-.92l-7-3zm7.394%203l7-3l-.394-.92l-7%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/layers-outline.svg?color=%231a73e8&size=48