home wifi5 icon

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

Name
home-wifi5-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the home wifi5 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.37l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01L3.14 8.37c-.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-8.15 8.83c-.2.2-.45.3-.71.3s-.51-.1-.71-.29a.996.996 0 0 1 0-1.41c.39-.39 1.03-.39 1.42 0c.39.38.39 1.01 0 1.4m1.95-2.3a.75.75 0 0 1-1.06.02c-.97-.93-2.23-.93-3.21 0c-.3.29-.77.28-1.06-.02s-.28-.77.02-1.06c1.55-1.49 3.72-1.49 5.28 0c.31.28.32.76.03 1.06m2.12-2.12c-.15.15-.34.23-.54.23c-.19 0-.38-.07-.52-.21a5.9 5.9 0 0 0-1.56-1.1c-1.4-.67-2.93-.67-4.32 0c-.56.27-1.08.64-1.56 1.1c-.29.29-.77.29-1.06-.01s-.28-.77.01-1.06c.59-.58 1.25-1.04 1.96-1.38c1.81-.87 3.81-.87 5.61 0c.71.34 1.37.8 1.96 1.38c.3.28.31.76.02 1.05"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHomeWifi5Filled(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.37l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01L3.14 8.37c-.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-8.15 8.83c-.2.2-.45.3-.71.3s-.51-.1-.71-.29a.996.996 0 0 1 0-1.41c.39-.39 1.03-.39 1.42 0c.39.38.39 1.01 0 1.4m1.95-2.3a.75.75 0 0 1-1.06.02c-.97-.93-2.23-.93-3.21 0c-.3.29-.77.28-1.06-.02s-.28-.77.02-1.06c1.55-1.49 3.72-1.49 5.28 0c.31.28.32.76.03 1.06m2.12-2.12c-.15.15-.34.23-.54.23c-.19 0-.38-.07-.52-.21a5.9 5.9 0 0 0-1.56-1.1c-1.4-.67-2.93-.67-4.32 0c-.56.27-1.08.64-1.56 1.1c-.29.29-.77.29-1.06-.01s-.28-.77.01-1.06c.59-.58 1.25-1.04 1.96-1.38c1.81-.87 3.81-.87 5.61 0c.71.34 1.37.8 1.96 1.38c.3.28.31.76.02 1.05"/></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.37l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01L3.14 8.37c-.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-8.15 8.83c-.2.2-.45.3-.71.3s-.51-.1-.71-.29a.996.996 0 0 1 0-1.41c.39-.39 1.03-.39 1.42 0c.39.38.39 1.01 0 1.4m1.95-2.3a.75.75 0 0 1-1.06.02c-.97-.93-2.23-.93-3.21 0c-.3.29-.77.28-1.06-.02s-.28-.77.02-1.06c1.55-1.49 3.72-1.49 5.28 0c.31.28.32.76.03 1.06m2.12-2.12c-.15.15-.34.23-.54.23c-.19 0-.38-.07-.52-.21a5.9 5.9 0 0 0-1.56-1.1c-1.4-.67-2.93-.67-4.32 0c-.56.27-1.08.64-1.56 1.1c-.29.29-.77.29-1.06-.01s-.28-.77.01-1.06c.59-.58 1.25-1.04 1.96-1.38c1.81-.87 3.81-.87 5.61 0c.71.34 1.37.8 1.96 1.38c.3.28.31.76.02 1.05"/></svg>
</template>

CSS

.icon-home-wifi5-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.37l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01L3.14%208.37c-.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-8.15%208.83c-.2.2-.45.3-.71.3s-.51-.1-.71-.29a.996.996%200%200%201%200-1.41c.39-.39%201.03-.39%201.42%200c.39.38.39%201.01%200%201.4m1.95-2.3a.75.75%200%200%201-1.06.02c-.97-.93-2.23-.93-3.21%200c-.3.29-.77.28-1.06-.02s-.28-.77.02-1.06c1.55-1.49%203.72-1.49%205.28%200c.31.28.32.76.03%201.06m2.12-2.12c-.15.15-.34.23-.54.23c-.19%200-.38-.07-.52-.21a5.9%205.9%200%200%200-1.56-1.1c-1.4-.67-2.93-.67-4.32%200c-.56.27-1.08.64-1.56%201.1c-.29.29-.77.29-1.06-.01s-.28-.77.01-1.06c.59-.58%201.25-1.04%201.96-1.38c1.81-.87%203.81-.87%205.61%200c.71.34%201.37.8%201.96%201.38c.3.28.31.76.02%201.05%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.37l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01L3.14%208.37c-.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-8.15%208.83c-.2.2-.45.3-.71.3s-.51-.1-.71-.29a.996.996%200%200%201%200-1.41c.39-.39%201.03-.39%201.42%200c.39.38.39%201.01%200%201.4m1.95-2.3a.75.75%200%200%201-1.06.02c-.97-.93-2.23-.93-3.21%200c-.3.29-.77.28-1.06-.02s-.28-.77.02-1.06c1.55-1.49%203.72-1.49%205.28%200c.31.28.32.76.03%201.06m2.12-2.12c-.15.15-.34.23-.54.23c-.19%200-.38-.07-.52-.21a5.9%205.9%200%200%200-1.56-1.1c-1.4-.67-2.93-.67-4.32%200c-.56.27-1.08.64-1.56%201.1c-.29.29-.77.29-1.06-.01s-.28-.77.01-1.06c.59-.58%201.25-1.04%201.96-1.38c1.81-.87%203.81-.87%205.61%200c.71.34%201.37.8%201.96%201.38c.3.28.31.76.02%201.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Home Wifi5 filled icon — Reicon · IconsDB