<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<defs>
<linearGradient id="roofGradient" 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>
<linearGradient id="bodyGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ff6b7a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff4757;stop-opacity:1" />
</linearGradient>
</defs>
<!-- House outline -->
<path d="M28 108 L128 32 L228 108 L228 220 L156 220 L156 152 L100 152 L100 220 L28 220 Z"
fill="url(#bodyGradient)"
stroke="#c41e3a"
stroke-width="4"/>
<!-- Roof -->
<path d="M20 112 L128 30 L236 112"
fill="none"
stroke="url(#roofGradient)"
stroke-width="12"
stroke-linecap="round"
stroke-linejoin="round"/>
<!-- WiFi signal (top right) -->
<path d="M175 65 Q185 55 195 65"
fill="none"
stroke="#fff"
stroke-width="5"
stroke-linecap="round"
opacity="0.9"/>
<path d="M168 72 Q185 55 202 72"
fill="none"
stroke="#fff"
stroke-width="5"
stroke-linecap="round"
opacity="0.7"/>
<circle cx="185" cy="55" r="4" fill="#fff"/>
<!-- Central automation hub (circle in center) -->
<circle cx="128" cy="140" r="35" fill="#2d3436" stroke="#fff" stroke-width="3"/>
<!-- Power/connection nodes -->
<circle cx="128" cy="90" r="6" fill="#fff"/>
<line x1="128" y1="96" x2="128" y2="105" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<circle cx="165" cy="140" r="6" fill="#fff"/>
<line x1="158" y1="140" x2="163" y2="140" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<circle cx="128" cy="190" r="6" fill="#fff"/>
<line x1="128" y1="175" x2="128" y2="184" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<circle cx="91" cy="140" r="6" fill="#fff"/>
<line x1="97" y1="140" x2="102" y2="140" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<!-- Connection ring -->
<circle cx="128" cy="140" r="25" fill="none" stroke="#fff" stroke-width="2" opacity="0.5"/>
</svg>