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

Name
tile-small-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 small icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 17.199v-3.206q0-.341.232-.571t.576-.23H10q.343 0 .576.23t.232.572V17.2q0 .34-.232.57T10 18H4.808q-.343 0-.576-.23T4 17.199m9.192 0v-3.206q0-.341.233-.571q.232-.23.575-.23h5.192q.344 0 .576.23t.232.572V17.2q0 .34-.232.57t-.576.23H14q-.343 0-.575-.23q-.233-.23-.233-.571M4 10.006V6.8q0-.34.232-.57T4.808 6H10q.343 0 .576.23t.232.571v3.207q0 .34-.232.57q-.233.23-.576.23H4.808q-.343 0-.576-.23T4 10.005m9.192 0V6.8q0-.34.233-.57T14 6h5.192q.344 0 .576.23t.232.571v3.207q0 .34-.232.57q-.233.23-.576.23H14q-.343 0-.575-.23t-.233-.572"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTileSmallRounded(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 17.199v-3.206q0-.341.232-.571t.576-.23H10q.343 0 .576.23t.232.572V17.2q0 .34-.232.57T10 18H4.808q-.343 0-.576-.23T4 17.199m9.192 0v-3.206q0-.341.233-.571q.232-.23.575-.23h5.192q.344 0 .576.23t.232.572V17.2q0 .34-.232.57t-.576.23H14q-.343 0-.575-.23q-.233-.23-.233-.571M4 10.006V6.8q0-.34.232-.57T4.808 6H10q.343 0 .576.23t.232.571v3.207q0 .34-.232.57q-.233.23-.576.23H4.808q-.343 0-.576-.23T4 10.005m9.192 0V6.8q0-.34.233-.57T14 6h5.192q.344 0 .576.23t.232.571v3.207q0 .34-.232.57q-.233.23-.576.23H14q-.343 0-.575-.23t-.233-.572"/></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 17.199v-3.206q0-.341.232-.571t.576-.23H10q.343 0 .576.23t.232.572V17.2q0 .34-.232.57T10 18H4.808q-.343 0-.576-.23T4 17.199m9.192 0v-3.206q0-.341.233-.571q.232-.23.575-.23h5.192q.344 0 .576.23t.232.572V17.2q0 .34-.232.57t-.576.23H14q-.343 0-.575-.23q-.233-.23-.233-.571M4 10.006V6.8q0-.34.232-.57T4.808 6H10q.343 0 .576.23t.232.571v3.207q0 .34-.232.57q-.233.23-.576.23H4.808q-.343 0-.576-.23T4 10.005m9.192 0V6.8q0-.34.233-.57T14 6h5.192q.344 0 .576.23t.232.571v3.207q0 .34-.232.57q-.233.23-.576.23H14q-.343 0-.575-.23t-.233-.572"/></svg>
</template>

CSS

.icon-tile-small-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%2017.199v-3.206q0-.341.232-.571t.576-.23H10q.343%200%20.576.23t.232.572V17.2q0%20.34-.232.57T10%2018H4.808q-.343%200-.576-.23T4%2017.199m9.192%200v-3.206q0-.341.233-.571q.232-.23.575-.23h5.192q.344%200%20.576.23t.232.572V17.2q0%20.34-.232.57t-.576.23H14q-.343%200-.575-.23q-.233-.23-.233-.571M4%2010.006V6.8q0-.34.232-.57T4.808%206H10q.343%200%20.576.23t.232.571v3.207q0%20.34-.232.57q-.233.23-.576.23H4.808q-.343%200-.576-.23T4%2010.005m9.192%200V6.8q0-.34.233-.57T14%206h5.192q.344%200%20.576.23t.232.571v3.207q0%20.34-.232.57q-.233.23-.576.23H14q-.343%200-.575-.23t-.233-.572%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%2017.199v-3.206q0-.341.232-.571t.576-.23H10q.343%200%20.576.23t.232.572V17.2q0%20.34-.232.57T10%2018H4.808q-.343%200-.576-.23T4%2017.199m9.192%200v-3.206q0-.341.233-.571q.232-.23.575-.23h5.192q.344%200%20.576.23t.232.572V17.2q0%20.34-.232.57t-.576.23H14q-.343%200-.575-.23q-.233-.23-.233-.571M4%2010.006V6.8q0-.34.232-.57T4.808%206H10q.343%200%20.576.23t.232.571v3.207q0%20.34-.232.57q-.233.23-.576.23H4.808q-.343%200-.576-.23T4%2010.005m9.192%200V6.8q0-.34.233-.57T14%206h5.192q.344%200%20.576.23t.232.571v3.207q0%20.34-.232.57q-.233.23-.576.23H14q-.343%200-.575-.23t-.233-.572%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-small-rounded.svg?color=%231a73e8&size=48