home wifi5 icon
home-wifi5 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- home-wifi5
- Set
- Reicon
- Style
- Outline
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.07 2.82L3.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.91l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01"/><path d="M9.88 14.38c1.27-1.21 2.97-1.21 4.24 0m2.12-2.12a6.6 6.6 0 0 0-1.76-1.24a5.7 5.7 0 0 0-4.97 0c-.62.3-1.21.71-1.76 1.24M11.996 17h.008"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHomeWifi5(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="1.5"><path d="M10.07 2.82L3.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.91l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01"/><path d="M9.88 14.38c1.27-1.21 2.97-1.21 4.24 0m2.12-2.12a6.6 6.6 0 0 0-1.76-1.24a5.7 5.7 0 0 0-4.97 0c-.62.3-1.21.71-1.76 1.24M11.996 17h.008"/></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="1.5"><path d="M10.07 2.82L3.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.91l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01"/><path d="M9.88 14.38c1.27-1.21 2.97-1.21 4.24 0m2.12-2.12a6.6 6.6 0 0 0-1.76-1.24a5.7 5.7 0 0 0-4.97 0c-.62.3-1.21.71-1.76 1.24M11.996 17h.008"/></g></svg> </template>
CSS
.icon-home-wifi5 {
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%221.5%22%3E%3Cpath%20d%3D%22M10.07%202.82L3.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.91l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01%22%2F%3E%3Cpath%20d%3D%22M9.88%2014.38c1.27-1.21%202.97-1.21%204.24%200m2.12-2.12a6.6%206.6%200%200%200-1.76-1.24a5.7%205.7%200%200%200-4.97%200c-.62.3-1.21.71-1.76%201.24M11.996%2017h.008%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%221.5%22%3E%3Cpath%20d%3D%22M10.07%202.82L3.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.91l-6.93-5.54c-1.07-.86-2.8-.86-3.86-.01%22%2F%3E%3Cpath%20d%3D%22M9.88%2014.38c1.27-1.21%202.97-1.21%204.24%200m2.12-2.12a6.6%206.6%200%200%200-1.76-1.24a5.7%205.7%200%200%200-4.97%200c-.62.3-1.21.71-1.76%201.24M11.996%2017h.008%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/home-wifi5.svg?color=%231a73e8&size=48