smart home4 icon

smart-home4-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
smart-home4-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the smart home4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.86 8.561l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01l-6.93 5.55c-.78.62-1.28 1.93-1.11 2.91l1.33 7.96c.24 1.42 1.6 2.57 3.04 2.57h11.2c1.43 0 2.8-1.16 3.04-2.57l1.33-7.96c.16-.98-.34-2.29-1.11-2.91m-11.48 8.82c-.56 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m3.01-.26h-.02c-.41 0-.74-.33-.75-.73c-.03-1.35-.92-2.24-2.27-2.27a.75.75 0 0 1-.73-.77c.01-.41.34-.73.75-.73h.02c2.15.05 3.69 1.58 3.73 3.73c.01.42-.31.77-.73.77m2.99 0c-.42 0-.75-.33-.76-.74c-.01-.66-.12-1.29-.32-1.88c-.51-1.46-1.6-2.54-3.06-3.06c-.59-.21-1.22-.32-1.88-.32c-.41 0-.75-.34-.74-.76c0-.41.34-.74.75-.74h.01c.83.01 1.62.15 2.36.41c1.89.67 3.3 2.08 3.97 3.97c.26.74.4 1.54.41 2.36c.01.42-.32.76-.74.76"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSmartHome4Filled(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="m20.86 8.561l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01l-6.93 5.55c-.78.62-1.28 1.93-1.11 2.91l1.33 7.96c.24 1.42 1.6 2.57 3.04 2.57h11.2c1.43 0 2.8-1.16 3.04-2.57l1.33-7.96c.16-.98-.34-2.29-1.11-2.91m-11.48 8.82c-.56 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m3.01-.26h-.02c-.41 0-.74-.33-.75-.73c-.03-1.35-.92-2.24-2.27-2.27a.75.75 0 0 1-.73-.77c.01-.41.34-.73.75-.73h.02c2.15.05 3.69 1.58 3.73 3.73c.01.42-.31.77-.73.77m2.99 0c-.42 0-.75-.33-.76-.74c-.01-.66-.12-1.29-.32-1.88c-.51-1.46-1.6-2.54-3.06-3.06c-.59-.21-1.22-.32-1.88-.32c-.41 0-.75-.34-.74-.76c0-.41.34-.74.75-.74h.01c.83.01 1.62.15 2.36.41c1.89.67 3.3 2.08 3.97 3.97c.26.74.4 1.54.41 2.36c.01.42-.32.76-.74.76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.86 8.561l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01l-6.93 5.55c-.78.62-1.28 1.93-1.11 2.91l1.33 7.96c.24 1.42 1.6 2.57 3.04 2.57h11.2c1.43 0 2.8-1.16 3.04-2.57l1.33-7.96c.16-.98-.34-2.29-1.11-2.91m-11.48 8.82c-.56 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m3.01-.26h-.02c-.41 0-.74-.33-.75-.73c-.03-1.35-.92-2.24-2.27-2.27a.75.75 0 0 1-.73-.77c.01-.41.34-.73.75-.73h.02c2.15.05 3.69 1.58 3.73 3.73c.01.42-.31.77-.73.77m2.99 0c-.42 0-.75-.33-.76-.74c-.01-.66-.12-1.29-.32-1.88c-.51-1.46-1.6-2.54-3.06-3.06c-.59-.21-1.22-.32-1.88-.32c-.41 0-.75-.34-.74-.76c0-.41.34-.74.75-.74h.01c.83.01 1.62.15 2.36.41c1.89.67 3.3 2.08 3.97 3.97c.26.74.4 1.54.41 2.36c.01.42-.32.76-.74.76"/></svg>
</template>

CSS

.icon-smart-home4-filled {
  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%22m20.86%208.561l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01l-6.93%205.55c-.78.62-1.28%201.93-1.11%202.91l1.33%207.96c.24%201.42%201.6%202.57%203.04%202.57h11.2c1.43%200%202.8-1.16%203.04-2.57l1.33-7.96c.16-.98-.34-2.29-1.11-2.91m-11.48%208.82c-.56%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m3.01-.26h-.02c-.41%200-.74-.33-.75-.73c-.03-1.35-.92-2.24-2.27-2.27a.75.75%200%200%201-.73-.77c.01-.41.34-.73.75-.73h.02c2.15.05%203.69%201.58%203.73%203.73c.01.42-.31.77-.73.77m2.99%200c-.42%200-.75-.33-.76-.74c-.01-.66-.12-1.29-.32-1.88c-.51-1.46-1.6-2.54-3.06-3.06c-.59-.21-1.22-.32-1.88-.32c-.41%200-.75-.34-.74-.76c0-.41.34-.74.75-.74h.01c.83.01%201.62.15%202.36.41c1.89.67%203.3%202.08%203.97%203.97c.26.74.4%201.54.41%202.36c.01.42-.32.76-.74.76%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%22m20.86%208.561l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01l-6.93%205.55c-.78.62-1.28%201.93-1.11%202.91l1.33%207.96c.24%201.42%201.6%202.57%203.04%202.57h11.2c1.43%200%202.8-1.16%203.04-2.57l1.33-7.96c.16-.98-.34-2.29-1.11-2.91m-11.48%208.82c-.56%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m3.01-.26h-.02c-.41%200-.74-.33-.75-.73c-.03-1.35-.92-2.24-2.27-2.27a.75.75%200%200%201-.73-.77c.01-.41.34-.73.75-.73h.02c2.15.05%203.69%201.58%203.73%203.73c.01.42-.31.77-.73.77m2.99%200c-.42%200-.75-.33-.76-.74c-.01-.66-.12-1.29-.32-1.88c-.51-1.46-1.6-2.54-3.06-3.06c-.59-.21-1.22-.32-1.88-.32c-.41%200-.75-.34-.74-.76c0-.41.34-.74.75-.74h.01c.83.01%201.62.15%202.36.41c1.89.67%203.3%202.08%203.97%203.97c.26.74.4%201.54.41%202.36c.01.42-.32.76-.74.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Smart Home4 filled icon — Reicon · IconsDB