tile-large-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
tile-large-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the tile large icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19.192v-3.134q0-.344.232-.576t.576-.232h4.994q.354 0 .584.232t.23.576v3.134q0 .343-.233.576T9.808 20H4.813q-.353 0-.583-.232T4 19.192m9.366 0v-3.134q0-.344.232-.576t.575-.232h5.012q.356 0 .585.232t.23.576v3.134q0 .343-.232.576t-.576.232H14.18q-.355 0-.585-.232t-.23-.576M4 11.692V4.808q0-.343.232-.576T4.808 4h14.384q.344 0 .576.232t.232.576v6.884q0 .344-.232.576t-.576.232H4.808q-.343 0-.576-.232T4 11.692"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTileLargeRounded(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="M4 19.192v-3.134q0-.344.232-.576t.576-.232h4.994q.354 0 .584.232t.23.576v3.134q0 .343-.233.576T9.808 20H4.813q-.353 0-.583-.232T4 19.192m9.366 0v-3.134q0-.344.232-.576t.575-.232h5.012q.356 0 .585.232t.23.576v3.134q0 .343-.232.576t-.576.232H14.18q-.355 0-.585-.232t-.23-.576M4 11.692V4.808q0-.343.232-.576T4.808 4h14.384q.344 0 .576.232t.232.576v6.884q0 .344-.232.576t-.576.232H4.808q-.343 0-.576-.232T4 11.692"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19.192v-3.134q0-.344.232-.576t.576-.232h4.994q.354 0 .584.232t.23.576v3.134q0 .343-.233.576T9.808 20H4.813q-.353 0-.583-.232T4 19.192m9.366 0v-3.134q0-.344.232-.576t.575-.232h5.012q.356 0 .585.232t.23.576v3.134q0 .343-.232.576t-.576.232H14.18q-.355 0-.585-.232t-.23-.576M4 11.692V4.808q0-.343.232-.576T4.808 4h14.384q.344 0 .576.232t.232.576v6.884q0 .344-.232.576t-.576.232H4.808q-.343 0-.576-.232T4 11.692"/></svg>
</template>

CSS

.icon-tile-large-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%22M4%2019.192v-3.134q0-.344.232-.576t.576-.232h4.994q.354%200%20.584.232t.23.576v3.134q0%20.343-.233.576T9.808%2020H4.813q-.353%200-.583-.232T4%2019.192m9.366%200v-3.134q0-.344.232-.576t.575-.232h5.012q.356%200%20.585.232t.23.576v3.134q0%20.343-.232.576t-.576.232H14.18q-.355%200-.585-.232t-.23-.576M4%2011.692V4.808q0-.343.232-.576T4.808%204h14.384q.344%200%20.576.232t.232.576v6.884q0%20.344-.232.576t-.576.232H4.808q-.343%200-.576-.232T4%2011.692%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%22M4%2019.192v-3.134q0-.344.232-.576t.576-.232h4.994q.354%200%20.584.232t.23.576v3.134q0%20.343-.233.576T9.808%2020H4.813q-.353%200-.583-.232T4%2019.192m9.366%200v-3.134q0-.344.232-.576t.575-.232h5.012q.356%200%20.585.232t.23.576v3.134q0%20.343-.232.576t-.576.232H14.18q-.355%200-.585-.232t-.23-.576M4%2011.692V4.808q0-.343.232-.576T4.808%204h14.384q.344%200%20.576.232t.232.576v6.884q0%20.344-.232.576t-.576.232H4.808q-.343%200-.576-.232T4%2011.692%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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