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

Name
layers-fill
Set
Framework7 Icons
Style
Fill
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" fill-rule="evenodd" d="m42.4 30l6.886 4.304a2 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.392L13.6 30l8.04 5.025a12 12 0 0 0 12.72 0zM34.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 0"/></svg>

React

import type { SVGProps } from "react";

export function F7LayersFill(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" fillRule="evenodd" d="m42.4 30l6.886 4.304a2 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.392L13.6 30l8.04 5.025a12 12 0 0 0 12.72 0zM34.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 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="m42.4 30l6.886 4.304a2 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.392L13.6 30l8.04 5.025a12 12 0 0 0 12.72 0zM34.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 0"/></svg>
</template>

CSS

.icon-layers-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22m42.4%2030l6.886%204.304a2%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.392L13.6%2030l8.04%205.025a12%2012%200%200%200%2012.72%200zM34.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%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%20fill-rule%3D%22evenodd%22%20d%3D%22m42.4%2030l6.886%204.304a2%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.392L13.6%2030l8.04%205.025a12%2012%200%200%200%2012.72%200zM34.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%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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