layers-clear from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
layers-clear
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
layers-clear-sharp

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the layers clear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.1 12.8L8.25 4.9L12 2l9 7zm2.875 2.85l-1.45-1.45l1.825-1.4L21 14.05zm.825 6.45l-4-4l-3.8 2.95l-9-7l1.65-1.25L12 18.5l2.35-1.825l-1.425-1.4L12 16L3 9l2.075-1.625l-3.7-3.65L2.8 2.3l18.4 18.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLayersClear(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="M16.1 12.8L8.25 4.9L12 2l9 7zm2.875 2.85l-1.45-1.45l1.825-1.4L21 14.05zm.825 6.45l-4-4l-3.8 2.95l-9-7l1.65-1.25L12 18.5l2.35-1.825l-1.425-1.4L12 16L3 9l2.075-1.625l-3.7-3.65L2.8 2.3l18.4 18.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.1 12.8L8.25 4.9L12 2l9 7zm2.875 2.85l-1.45-1.45l1.825-1.4L21 14.05zm.825 6.45l-4-4l-3.8 2.95l-9-7l1.65-1.25L12 18.5l2.35-1.825l-1.425-1.4L12 16L3 9l2.075-1.625l-3.7-3.65L2.8 2.3l18.4 18.4z"/></svg>
</template>

CSS

.icon-layers-clear {
  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%22M16.1%2012.8L8.25%204.9L12%202l9%207zm2.875%202.85l-1.45-1.45l1.825-1.4L21%2014.05zm.825%206.45l-4-4l-3.8%202.95l-9-7l1.65-1.25L12%2018.5l2.35-1.825l-1.425-1.4L12%2016L3%209l2.075-1.625l-3.7-3.65L2.8%202.3l18.4%2018.4z%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%22M16.1%2012.8L8.25%204.9L12%202l9%207zm2.875%202.85l-1.45-1.45l1.825-1.4L21%2014.05zm.825%206.45l-4-4l-3.8%202.95l-9-7l1.65-1.25L12%2018.5l2.35-1.825l-1.425-1.4L12%2016L3%209l2.075-1.625l-3.7-3.65L2.8%202.3l18.4%2018.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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