round layers clear icon
round-layers-clear from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-layers-clear
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the round 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="M19.99 9.79c.51-.4.51-1.18 0-1.58l-6.76-5.26c-.72-.56-1.73-.56-2.46 0L9.41 4.02l7.88 7.88zm0 3.49l-.01-.01a.99.99 0 0 0-1.22 0l-.05.04l1.4 1.4a.98.98 0 0 0-.12-1.43m1.45 5.6L4.12 1.56a.996.996 0 1 0-1.41 1.41l3.52 3.52l-2.22 1.72c-.51.4-.51 1.18 0 1.58l6.76 5.26c.72.56 1.73.56 2.46 0l.87-.68l1.42 1.42l-2.92 2.27c-.36.28-.87.28-1.23 0l-6.15-4.78a.99.99 0 0 0-1.22 0a.997.997 0 0 0 0 1.57l6.76 5.26c.72.56 1.73.56 2.46 0l3.72-2.89l3.07 3.07c.39.39 1.02.39 1.41 0c.41-.39.41-1.02.02-1.41"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundLayersClear(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="M19.99 9.79c.51-.4.51-1.18 0-1.58l-6.76-5.26c-.72-.56-1.73-.56-2.46 0L9.41 4.02l7.88 7.88zm0 3.49l-.01-.01a.99.99 0 0 0-1.22 0l-.05.04l1.4 1.4a.98.98 0 0 0-.12-1.43m1.45 5.6L4.12 1.56a.996.996 0 1 0-1.41 1.41l3.52 3.52l-2.22 1.72c-.51.4-.51 1.18 0 1.58l6.76 5.26c.72.56 1.73.56 2.46 0l.87-.68l1.42 1.42l-2.92 2.27c-.36.28-.87.28-1.23 0l-6.15-4.78a.99.99 0 0 0-1.22 0a.997.997 0 0 0 0 1.57l6.76 5.26c.72.56 1.73.56 2.46 0l3.72-2.89l3.07 3.07c.39.39 1.02.39 1.41 0c.41-.39.41-1.02.02-1.41"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.99 9.79c.51-.4.51-1.18 0-1.58l-6.76-5.26c-.72-.56-1.73-.56-2.46 0L9.41 4.02l7.88 7.88zm0 3.49l-.01-.01a.99.99 0 0 0-1.22 0l-.05.04l1.4 1.4a.98.98 0 0 0-.12-1.43m1.45 5.6L4.12 1.56a.996.996 0 1 0-1.41 1.41l3.52 3.52l-2.22 1.72c-.51.4-.51 1.18 0 1.58l6.76 5.26c.72.56 1.73.56 2.46 0l.87-.68l1.42 1.42l-2.92 2.27c-.36.28-.87.28-1.23 0l-6.15-4.78a.99.99 0 0 0-1.22 0a.997.997 0 0 0 0 1.57l6.76 5.26c.72.56 1.73.56 2.46 0l3.72-2.89l3.07 3.07c.39.39 1.02.39 1.41 0c.41-.39.41-1.02.02-1.41"/></svg> </template>
CSS
.icon-round-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%22M19.99%209.79c.51-.4.51-1.18%200-1.58l-6.76-5.26c-.72-.56-1.73-.56-2.46%200L9.41%204.02l7.88%207.88zm0%203.49l-.01-.01a.99.99%200%200%200-1.22%200l-.05.04l1.4%201.4a.98.98%200%200%200-.12-1.43m1.45%205.6L4.12%201.56a.996.996%200%201%200-1.41%201.41l3.52%203.52l-2.22%201.72c-.51.4-.51%201.18%200%201.58l6.76%205.26c.72.56%201.73.56%202.46%200l.87-.68l1.42%201.42l-2.92%202.27c-.36.28-.87.28-1.23%200l-6.15-4.78a.99.99%200%200%200-1.22%200a.997.997%200%200%200%200%201.57l6.76%205.26c.72.56%201.73.56%202.46%200l3.72-2.89l3.07%203.07c.39.39%201.02.39%201.41%200c.41-.39.41-1.02.02-1.41%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%22M19.99%209.79c.51-.4.51-1.18%200-1.58l-6.76-5.26c-.72-.56-1.73-.56-2.46%200L9.41%204.02l7.88%207.88zm0%203.49l-.01-.01a.99.99%200%200%200-1.22%200l-.05.04l1.4%201.4a.98.98%200%200%200-.12-1.43m1.45%205.6L4.12%201.56a.996.996%200%201%200-1.41%201.41l3.52%203.52l-2.22%201.72c-.51.4-.51%201.18%200%201.58l6.76%205.26c.72.56%201.73.56%202.46%200l.87-.68l1.42%201.42l-2.92%202.27c-.36.28-.87.28-1.23%200l-6.15-4.78a.99.99%200%200%200-1.22%200a.997.997%200%200%200%200%201.57l6.76%205.26c.72.56%201.73.56%202.46%200l3.72-2.89l3.07%203.07c.39.39%201.02.39%201.41%200c.41-.39.41-1.02.02-1.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-layers-clear.svg?color=%231a73e8&size=48