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

Name
layers-alt-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Use the layers alt 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="m45.031 36.5l4.255 1.804a2 2 0 0 1 0 3.392L34.36 48.025c-3.892 1.432-8.83 1.432-12.72 0L6.713 41.696a2 2 0 0 1 0-3.392l4.255-1.804l10.672 4.525c3.89 1.432 8.828 1.432 12.72 0zm0-12l4.255 1.804a2 2 0 0 1 0 3.392L34.36 36.025c-3.892 1.432-8.83 1.432-12.72 0L6.713 29.696a2 2 0 0 1 0-3.392l4.255-1.804l10.672 4.525c3.89 1.432 8.828 1.432 12.72 0zM34.36 7.975l14.926 6.329a2 2 0 0 1 0 3.392L34.36 24.025c-3.892 1.432-8.83 1.432-12.72 0L6.713 17.696a2 2 0 0 1 0-3.392L21.64 7.975c3.89-1.432 8.828-1.432 12.72 0"/></svg>

React

import type { SVGProps } from "react";

export function F7LayersAltFill(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="m45.031 36.5l4.255 1.804a2 2 0 0 1 0 3.392L34.36 48.025c-3.892 1.432-8.83 1.432-12.72 0L6.713 41.696a2 2 0 0 1 0-3.392l4.255-1.804l10.672 4.525c3.89 1.432 8.828 1.432 12.72 0zm0-12l4.255 1.804a2 2 0 0 1 0 3.392L34.36 36.025c-3.892 1.432-8.83 1.432-12.72 0L6.713 29.696a2 2 0 0 1 0-3.392l4.255-1.804l10.672 4.525c3.89 1.432 8.828 1.432 12.72 0zM34.36 7.975l14.926 6.329a2 2 0 0 1 0 3.392L34.36 24.025c-3.892 1.432-8.83 1.432-12.72 0L6.713 17.696a2 2 0 0 1 0-3.392L21.64 7.975c3.89-1.432 8.828-1.432 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="m45.031 36.5l4.255 1.804a2 2 0 0 1 0 3.392L34.36 48.025c-3.892 1.432-8.83 1.432-12.72 0L6.713 41.696a2 2 0 0 1 0-3.392l4.255-1.804l10.672 4.525c3.89 1.432 8.828 1.432 12.72 0zm0-12l4.255 1.804a2 2 0 0 1 0 3.392L34.36 36.025c-3.892 1.432-8.83 1.432-12.72 0L6.713 29.696a2 2 0 0 1 0-3.392l4.255-1.804l10.672 4.525c3.89 1.432 8.828 1.432 12.72 0zM34.36 7.975l14.926 6.329a2 2 0 0 1 0 3.392L34.36 24.025c-3.892 1.432-8.83 1.432-12.72 0L6.713 17.696a2 2 0 0 1 0-3.392L21.64 7.975c3.89-1.432 8.828-1.432 12.72 0"/></svg>
</template>

CSS

.icon-layers-alt-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%22m45.031%2036.5l4.255%201.804a2%202%200%200%201%200%203.392L34.36%2048.025c-3.892%201.432-8.83%201.432-12.72%200L6.713%2041.696a2%202%200%200%201%200-3.392l4.255-1.804l10.672%204.525c3.89%201.432%208.828%201.432%2012.72%200zm0-12l4.255%201.804a2%202%200%200%201%200%203.392L34.36%2036.025c-3.892%201.432-8.83%201.432-12.72%200L6.713%2029.696a2%202%200%200%201%200-3.392l4.255-1.804l10.672%204.525c3.89%201.432%208.828%201.432%2012.72%200zM34.36%207.975l14.926%206.329a2%202%200%200%201%200%203.392L34.36%2024.025c-3.892%201.432-8.83%201.432-12.72%200L6.713%2017.696a2%202%200%200%201%200-3.392L21.64%207.975c3.89-1.432%208.828-1.432%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%22m45.031%2036.5l4.255%201.804a2%202%200%200%201%200%203.392L34.36%2048.025c-3.892%201.432-8.83%201.432-12.72%200L6.713%2041.696a2%202%200%200%201%200-3.392l4.255-1.804l10.672%204.525c3.89%201.432%208.828%201.432%2012.72%200zm0-12l4.255%201.804a2%202%200%200%201%200%203.392L34.36%2036.025c-3.892%201.432-8.83%201.432-12.72%200L6.713%2029.696a2%202%200%200%201%200-3.392l4.255-1.804l10.672%204.525c3.89%201.432%208.828%201.432%2012.72%200zM34.36%207.975l14.926%206.329a2%202%200%200%201%200%203.392L34.36%2024.025c-3.892%201.432-8.83%201.432-12.72%200L6.713%2017.696a2%202%200%200%201%200-3.392L21.64%207.975c3.89-1.432%208.828-1.432%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-alt-fill.svg?color=%231a73e8&size=48