layers from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
layers
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the layers icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m13.977 30.984l.846.47a1.324 1.324 0 0 1 .1 2.253L11.546 36l12.213 7.633a8 8 0 0 0 8.48 0L44.453 36l-3.774-2.422a1.254 1.254 0 0 1 .021-2.123l.695-.427a2 2 0 0 1 2.032-.037l5.86 3.313a2 2 0 0 1 0 3.392L34.36 47.025a12 12 0 0 1-12.72 0L6.714 37.696a2 2 0 0 1 0-3.392l5.23-3.269a2 2 0 0 1 2.033-.051M34.36 8.975l14.926 9.329a2 2 0 0 1 0 3.392L34.36 31.025a12 12 0 0 1-12.72 0L6.714 21.696a2 2 0 0 1 0-3.392L21.64 8.975a12 12 0 0 1 12.72 0m-10.6 3.392L11.547 20l12.213 7.633a8 8 0 0 0 8.48 0L44.453 20L32.24 12.367a8 8 0 0 0-8.48 0"/></svg>

React

import type { SVGProps } from "react";

export function F7Layers(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m13.977 30.984l.846.47a1.324 1.324 0 0 1 .1 2.253L11.546 36l12.213 7.633a8 8 0 0 0 8.48 0L44.453 36l-3.774-2.422a1.254 1.254 0 0 1 .021-2.123l.695-.427a2 2 0 0 1 2.032-.037l5.86 3.313a2 2 0 0 1 0 3.392L34.36 47.025a12 12 0 0 1-12.72 0L6.714 37.696a2 2 0 0 1 0-3.392l5.23-3.269a2 2 0 0 1 2.033-.051M34.36 8.975l14.926 9.329a2 2 0 0 1 0 3.392L34.36 31.025a12 12 0 0 1-12.72 0L6.714 21.696a2 2 0 0 1 0-3.392L21.64 8.975a12 12 0 0 1 12.72 0m-10.6 3.392L11.547 20l12.213 7.633a8 8 0 0 0 8.48 0L44.453 20L32.24 12.367a8 8 0 0 0-8.48 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m13.977 30.984l.846.47a1.324 1.324 0 0 1 .1 2.253L11.546 36l12.213 7.633a8 8 0 0 0 8.48 0L44.453 36l-3.774-2.422a1.254 1.254 0 0 1 .021-2.123l.695-.427a2 2 0 0 1 2.032-.037l5.86 3.313a2 2 0 0 1 0 3.392L34.36 47.025a12 12 0 0 1-12.72 0L6.714 37.696a2 2 0 0 1 0-3.392l5.23-3.269a2 2 0 0 1 2.033-.051M34.36 8.975l14.926 9.329a2 2 0 0 1 0 3.392L34.36 31.025a12 12 0 0 1-12.72 0L6.714 21.696a2 2 0 0 1 0-3.392L21.64 8.975a12 12 0 0 1 12.72 0m-10.6 3.392L11.547 20l12.213 7.633a8 8 0 0 0 8.48 0L44.453 20L32.24 12.367a8 8 0 0 0-8.48 0"/></svg>
</template>

CSS

.icon-layers {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.977%2030.984l.846.47a1.324%201.324%200%200%201%20.1%202.253L11.546%2036l12.213%207.633a8%208%200%200%200%208.48%200L44.453%2036l-3.774-2.422a1.254%201.254%200%200%201%20.021-2.123l.695-.427a2%202%200%200%201%202.032-.037l5.86%203.313a2%202%200%200%201%200%203.392L34.36%2047.025a12%2012%200%200%201-12.72%200L6.714%2037.696a2%202%200%200%201%200-3.392l5.23-3.269a2%202%200%200%201%202.033-.051M34.36%208.975l14.926%209.329a2%202%200%200%201%200%203.392L34.36%2031.025a12%2012%200%200%201-12.72%200L6.714%2021.696a2%202%200%200%201%200-3.392L21.64%208.975a12%2012%200%200%201%2012.72%200m-10.6%203.392L11.547%2020l12.213%207.633a8%208%200%200%200%208.48%200L44.453%2020L32.24%2012.367a8%208%200%200%200-8.48%200%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.977%2030.984l.846.47a1.324%201.324%200%200%201%20.1%202.253L11.546%2036l12.213%207.633a8%208%200%200%200%208.48%200L44.453%2036l-3.774-2.422a1.254%201.254%200%200%201%20.021-2.123l.695-.427a2%202%200%200%201%202.032-.037l5.86%203.313a2%202%200%200%201%200%203.392L34.36%2047.025a12%2012%200%200%201-12.72%200L6.714%2037.696a2%202%200%200%201%200-3.392l5.23-3.269a2%202%200%200%201%202.033-.051M34.36%208.975l14.926%209.329a2%202%200%200%201%200%203.392L34.36%2031.025a12%2012%200%200%201-12.72%200L6.714%2021.696a2%202%200%200%201%200-3.392L21.64%208.975a12%2012%200%200%201%2012.72%200m-10.6%203.392L11.547%2020l12.213%207.633a8%208%200%200%200%208.48%200L44.453%2020L32.24%2012.367a8%208%200%200%200-8.48%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/layers.svg?color=%231a73e8&size=48