<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="favGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff4757;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff6b7a;stop-opacity:1" />
</linearGradient>
</defs>
<!-- House -->
<path d="M4 28 L32 6 L60 28 L60 58 L42 58 L42 40 L22 40 L22 58 L4 58 Z"
fill="url(#favGradient)"/>
<!-- WiFi -->
<path d="M40 18 Q44 14 48 18"
fill="none"
stroke="#fff"
stroke-width="2.5"
stroke-linecap="round"/>
<path d="M37 21 Q44 14 51 21"
fill="none"
stroke="#fff"
stroke-width="2.5"
stroke-linecap="round"
opacity="0.7"/>
<circle cx="44" cy="14" r="2" fill="#fff"/>
<!-- Hub -->
<circle cx="32" cy="36" r="10" fill="#2d3436"/>
<circle cx="32" cy="36" r="6" fill="none" stroke="#ff4757" stroke-width="1.5"/>
</svg>