house siding icon
house-siding-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- house-siding-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- house-siding-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the house siding icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.692 17v2.5q0 .214-.143.357T6.192 20t-.356-.143t-.144-.357V9.946L3 11.952q-.177.115-.365.097q-.189-.018-.323-.195q-.135-.177-.114-.365q.021-.189.198-.324l8.629-6.451q.217-.162.463-.233T12 4.409t.513.072t.462.232l8.648 6.453q.171.134.195.322t-.11.366t-.323.195t-.366-.097l-2.692-2.006V19.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V17zm0-4.77h10.635V9.462H6.692zm0 3.77h10.635v-2.77H6.692zm.981-7.539h8.654L12 5.256z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHouseSidingRounded(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="M6.692 17v2.5q0 .214-.143.357T6.192 20t-.356-.143t-.144-.357V9.946L3 11.952q-.177.115-.365.097q-.189-.018-.323-.195q-.135-.177-.114-.365q.021-.189.198-.324l8.629-6.451q.217-.162.463-.233T12 4.409t.513.072t.462.232l8.648 6.453q.171.134.195.322t-.11.366t-.323.195t-.366-.097l-2.692-2.006V19.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V17zm0-4.77h10.635V9.462H6.692zm0 3.77h10.635v-2.77H6.692zm.981-7.539h8.654L12 5.256z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.692 17v2.5q0 .214-.143.357T6.192 20t-.356-.143t-.144-.357V9.946L3 11.952q-.177.115-.365.097q-.189-.018-.323-.195q-.135-.177-.114-.365q.021-.189.198-.324l8.629-6.451q.217-.162.463-.233T12 4.409t.513.072t.462.232l8.648 6.453q.171.134.195.322t-.11.366t-.323.195t-.366-.097l-2.692-2.006V19.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V17zm0-4.77h10.635V9.462H6.692zm0 3.77h10.635v-2.77H6.692zm.981-7.539h8.654L12 5.256z"/></svg> </template>
CSS
.icon-house-siding-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%22M6.692%2017v2.5q0%20.214-.143.357T6.192%2020t-.356-.143t-.144-.357V9.946L3%2011.952q-.177.115-.365.097q-.189-.018-.323-.195q-.135-.177-.114-.365q.021-.189.198-.324l8.629-6.451q.217-.162.463-.233T12%204.409t.513.072t.462.232l8.648%206.453q.171.134.195.322t-.11.366t-.323.195t-.366-.097l-2.692-2.006V19.5q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V17zm0-4.77h10.635V9.462H6.692zm0%203.77h10.635v-2.77H6.692zm.981-7.539h8.654L12%205.256z%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%22M6.692%2017v2.5q0%20.214-.143.357T6.192%2020t-.356-.143t-.144-.357V9.946L3%2011.952q-.177.115-.365.097q-.189-.018-.323-.195q-.135-.177-.114-.365q.021-.189.198-.324l8.629-6.451q.217-.162.463-.233T12%204.409t.513.072t.462.232l8.648%206.453q.171.134.195.322t-.11.366t-.323.195t-.366-.097l-2.692-2.006V19.5q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V17zm0-4.77h10.635V9.462H6.692zm0%203.77h10.635v-2.77H6.692zm.981-7.539h8.654L12%205.256z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/house-siding-rounded.svg?color=%231a73e8&size=48