home-automation from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
home-automation
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
home-wireless, house-automation, house-wireless, smart-home, smart-house

More home automation icons from Material Design Icons

Use the home automation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3L2 12h3v8h14v-8h3zm0 5.5c2.34 0 4.46.93 6 2.44l-1.2 1.18a6.8 6.8 0 0 0-4.8-1.95c-1.88 0-3.58.74-4.8 1.95L6 10.94a8.54 8.54 0 0 1 6-2.44m0 3.33c1.4 0 2.67.56 3.6 1.47l-1.2 1.17a3.4 3.4 0 0 0-2.4-.97c-.94 0-1.79.37-2.4.97L8.4 13.3a5.13 5.13 0 0 1 3.6-1.47m0 3.34c.94 0 1.7.74 1.7 1.66s-.76 1.67-1.7 1.67s-1.7-.75-1.7-1.67s.76-1.66 1.7-1.66"/></svg>

React

import type { SVGProps } from "react";

export function MdiHomeAutomation(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="M12 3L2 12h3v8h14v-8h3zm0 5.5c2.34 0 4.46.93 6 2.44l-1.2 1.18a6.8 6.8 0 0 0-4.8-1.95c-1.88 0-3.58.74-4.8 1.95L6 10.94a8.54 8.54 0 0 1 6-2.44m0 3.33c1.4 0 2.67.56 3.6 1.47l-1.2 1.17a3.4 3.4 0 0 0-2.4-.97c-.94 0-1.79.37-2.4.97L8.4 13.3a5.13 5.13 0 0 1 3.6-1.47m0 3.34c.94 0 1.7.74 1.7 1.66s-.76 1.67-1.7 1.67s-1.7-.75-1.7-1.67s.76-1.66 1.7-1.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3L2 12h3v8h14v-8h3zm0 5.5c2.34 0 4.46.93 6 2.44l-1.2 1.18a6.8 6.8 0 0 0-4.8-1.95c-1.88 0-3.58.74-4.8 1.95L6 10.94a8.54 8.54 0 0 1 6-2.44m0 3.33c1.4 0 2.67.56 3.6 1.47l-1.2 1.17a3.4 3.4 0 0 0-2.4-.97c-.94 0-1.79.37-2.4.97L8.4 13.3a5.13 5.13 0 0 1 3.6-1.47m0 3.34c.94 0 1.7.74 1.7 1.66s-.76 1.67-1.7 1.67s-1.7-.75-1.7-1.67s.76-1.66 1.7-1.66"/></svg>
</template>

CSS

.icon-home-automation {
  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%22M12%203L2%2012h3v8h14v-8h3zm0%205.5c2.34%200%204.46.93%206%202.44l-1.2%201.18a6.8%206.8%200%200%200-4.8-1.95c-1.88%200-3.58.74-4.8%201.95L6%2010.94a8.54%208.54%200%200%201%206-2.44m0%203.33c1.4%200%202.67.56%203.6%201.47l-1.2%201.17a3.4%203.4%200%200%200-2.4-.97c-.94%200-1.79.37-2.4.97L8.4%2013.3a5.13%205.13%200%200%201%203.6-1.47m0%203.34c.94%200%201.7.74%201.7%201.66s-.76%201.67-1.7%201.67s-1.7-.75-1.7-1.67s.76-1.66%201.7-1.66%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%22M12%203L2%2012h3v8h14v-8h3zm0%205.5c2.34%200%204.46.93%206%202.44l-1.2%201.18a6.8%206.8%200%200%200-4.8-1.95c-1.88%200-3.58.74-4.8%201.95L6%2010.94a8.54%208.54%200%200%201%206-2.44m0%203.33c1.4%200%202.67.56%203.6%201.47l-1.2%201.17a3.4%203.4%200%200%200-2.4-.97c-.94%200-1.79.37-2.4.97L8.4%2013.3a5.13%205.13%200%200%201%203.6-1.47m0%203.34c.94%200%201.7.74%201.7%201.66s-.76%201.67-1.7%201.67s-1.7-.75-1.7-1.67s.76-1.66%201.7-1.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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