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

Name
layers-rounded
Set
Material Symbols Light
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the layers icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.121 13.408q-.188-.146-.195-.384t.182-.403q.14-.104.311-.104t.312.104l5.885 4.552q.173.135.384.135t.385-.135l5.884-4.552q.14-.104.312-.104t.311.104q.189.166.182.403t-.195.384l-5.885 4.558q-.453.348-.994.348t-.994-.348zm5.885.738l-4.75-3.687q-.622-.484-.622-1.267t.622-1.267l4.75-3.686q.453-.348.994-.348t.994.348l4.75 3.686q.622.485.622 1.267t-.622 1.268l-4.75 3.686q-.453.348-.994.348t-.994-.348"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLayersRounded(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="M5.121 13.408q-.188-.146-.195-.384t.182-.403q.14-.104.311-.104t.312.104l5.885 4.552q.173.135.384.135t.385-.135l5.884-4.552q.14-.104.312-.104t.311.104q.189.166.182.403t-.195.384l-5.885 4.558q-.453.348-.994.348t-.994-.348zm5.885.738l-4.75-3.687q-.622-.484-.622-1.267t.622-1.267l4.75-3.686q.453-.348.994-.348t.994.348l4.75 3.686q.622.485.622 1.267t-.622 1.268l-4.75 3.686q-.453.348-.994.348t-.994-.348"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.121 13.408q-.188-.146-.195-.384t.182-.403q.14-.104.311-.104t.312.104l5.885 4.552q.173.135.384.135t.385-.135l5.884-4.552q.14-.104.312-.104t.311.104q.189.166.182.403t-.195.384l-5.885 4.558q-.453.348-.994.348t-.994-.348zm5.885.738l-4.75-3.687q-.622-.484-.622-1.267t.622-1.267l4.75-3.686q.453-.348.994-.348t.994.348l4.75 3.686q.622.485.622 1.267t-.622 1.268l-4.75 3.686q-.453.348-.994.348t-.994-.348"/></svg>
</template>

CSS

.icon-layers-rounded {
  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%22M5.121%2013.408q-.188-.146-.195-.384t.182-.403q.14-.104.311-.104t.312.104l5.885%204.552q.173.135.384.135t.385-.135l5.884-4.552q.14-.104.312-.104t.311.104q.189.166.182.403t-.195.384l-5.885%204.558q-.453.348-.994.348t-.994-.348zm5.885.738l-4.75-3.687q-.622-.484-.622-1.267t.622-1.267l4.75-3.686q.453-.348.994-.348t.994.348l4.75%203.686q.622.485.622%201.267t-.622%201.268l-4.75%203.686q-.453.348-.994.348t-.994-.348%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%22M5.121%2013.408q-.188-.146-.195-.384t.182-.403q.14-.104.311-.104t.312.104l5.885%204.552q.173.135.384.135t.385-.135l5.884-4.552q.14-.104.312-.104t.311.104q.189.166.182.403t-.195.384l-5.885%204.558q-.453.348-.994.348t-.994-.348zm5.885.738l-4.75-3.687q-.622-.484-.622-1.267t.622-1.267l4.75-3.686q.453-.348.994-.348t.994.348l4.75%203.686q.622.485.622%201.267t-.622%201.268l-4.75%203.686q-.453.348-.994.348t-.994-.348%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-rounded.svg?color=%231a73e8&size=48