← back to Homesonspec

apps/web/public/icon.svg

16 lines

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Homes on Spec">
  <!-- Full-bleed brand background: works as both a normal and a maskable icon -->
  <rect width="512" height="512" fill="#1b4645"/>
  <!-- House mark kept inside the center ~60% safe zone so maskable crops never clip it -->
  <g>
    <!-- Roof -->
    <path d="M256 132 L372 250 H140 Z" fill="#ffffff"/>
    <!-- Body -->
    <rect x="168" y="238" width="176" height="142" rx="10" fill="#ffffff"/>
    <!-- Amber door — echoes the "HomesOnSpec." accent dot -->
    <path d="M238 300 h36 a0 0 0 0 1 0 0 v80 h-36 Z" fill="#ed8f16"/>
    <rect x="238" y="300" width="36" height="80" rx="18" fill="#ed8f16"/>
    <rect x="238" y="340" width="36" height="40" fill="#ed8f16"/>
  </g>
</svg>