smart home off icon

smart-home-off from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.

Name
smart-home-off
Set
Tabler Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in Tabler Icons

Use the smart home off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M7.097 7.125L5.06 8.71a2.67 2.67 0 0 0-1.029 2.105v7.2a2 2 0 0 0 2 2h12c.559 0 1.064-.229 1.427-.598M20.03 16v-5.185c0-.823-.38-1.6-1.03-2.105l-5.333-4.148a2.666 2.666 0 0 0-3.274 0l-1.029.8"/><path d="M15.332 15.345c-2.213.976-5.335.86-7.332-.345M3 3l18 18"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerSmartHomeOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M7.097 7.125L5.06 8.71a2.67 2.67 0 0 0-1.029 2.105v7.2a2 2 0 0 0 2 2h12c.559 0 1.064-.229 1.427-.598M20.03 16v-5.185c0-.823-.38-1.6-1.03-2.105l-5.333-4.148a2.666 2.666 0 0 0-3.274 0l-1.029.8"/><path d="M15.332 15.345c-2.213.976-5.335.86-7.332-.345M3 3l18 18"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M7.097 7.125L5.06 8.71a2.67 2.67 0 0 0-1.029 2.105v7.2a2 2 0 0 0 2 2h12c.559 0 1.064-.229 1.427-.598M20.03 16v-5.185c0-.823-.38-1.6-1.03-2.105l-5.333-4.148a2.666 2.666 0 0 0-3.274 0l-1.029.8"/><path d="M15.332 15.345c-2.213.976-5.335.86-7.332-.345M3 3l18 18"/></g></svg>
</template>

CSS

.icon-smart-home-off {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M7.097%207.125L5.06%208.71a2.67%202.67%200%200%200-1.029%202.105v7.2a2%202%200%200%200%202%202h12c.559%200%201.064-.229%201.427-.598M20.03%2016v-5.185c0-.823-.38-1.6-1.03-2.105l-5.333-4.148a2.666%202.666%200%200%200-3.274%200l-1.029.8%22%2F%3E%3Cpath%20d%3D%22M15.332%2015.345c-2.213.976-5.335.86-7.332-.345M3%203l18%2018%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M7.097%207.125L5.06%208.71a2.67%202.67%200%200%200-1.029%202.105v7.2a2%202%200%200%200%202%202h12c.559%200%201.064-.229%201.427-.598M20.03%2016v-5.185c0-.823-.38-1.6-1.03-2.105l-5.333-4.148a2.666%202.666%200%200%200-3.274%200l-1.029.8%22%2F%3E%3Cpath%20d%3D%22M15.332%2015.345c-2.213.976-5.335.86-7.332-.345M3%203l18%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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