layers-off-outline from Material Design Icons by Pictogrammers · Outline · Geographic Information System · Apache-2.0 Free for personal and commercial use.

Name
layers-off-outline
Set
Material Design Icons
Style
Outline
Category
Geographic Information System
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More geographic information system icons from Material Design Icons

Use the layers off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 4.53l-1.17.91L9.41 4L12 2l9 7l-3.72 2.89l-1.43-1.42L17.74 9zm9 9.54l-.87.68l-1.43-1.43l.67-.52zM3.41.86l18.73 18.73L20.73 21l-3.78-3.78L12 21.07l-9-7l1.62-1.26L12 18.54l3.5-2.75l-1.4-1.42L12 16L3 9l3.22-2.5L2 2.27zM12 13.47l.67-.53l-5.02-5.02L6.26 9z"/></svg>

React

import type { SVGProps } from "react";

export function MdiLayersOffOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 4.53l-1.17.91L9.41 4L12 2l9 7l-3.72 2.89l-1.43-1.42L17.74 9zm9 9.54l-.87.68l-1.43-1.43l.67-.52zM3.41.86l18.73 18.73L20.73 21l-3.78-3.78L12 21.07l-9-7l1.62-1.26L12 18.54l3.5-2.75l-1.4-1.42L12 16L3 9l3.22-2.5L2 2.27zM12 13.47l.67-.53l-5.02-5.02L6.26 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 4.53l-1.17.91L9.41 4L12 2l9 7l-3.72 2.89l-1.43-1.42L17.74 9zm9 9.54l-.87.68l-1.43-1.43l.67-.52zM3.41.86l18.73 18.73L20.73 21l-3.78-3.78L12 21.07l-9-7l1.62-1.26L12 18.54l3.5-2.75l-1.4-1.42L12 16L3 9l3.22-2.5L2 2.27zM12 13.47l.67-.53l-5.02-5.02L6.26 9z"/></svg>
</template>

CSS

.icon-layers-off-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%204.53l-1.17.91L9.41%204L12%202l9%207l-3.72%202.89l-1.43-1.42L17.74%209zm9%209.54l-.87.68l-1.43-1.43l.67-.52zM3.41.86l18.73%2018.73L20.73%2021l-3.78-3.78L12%2021.07l-9-7l1.62-1.26L12%2018.54l3.5-2.75l-1.4-1.42L12%2016L3%209l3.22-2.5L2%202.27zM12%2013.47l.67-.53l-5.02-5.02L6.26%209z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%204.53l-1.17.91L9.41%204L12%202l9%207l-3.72%202.89l-1.43-1.42L17.74%209zm9%209.54l-.87.68l-1.43-1.43l.67-.52zM3.41.86l18.73%2018.73L20.73%2021l-3.78-3.78L12%2021.07l-9-7l1.62-1.26L12%2018.54l3.5-2.75l-1.4-1.42L12%2016L3%209l3.22-2.5L2%202.27zM12%2013.47l.67-.53l-5.02-5.02L6.26%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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