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

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

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

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="M15.062 12.53L8.596 6.093L12 3.462l7.385 5.73zm2.163 2.159l-.72-.72l2.076-1.592l.804.634zm2.921 7.18l-5.308-5.307L12 18.742l-7.385-5.73l.804-.635L12 17.462l2.1-1.633l-1.425-1.42l-.675.514l-7.385-5.73l1.594-1.26l-4.468-4.458l.713-.713l18.4 18.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLayersClear(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="M15.062 12.53L8.596 6.093L12 3.462l7.385 5.73zm2.163 2.159l-.72-.72l2.076-1.592l.804.634zm2.921 7.18l-5.308-5.307L12 18.742l-7.385-5.73l.804-.635L12 17.462l2.1-1.633l-1.425-1.42l-.675.514l-7.385-5.73l1.594-1.26l-4.468-4.458l.713-.713l18.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="M15.062 12.53L8.596 6.093L12 3.462l7.385 5.73zm2.163 2.159l-.72-.72l2.076-1.592l.804.634zm2.921 7.18l-5.308-5.307L12 18.742l-7.385-5.73l.804-.635L12 17.462l2.1-1.633l-1.425-1.42l-.675.514l-7.385-5.73l1.594-1.26l-4.468-4.458l.713-.713l18.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%22M15.062%2012.53L8.596%206.093L12%203.462l7.385%205.73zm2.163%202.159l-.72-.72l2.076-1.592l.804.634zm2.921%207.18l-5.308-5.307L12%2018.742l-7.385-5.73l.804-.635L12%2017.462l2.1-1.633l-1.425-1.42l-.675.514l-7.385-5.73l1.594-1.26l-4.468-4.458l.713-.713l18.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%22M15.062%2012.53L8.596%206.093L12%203.462l7.385%205.73zm2.163%202.159l-.72-.72l2.076-1.592l.804.634zm2.921%207.18l-5.308-5.307L12%2018.742l-7.385-5.73l.804-.635L12%2017.462l2.1-1.633l-1.425-1.42l-.675.514l-7.385-5.73l1.594-1.26l-4.468-4.458l.713-.713l18.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-light/layers-clear.svg?color=%231a73e8&size=48