git.lucas.co / cce-icons
SVG icon set
git clone https://git.lucas.co/cce-icons.git

svg/home.svg (331B)

1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2   <!-- Stylized house: rounded roof over body -->
3   <g fill="#ffffff">
4     <rect x="8" y="16" width="24" height="19" rx="3" />
5     <path d="M6 19 L20 6 L34 19 Z" stroke="#ffffff" stroke-width="4"
6           stroke-linejoin="round" />
7   </g>
8 </svg>