home iot device icon
home-iot-device-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- home-iot-device-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 home iot device icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.698 10.308h1.616v-3.5q0-.34-.223-.574Q6.87 6 6.506 6q-.321 0-.565.234q-.243.233-.243.574zM6.496 19q-1.48 0-2.524-1.04q-1.043-1.04-1.043-2.537q0-1.014.483-1.817t1.286-1.268v-5.53q0-.76.533-1.284T6.506 5q.78 0 1.294.524t.514 1.284v5.53q.784.466 1.277 1.281t.492 1.823q0 1.471-1.053 2.515Q7.977 19 6.496 19m6.608-4.192q-1.065-.69-1.815-1.827t-.75-2.712q0-2.195 1.536-3.732T15.805 5t3.734 1.537q1.538 1.537 1.538 3.732q0 1.575-.75 2.712t-1.815 1.827zm1.788 3.8q-.392-.392-.392-.916h2.616q0 .524-.393.916q-.392.392-.915.392q-.524 0-.916-.392m-1.008-1.8q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.847q.212 0 .356.144q.144.143.144.356t-.144.356t-.356.144z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHomeIotDeviceRounded(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.698 10.308h1.616v-3.5q0-.34-.223-.574Q6.87 6 6.506 6q-.321 0-.565.234q-.243.233-.243.574zM6.496 19q-1.48 0-2.524-1.04q-1.043-1.04-1.043-2.537q0-1.014.483-1.817t1.286-1.268v-5.53q0-.76.533-1.284T6.506 5q.78 0 1.294.524t.514 1.284v5.53q.784.466 1.277 1.281t.492 1.823q0 1.471-1.053 2.515Q7.977 19 6.496 19m6.608-4.192q-1.065-.69-1.815-1.827t-.75-2.712q0-2.195 1.536-3.732T15.805 5t3.734 1.537q1.538 1.537 1.538 3.732q0 1.575-.75 2.712t-1.815 1.827zm1.788 3.8q-.392-.392-.392-.916h2.616q0 .524-.393.916q-.392.392-.915.392q-.524 0-.916-.392m-1.008-1.8q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.847q.212 0 .356.144q.144.143.144.356t-.144.356t-.356.144z"/></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.698 10.308h1.616v-3.5q0-.34-.223-.574Q6.87 6 6.506 6q-.321 0-.565.234q-.243.233-.243.574zM6.496 19q-1.48 0-2.524-1.04q-1.043-1.04-1.043-2.537q0-1.014.483-1.817t1.286-1.268v-5.53q0-.76.533-1.284T6.506 5q.78 0 1.294.524t.514 1.284v5.53q.784.466 1.277 1.281t.492 1.823q0 1.471-1.053 2.515Q7.977 19 6.496 19m6.608-4.192q-1.065-.69-1.815-1.827t-.75-2.712q0-2.195 1.536-3.732T15.805 5t3.734 1.537q1.538 1.537 1.538 3.732q0 1.575-.75 2.712t-1.815 1.827zm1.788 3.8q-.392-.392-.392-.916h2.616q0 .524-.393.916q-.392.392-.915.392q-.524 0-.916-.392m-1.008-1.8q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.847q.212 0 .356.144q.144.143.144.356t-.144.356t-.356.144z"/></svg> </template>
CSS
.icon-home-iot-device-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%22M5.698%2010.308h1.616v-3.5q0-.34-.223-.574Q6.87%206%206.506%206q-.321%200-.565.234q-.243.233-.243.574zM6.496%2019q-1.48%200-2.524-1.04q-1.043-1.04-1.043-2.537q0-1.014.483-1.817t1.286-1.268v-5.53q0-.76.533-1.284T6.506%205q.78%200%201.294.524t.514%201.284v5.53q.784.466%201.277%201.281t.492%201.823q0%201.471-1.053%202.515Q7.977%2019%206.496%2019m6.608-4.192q-1.065-.69-1.815-1.827t-.75-2.712q0-2.195%201.536-3.732T15.805%205t3.734%201.537q1.538%201.537%201.538%203.732q0%201.575-.75%202.712t-1.815%201.827zm1.788%203.8q-.392-.392-.392-.916h2.616q0%20.524-.393.916q-.392.392-.915.392q-.524%200-.916-.392m-1.008-1.8q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.847q.212%200%20.356.144q.144.143.144.356t-.144.356t-.356.144z%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.698%2010.308h1.616v-3.5q0-.34-.223-.574Q6.87%206%206.506%206q-.321%200-.565.234q-.243.233-.243.574zM6.496%2019q-1.48%200-2.524-1.04q-1.043-1.04-1.043-2.537q0-1.014.483-1.817t1.286-1.268v-5.53q0-.76.533-1.284T6.506%205q.78%200%201.294.524t.514%201.284v5.53q.784.466%201.277%201.281t.492%201.823q0%201.471-1.053%202.515Q7.977%2019%206.496%2019m6.608-4.192q-1.065-.69-1.815-1.827t-.75-2.712q0-2.195%201.536-3.732T15.805%205t3.734%201.537q1.538%201.537%201.538%203.732q0%201.575-.75%202.712t-1.815%201.827zm1.788%203.8q-.392-.392-.392-.916h2.616q0%20.524-.393.916q-.392.392-.915.392q-.524%200-.916-.392m-1.008-1.8q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.847q.212%200%20.356.144q.144.143.144.356t-.144.356t-.356.144z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/home-iot-device-rounded.svg?color=%231a73e8&size=48