layers clear icon
layers-clear-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- layers-clear-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- layers-clear-outline-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.8l-1.4-1.45L17.75 9L12 4.55l-2.35 1.8l-1.4-1.45L12 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.4zM12.175 8.85"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLayersClearOutline(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.8l-1.4-1.45L17.75 9L12 4.55l-2.35 1.8l-1.4-1.45L12 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.4zM12.175 8.85"/></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.8l-1.4-1.45L17.75 9L12 4.55l-2.35 1.8l-1.4-1.45L12 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.4zM12.175 8.85"/></svg> </template>
CSS
.icon-layers-clear-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%22m16.1%2012.8l-1.4-1.45L17.75%209L12%204.55l-2.35%201.8l-1.4-1.45L12%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.4zM12.175%208.85%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.8l-1.4-1.45L17.75%209L12%204.55l-2.35%201.8l-1.4-1.45L12%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.4zM12.175%208.85%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-outline.svg?color=%231a73e8&size=48