countertops icon
countertops from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- countertops
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- countertops-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
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="M5 19v-7.538H3v-1h3.52q-.627 0-1.074-.452Q5 9.558 5 8.923V5h5.116v3.923q0 .635-.452 1.087t-1.087.451H17V7.596q0-.655-.446-1.126Q16.107 6 15.447 6t-1.121.47t-.46 1.126h-1.02q.039-1.096.779-1.846T15.442 5t1.817.757q.741.758.741 1.84v2.865h3v1h-2V19zm6.5-1h1v-6.538h-1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCountertops(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 19v-7.538H3v-1h3.52q-.627 0-1.074-.452Q5 9.558 5 8.923V5h5.116v3.923q0 .635-.452 1.087t-1.087.451H17V7.596q0-.655-.446-1.126Q16.107 6 15.447 6t-1.121.47t-.46 1.126h-1.02q.039-1.096.779-1.846T15.442 5t1.817.757q.741.758.741 1.84v2.865h3v1h-2V19zm6.5-1h1v-6.538h-1z"/></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 19v-7.538H3v-1h3.52q-.627 0-1.074-.452Q5 9.558 5 8.923V5h5.116v3.923q0 .635-.452 1.087t-1.087.451H17V7.596q0-.655-.446-1.126Q16.107 6 15.447 6t-1.121.47t-.46 1.126h-1.02q.039-1.096.779-1.846T15.442 5t1.817.757q.741.758.741 1.84v2.865h3v1h-2V19zm6.5-1h1v-6.538h-1z"/></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%22M5%2019v-7.538H3v-1h3.52q-.627%200-1.074-.452Q5%209.558%205%208.923V5h5.116v3.923q0%20.635-.452%201.087t-1.087.451H17V7.596q0-.655-.446-1.126Q16.107%206%2015.447%206t-1.121.47t-.46%201.126h-1.02q.039-1.096.779-1.846T15.442%205t1.817.757q.741.758.741%201.84v2.865h3v1h-2V19zm6.5-1h1v-6.538h-1z%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%2019v-7.538H3v-1h3.52q-.627%200-1.074-.452Q5%209.558%205%208.923V5h5.116v3.923q0%20.635-.452%201.087t-1.087.451H17V7.596q0-.655-.446-1.126Q16.107%206%2015.447%206t-1.121.47t-.46%201.126h-1.02q.039-1.096.779-1.846T15.442%205t1.817.757q.741.758.741%201.84v2.865h3v1h-2V19zm6.5-1h1v-6.538h-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/countertops.svg?color=%231a73e8&size=48