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

Name
layers-alt
Set
Framework7 Icons
Style
Outline
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" d="m14.204 36.253l.845.47a1.324 1.324 0 0 1 .1 2.253l-3.375 1.293l12.213 4.633c2.594.621 5.886.621 8.48 0l12.212-4.633l-3.773-1.422a1.254 1.254 0 0 1 .02-2.123l.696-.427a2 2 0 0 1 2.032-.037l5.86 2.313a2 2 0 0 1 0 3.392l-14.927 6.329c-3.892 1.432-8.83 1.432-12.72 0L6.94 41.964a2 2 0 0 1 0-3.391l5.23-2.269a2 2 0 0 1 2.034-.051m0-12l.845.47a1.324 1.324 0 0 1 .1 2.253l-3.375 1.293l12.213 4.633c2.594.621 5.886.621 8.48 0l12.212-4.633l-3.773-1.422a1.254 1.254 0 0 1 .02-2.123l.696-.427a2 2 0 0 1 2.032-.037l5.86 2.313a2 2 0 0 1 0 3.392l-14.927 6.329c-3.892 1.432-8.83 1.432-12.72 0L6.94 29.964a2 2 0 0 1 0-3.391l5.23-2.269a2 2 0 0 1 2.034-.051M34.36 7.975l14.926 6.329a2 2 0 0 1 0 3.392L34.36 24.025c-3.891 1.432-8.829 1.432-12.72 0L6.714 17.696a2 2 0 0 1 0-3.392L21.64 7.975c3.891-1.432 8.829-1.432 12.72 0m-11.254 3.723L12.96 16l10.146 4.302c2.96 1.063 6.827 1.063 9.788 0L43.04 16l-10.146-4.302c-2.96-1.063-6.827-1.063-9.788 0"/></svg>

React

import type { SVGProps } from "react";

export function F7LayersAlt(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="m14.204 36.253l.845.47a1.324 1.324 0 0 1 .1 2.253l-3.375 1.293l12.213 4.633c2.594.621 5.886.621 8.48 0l12.212-4.633l-3.773-1.422a1.254 1.254 0 0 1 .02-2.123l.696-.427a2 2 0 0 1 2.032-.037l5.86 2.313a2 2 0 0 1 0 3.392l-14.927 6.329c-3.892 1.432-8.83 1.432-12.72 0L6.94 41.964a2 2 0 0 1 0-3.391l5.23-2.269a2 2 0 0 1 2.034-.051m0-12l.845.47a1.324 1.324 0 0 1 .1 2.253l-3.375 1.293l12.213 4.633c2.594.621 5.886.621 8.48 0l12.212-4.633l-3.773-1.422a1.254 1.254 0 0 1 .02-2.123l.696-.427a2 2 0 0 1 2.032-.037l5.86 2.313a2 2 0 0 1 0 3.392l-14.927 6.329c-3.892 1.432-8.83 1.432-12.72 0L6.94 29.964a2 2 0 0 1 0-3.391l5.23-2.269a2 2 0 0 1 2.034-.051M34.36 7.975l14.926 6.329a2 2 0 0 1 0 3.392L34.36 24.025c-3.891 1.432-8.829 1.432-12.72 0L6.714 17.696a2 2 0 0 1 0-3.392L21.64 7.975c3.891-1.432 8.829-1.432 12.72 0m-11.254 3.723L12.96 16l10.146 4.302c2.96 1.063 6.827 1.063 9.788 0L43.04 16l-10.146-4.302c-2.96-1.063-6.827-1.063-9.788 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="m14.204 36.253l.845.47a1.324 1.324 0 0 1 .1 2.253l-3.375 1.293l12.213 4.633c2.594.621 5.886.621 8.48 0l12.212-4.633l-3.773-1.422a1.254 1.254 0 0 1 .02-2.123l.696-.427a2 2 0 0 1 2.032-.037l5.86 2.313a2 2 0 0 1 0 3.392l-14.927 6.329c-3.892 1.432-8.83 1.432-12.72 0L6.94 41.964a2 2 0 0 1 0-3.391l5.23-2.269a2 2 0 0 1 2.034-.051m0-12l.845.47a1.324 1.324 0 0 1 .1 2.253l-3.375 1.293l12.213 4.633c2.594.621 5.886.621 8.48 0l12.212-4.633l-3.773-1.422a1.254 1.254 0 0 1 .02-2.123l.696-.427a2 2 0 0 1 2.032-.037l5.86 2.313a2 2 0 0 1 0 3.392l-14.927 6.329c-3.892 1.432-8.83 1.432-12.72 0L6.94 29.964a2 2 0 0 1 0-3.391l5.23-2.269a2 2 0 0 1 2.034-.051M34.36 7.975l14.926 6.329a2 2 0 0 1 0 3.392L34.36 24.025c-3.891 1.432-8.829 1.432-12.72 0L6.714 17.696a2 2 0 0 1 0-3.392L21.64 7.975c3.891-1.432 8.829-1.432 12.72 0m-11.254 3.723L12.96 16l10.146 4.302c2.96 1.063 6.827 1.063 9.788 0L43.04 16l-10.146-4.302c-2.96-1.063-6.827-1.063-9.788 0"/></svg>
</template>

CSS

.icon-layers-alt {
  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%22m14.204%2036.253l.845.47a1.324%201.324%200%200%201%20.1%202.253l-3.375%201.293l12.213%204.633c2.594.621%205.886.621%208.48%200l12.212-4.633l-3.773-1.422a1.254%201.254%200%200%201%20.02-2.123l.696-.427a2%202%200%200%201%202.032-.037l5.86%202.313a2%202%200%200%201%200%203.392l-14.927%206.329c-3.892%201.432-8.83%201.432-12.72%200L6.94%2041.964a2%202%200%200%201%200-3.391l5.23-2.269a2%202%200%200%201%202.034-.051m0-12l.845.47a1.324%201.324%200%200%201%20.1%202.253l-3.375%201.293l12.213%204.633c2.594.621%205.886.621%208.48%200l12.212-4.633l-3.773-1.422a1.254%201.254%200%200%201%20.02-2.123l.696-.427a2%202%200%200%201%202.032-.037l5.86%202.313a2%202%200%200%201%200%203.392l-14.927%206.329c-3.892%201.432-8.83%201.432-12.72%200L6.94%2029.964a2%202%200%200%201%200-3.391l5.23-2.269a2%202%200%200%201%202.034-.051M34.36%207.975l14.926%206.329a2%202%200%200%201%200%203.392L34.36%2024.025c-3.891%201.432-8.829%201.432-12.72%200L6.714%2017.696a2%202%200%200%201%200-3.392L21.64%207.975c3.891-1.432%208.829-1.432%2012.72%200m-11.254%203.723L12.96%2016l10.146%204.302c2.96%201.063%206.827%201.063%209.788%200L43.04%2016l-10.146-4.302c-2.96-1.063-6.827-1.063-9.788%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%22m14.204%2036.253l.845.47a1.324%201.324%200%200%201%20.1%202.253l-3.375%201.293l12.213%204.633c2.594.621%205.886.621%208.48%200l12.212-4.633l-3.773-1.422a1.254%201.254%200%200%201%20.02-2.123l.696-.427a2%202%200%200%201%202.032-.037l5.86%202.313a2%202%200%200%201%200%203.392l-14.927%206.329c-3.892%201.432-8.83%201.432-12.72%200L6.94%2041.964a2%202%200%200%201%200-3.391l5.23-2.269a2%202%200%200%201%202.034-.051m0-12l.845.47a1.324%201.324%200%200%201%20.1%202.253l-3.375%201.293l12.213%204.633c2.594.621%205.886.621%208.48%200l12.212-4.633l-3.773-1.422a1.254%201.254%200%200%201%20.02-2.123l.696-.427a2%202%200%200%201%202.032-.037l5.86%202.313a2%202%200%200%201%200%203.392l-14.927%206.329c-3.892%201.432-8.83%201.432-12.72%200L6.94%2029.964a2%202%200%200%201%200-3.391l5.23-2.269a2%202%200%200%201%202.034-.051M34.36%207.975l14.926%206.329a2%202%200%200%201%200%203.392L34.36%2024.025c-3.891%201.432-8.829%201.432-12.72%200L6.714%2017.696a2%202%200%200%201%200-3.392L21.64%207.975c3.891-1.432%208.829-1.432%2012.72%200m-11.254%203.723L12.96%2016l10.146%204.302c2.96%201.063%206.827%201.063%209.788%200L43.04%2016l-10.146-4.302c-2.96-1.063-6.827-1.063-9.788%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.svg?color=%231a73e8&size=48