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

Name
tile-large-outline-rounded
Set
Material Symbols Light
Style
Outline 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.192V15.87q0-.353.232-.583t.576-.23H9.98q.343 0 .575.233q.233.232.233.576v3.322q0 .353-.233.582T9.98 20H4.808q-.343 0-.576-.232T4 19.192m9.173 0V15.87q0-.353.232-.583t.576-.23h5.211q.344 0 .576.233q.232.232.232.576v3.322q0 .353-.232.582t-.576.23h-5.211q-.343 0-.576-.232t-.232-.576M4 11.866V4.808q0-.343.232-.576T4.808 4h14.384q.344 0 .576.232t.232.576v7.058q0 .343-.232.575t-.576.232H4.808q-.343 0-.576-.232T4 11.866M5 19h4.789v-2.942H5zm9.173 0H19v-2.942h-4.827zm2.423-1.48"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTileLargeOutlineRounded(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.192V15.87q0-.353.232-.583t.576-.23H9.98q.343 0 .575.233q.233.232.233.576v3.322q0 .353-.233.582T9.98 20H4.808q-.343 0-.576-.232T4 19.192m9.173 0V15.87q0-.353.232-.583t.576-.23h5.211q.344 0 .576.233q.232.232.232.576v3.322q0 .353-.232.582t-.576.23h-5.211q-.343 0-.576-.232t-.232-.576M4 11.866V4.808q0-.343.232-.576T4.808 4h14.384q.344 0 .576.232t.232.576v7.058q0 .343-.232.575t-.576.232H4.808q-.343 0-.576-.232T4 11.866M5 19h4.789v-2.942H5zm9.173 0H19v-2.942h-4.827zm2.423-1.48"/></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.192V15.87q0-.353.232-.583t.576-.23H9.98q.343 0 .575.233q.233.232.233.576v3.322q0 .353-.233.582T9.98 20H4.808q-.343 0-.576-.232T4 19.192m9.173 0V15.87q0-.353.232-.583t.576-.23h5.211q.344 0 .576.233q.232.232.232.576v3.322q0 .353-.232.582t-.576.23h-5.211q-.343 0-.576-.232t-.232-.576M4 11.866V4.808q0-.343.232-.576T4.808 4h14.384q.344 0 .576.232t.232.576v7.058q0 .343-.232.575t-.576.232H4.808q-.343 0-.576-.232T4 11.866M5 19h4.789v-2.942H5zm9.173 0H19v-2.942h-4.827zm2.423-1.48"/></svg>
</template>

CSS

.icon-tile-large-outline-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.192V15.87q0-.353.232-.583t.576-.23H9.98q.343%200%20.575.233q.233.232.233.576v3.322q0%20.353-.233.582T9.98%2020H4.808q-.343%200-.576-.232T4%2019.192m9.173%200V15.87q0-.353.232-.583t.576-.23h5.211q.344%200%20.576.233q.232.232.232.576v3.322q0%20.353-.232.582t-.576.23h-5.211q-.343%200-.576-.232t-.232-.576M4%2011.866V4.808q0-.343.232-.576T4.808%204h14.384q.344%200%20.576.232t.232.576v7.058q0%20.343-.232.575t-.576.232H4.808q-.343%200-.576-.232T4%2011.866M5%2019h4.789v-2.942H5zm9.173%200H19v-2.942h-4.827zm2.423-1.48%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.192V15.87q0-.353.232-.583t.576-.23H9.98q.343%200%20.575.233q.233.232.233.576v3.322q0%20.353-.233.582T9.98%2020H4.808q-.343%200-.576-.232T4%2019.192m9.173%200V15.87q0-.353.232-.583t.576-.23h5.211q.344%200%20.576.233q.232.232.232.576v3.322q0%20.353-.232.582t-.576.23h-5.211q-.343%200-.576-.232t-.232-.576M4%2011.866V4.808q0-.343.232-.576T4.808%204h14.384q.344%200%20.576.232t.232.576v7.058q0%20.343-.232.575t-.576.232H4.808q-.343%200-.576-.232T4%2011.866M5%2019h4.789v-2.942H5zm9.173%200H19v-2.942h-4.827zm2.423-1.48%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-outline-rounded.svg?color=%231a73e8&size=48