countertops icon
countertops-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- countertops-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
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="M13.36 8.096q-.218 0-.366-.15q-.148-.148-.148-.369q.039-1.077.779-1.827T15.442 5t1.817.757q.741.758.741 1.84v2.865h2.5q.213 0 .356.144t.144.356t-.144.356t-.356.144H19v5.923q0 .666-.475 1.14t-1.14.475H6.615q-.666 0-1.14-.475T5 17.386V11.46H3.5q-.213 0-.356-.143Q3 11.174 3 10.96t.144-.356t.356-.143h3.02q-.628 0-1.074-.452T5 8.923V5.808q0-.343.232-.576T5.808 5h3.5q.343 0 .575.232t.232.576v3.115q0 .635-.452 1.087t-1.086.451H17V7.597q0-.655-.446-1.126Q16.107 6 15.447 6t-1.121.47t-.46 1.126q0 .213-.144.357q-.143.143-.362.143M11.5 18h1v-6.538h-1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCountertopsRounded(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="M13.36 8.096q-.218 0-.366-.15q-.148-.148-.148-.369q.039-1.077.779-1.827T15.442 5t1.817.757q.741.758.741 1.84v2.865h2.5q.213 0 .356.144t.144.356t-.144.356t-.356.144H19v5.923q0 .666-.475 1.14t-1.14.475H6.615q-.666 0-1.14-.475T5 17.386V11.46H3.5q-.213 0-.356-.143Q3 11.174 3 10.96t.144-.356t.356-.143h3.02q-.628 0-1.074-.452T5 8.923V5.808q0-.343.232-.576T5.808 5h3.5q.343 0 .575.232t.232.576v3.115q0 .635-.452 1.087t-1.086.451H17V7.597q0-.655-.446-1.126Q16.107 6 15.447 6t-1.121.47t-.46 1.126q0 .213-.144.357q-.143.143-.362.143M11.5 18h1v-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="M13.36 8.096q-.218 0-.366-.15q-.148-.148-.148-.369q.039-1.077.779-1.827T15.442 5t1.817.757q.741.758.741 1.84v2.865h2.5q.213 0 .356.144t.144.356t-.144.356t-.356.144H19v5.923q0 .666-.475 1.14t-1.14.475H6.615q-.666 0-1.14-.475T5 17.386V11.46H3.5q-.213 0-.356-.143Q3 11.174 3 10.96t.144-.356t.356-.143h3.02q-.628 0-1.074-.452T5 8.923V5.808q0-.343.232-.576T5.808 5h3.5q.343 0 .575.232t.232.576v3.115q0 .635-.452 1.087t-1.086.451H17V7.597q0-.655-.446-1.126Q16.107 6 15.447 6t-1.121.47t-.46 1.126q0 .213-.144.357q-.143.143-.362.143M11.5 18h1v-6.538h-1z"/></svg> </template>
CSS
.icon-countertops-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%22M13.36%208.096q-.218%200-.366-.15q-.148-.148-.148-.369q.039-1.077.779-1.827T15.442%205t1.817.757q.741.758.741%201.84v2.865h2.5q.213%200%20.356.144t.144.356t-.144.356t-.356.144H19v5.923q0%20.666-.475%201.14t-1.14.475H6.615q-.666%200-1.14-.475T5%2017.386V11.46H3.5q-.213%200-.356-.143Q3%2011.174%203%2010.96t.144-.356t.356-.143h3.02q-.628%200-1.074-.452T5%208.923V5.808q0-.343.232-.576T5.808%205h3.5q.343%200%20.575.232t.232.576v3.115q0%20.635-.452%201.087t-1.086.451H17V7.597q0-.655-.446-1.126Q16.107%206%2015.447%206t-1.121.47t-.46%201.126q0%20.213-.144.357q-.143.143-.362.143M11.5%2018h1v-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%22M13.36%208.096q-.218%200-.366-.15q-.148-.148-.148-.369q.039-1.077.779-1.827T15.442%205t1.817.757q.741.758.741%201.84v2.865h2.5q.213%200%20.356.144t.144.356t-.144.356t-.356.144H19v5.923q0%20.666-.475%201.14t-1.14.475H6.615q-.666%200-1.14-.475T5%2017.386V11.46H3.5q-.213%200-.356-.143Q3%2011.174%203%2010.96t.144-.356t.356-.143h3.02q-.628%200-1.074-.452T5%208.923V5.808q0-.343.232-.576T5.808%205h3.5q.343%200%20.575.232t.232.576v3.115q0%20.635-.452%201.087t-1.086.451H17V7.597q0-.655-.446-1.126Q16.107%206%2015.447%206t-1.121.47t-.46%201.126q0%20.213-.144.357q-.143.143-.362.143M11.5%2018h1v-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-rounded.svg?color=%231a73e8&size=48