countertops from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
countertops
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
countertops-sharp

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the countertops icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20v-8H2v-2h4q-.825 0-1.412-.587T4 8V4h6v4q0 .825-.587 1.413T8 10h8V7q0-.425-.288-.712T15 6t-.712.288T14 7h-2q0-1.25.875-2.125T15 4t2.125.875T18 7v3h4v2h-2v8zm7-2h2v-6h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCountertops(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 20v-8H2v-2h4q-.825 0-1.412-.587T4 8V4h6v4q0 .825-.587 1.413T8 10h8V7q0-.425-.288-.712T15 6t-.712.288T14 7h-2q0-1.25.875-2.125T15 4t2.125.875T18 7v3h4v2h-2v8zm7-2h2v-6h-2z"/></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 20v-8H2v-2h4q-.825 0-1.412-.587T4 8V4h6v4q0 .825-.587 1.413T8 10h8V7q0-.425-.288-.712T15 6t-.712.288T14 7h-2q0-1.25.875-2.125T15 4t2.125.875T18 7v3h4v2h-2v8zm7-2h2v-6h-2z"/></svg>
</template>

CSS

.icon-countertops {
  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%2020v-8H2v-2h4q-.825%200-1.412-.587T4%208V4h6v4q0%20.825-.587%201.413T8%2010h8V7q0-.425-.288-.712T15%206t-.712.288T14%207h-2q0-1.25.875-2.125T15%204t2.125.875T18%207v3h4v2h-2v8zm7-2h2v-6h-2z%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%2020v-8H2v-2h4q-.825%200-1.412-.587T4%208V4h6v4q0%20.825-.587%201.413T8%2010h8V7q0-.425-.288-.712T15%206t-.712.288T14%207h-2q0-1.25.875-2.125T15%204t2.125.875T18%207v3h4v2h-2v8zm7-2h2v-6h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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